"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/06/30 05:41:47 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-qegopog8heha" 2026/06/30 05:41:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/06/30 05:41:47 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/06/30 05:41:47 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/06/30 05:41:47 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/06/30 05:41:47 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/06/30 05:41:47 NOTICE: TestSFTPRcloneSSH{aFBXt}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/30 05:41:47 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/06/30 05:41:47 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell type "unix" from config 2026/06/30 05:41:47 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Relative path resolved to "/rclone-test-qegopog8heha" 2026/06/30 05:41:47 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Using root directory "/rclone-test-qegopog8heha" 2026/06/30 05:41:47 DEBUG : Creating backend with remote "/tmp/rclone117383259" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:47 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:47 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:47 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:47 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:47 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:47 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:47 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:47 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:47 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:47 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:47 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:47 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:47 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:47 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:47 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:47 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:47 DEBUG : dir: Looking for writers 2026/06/30 05:41:47 DEBUG : Looking for writers 2026/06/30 05:41:47 DEBUG : dir: reading active writers 2026/06/30 05:41:47 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.21s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:47 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:47 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:47 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:47 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:47 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file2" 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file2 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file2" 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-qegopog8heha/dir/file2 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:48 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file2" 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file2 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file2" 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-qegopog8heha/dir/file2 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:48 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/subdir/file3" 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/subdir/file3 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/subdir/file3" 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-qegopog8heha/dir/subdir/file3 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:48 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/subdir/file3" 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/subdir/file3 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/subdir/file3" 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-qegopog8heha/dir/subdir/file3 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:48 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/06/30 05:41:48 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:48 DEBUG : dir/subdir: Looking for writers 2026/06/30 05:41:48 DEBUG : dir: Looking for writers 2026/06/30 05:41:48 DEBUG : file1: reading active writers 2026/06/30 05:41:48 DEBUG : file2: reading active writers 2026/06/30 05:41:48 DEBUG : subdir: reading active writers 2026/06/30 05:41:48 DEBUG : Looking for writers 2026/06/30 05:41:48 DEBUG : dir: reading active writers 2026/06/30 05:41:48 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.61s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:48 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:48 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:48 DEBUG : dir: Looking for writers 2026/06/30 05:41:48 DEBUG : file1: reading active writers 2026/06/30 05:41:48 DEBUG : Looking for writers 2026/06/30 05:41:48 DEBUG : dir: reading active writers 2026/06/30 05:41:48 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.21s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:48 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:48 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:48 DEBUG : dir: Looking for writers 2026/06/30 05:41:48 DEBUG : Looking for writers 2026/06/30 05:41:48 DEBUG : dir: reading active writers 2026/06/30 05:41:48 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.21s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:48 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:48 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:49 DEBUG : dir: forgetting directory cache 2026/06/30 05:41:49 DEBUG : forgetting directory cache 2026/06/30 05:41:49 DEBUG : dir: forgetting directory cache 2026/06/30 05:41:49 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:49 DEBUG : Looking for writers 2026/06/30 05:41:49 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.21s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:49 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:49 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/06/30 05:41:49 DEBUG : dir: invalidating directory cache 2026/06/30 05:41:49 DEBUG : >ForgetPath: 2026/06/30 05:41:49 DEBUG : ForgetPath: relativePath="dir", type=0 2026/06/30 05:41:49 DEBUG : invalidating directory cache 2026/06/30 05:41:49 DEBUG : dir: forgetting directory cache 2026/06/30 05:41:49 DEBUG : >ForgetPath: 2026/06/30 05:41:49 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/06/30 05:41:49 DEBUG : >ForgetPath: 2026/06/30 05:41:49 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:49 DEBUG : dir: Looking for writers 2026/06/30 05:41:49 DEBUG : Looking for writers 2026/06/30 05:41:49 DEBUG : dir: reading active writers 2026/06/30 05:41:49 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.21s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:49 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/fil/a/b/c" 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/fil/a/b/c 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/fil/a/b/c" 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-qegopog8heha/fil/a/b/c 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:49 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/fil/a/b/c" 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/fil/a/b/c 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/fil/a/b/c" 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-qegopog8heha/fil/a/b/c 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:49 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:49 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:50 DEBUG : forgetting directory cache 2026/06/30 05:41:50 DEBUG : dir: forgetting directory cache 2026/06/30 05:41:50 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:50 DEBUG : dir: Looking for writers 2026/06/30 05:41:50 DEBUG : fil/a/b: Looking for writers 2026/06/30 05:41:50 DEBUG : fil/a: Looking for writers 2026/06/30 05:41:50 DEBUG : b: reading active writers 2026/06/30 05:41:50 DEBUG : fil: Looking for writers 2026/06/30 05:41:50 DEBUG : a: reading active writers 2026/06/30 05:41:50 DEBUG : Looking for writers 2026/06/30 05:41:50 DEBUG : dir: reading active writers 2026/06/30 05:41:50 DEBUG : fil: reading active writers 2026/06/30 05:41:50 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.72s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:50 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:50 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:50 DEBUG : dir: Looking for writers 2026/06/30 05:41:50 DEBUG : Looking for writers 2026/06/30 05:41:50 DEBUG : dir: reading active writers 2026/06/30 05:41:50 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.21s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:50 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:50 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:50 DEBUG : dir: Looking for writers 2026/06/30 05:41:50 DEBUG : file1: reading active writers 2026/06/30 05:41:50 DEBUG : Looking for writers 2026/06/30 05:41:50 DEBUG : dir: reading active writers 2026/06/30 05:41:50 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.21s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:50 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file2" 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file2 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file2" 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-qegopog8heha/dir/file2 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:50 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file2" 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file2 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file2" 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-qegopog8heha/dir/file2 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:50 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/subdir/file3" 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/subdir/file3 2026/06/30 05:41:50 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/subdir/file3" 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-qegopog8heha/dir/subdir/file3 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:51 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/subdir/file3" 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/subdir/file3 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/subdir/file3" 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-qegopog8heha/dir/subdir/file3 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:51 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/06/30 05:41:51 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/06/30 05:41:51 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/06/30 05:41:51 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/06/30 05:41:51 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/06/30 05:41:51 DEBUG : Waiting for deletions to finish 2026/06/30 05:41:51 INFO : dir/subdir/file3: Deleted 2026/06/30 05:41:51 DEBUG : removing 1 level 2 directories 2026/06/30 05:41:51 INFO : dir/subdir: Removing directory 2026/06/30 05:41:51 DEBUG : dir: invalidating directory cache 2026/06/30 05:41:51 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/06/30 05:41:51 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/06/30 05:41:51 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/06/30 05:41:51 DEBUG : dir/file1: Reset virtual modtime 2026/06/30 05:41:51 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/06/30 05:41:51 DEBUG : dir/virtualFile: Reset virtual modtime 2026/06/30 05:41:51 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/06/30 05:41:51 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/06/30 05:41:51 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/30 05:41:51 DEBUG : dir: invalidating directory cache 2026/06/30 05:41:51 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/06/30 05:41:51 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/06/30 05:41:51 DEBUG : dir/virtualFile: Reset virtual modtime 2026/06/30 05:41:51 DEBUG : forgetting directory cache 2026/06/30 05:41:51 DEBUG : dir: forgetting directory cache 2026/06/30 05:41:51 DEBUG : dir/virtualDir: forgetting directory cache 2026/06/30 05:41:51 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:51 DEBUG : dir/virtualDir: Looking for writers 2026/06/30 05:41:51 DEBUG : dir: Looking for writers 2026/06/30 05:41:51 DEBUG : file1: reading active writers 2026/06/30 05:41:51 DEBUG : virtualFile2: reading active writers 2026/06/30 05:41:51 DEBUG : virtualFile: reading active writers 2026/06/30 05:41:51 DEBUG : virtualDir: reading active writers 2026/06/30 05:41:51 DEBUG : Looking for writers 2026/06/30 05:41:51 DEBUG : dir: reading active writers 2026/06/30 05:41:51 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.63s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:51 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:51 ERROR : dir/: Can only open directories read only 2026/06/30 05:41:51 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:51 DEBUG : dir: Looking for writers 2026/06/30 05:41:51 DEBUG : Looking for writers 2026/06/30 05:41:51 DEBUG : dir: reading active writers 2026/06/30 05:41:51 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.21s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:51 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:51 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:41:51 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/06/30 05:41:51 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/06/30 05:41:51 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: File to upload is small (5 bytes), uploading instead of streaming 2026/06/30 05:41:51 DEBUG : dir/potato: size = 5 OK 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/potato" 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/potato 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/potato" 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qegopog8heha/dir/potato 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:51 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/30 05:41:51 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/30 05:41:51 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/06/30 05:41:51 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/06/30 05:41:51 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:51 DEBUG : dir: Looking for writers 2026/06/30 05:41:51 DEBUG : file1: reading active writers 2026/06/30 05:41:51 DEBUG : potato: reading active writers 2026/06/30 05:41:51 DEBUG : Looking for writers 2026/06/30 05:41:51 DEBUG : dir: reading active writers 2026/06/30 05:41:51 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.42s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:51 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:51 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:52 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:52 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:52 DEBUG : dir/sub: Looking for writers 2026/06/30 05:41:52 DEBUG : dir: Looking for writers 2026/06/30 05:41:52 DEBUG : file1: reading active writers 2026/06/30 05:41:52 DEBUG : sub: reading active writers 2026/06/30 05:41:52 DEBUG : Looking for writers 2026/06/30 05:41:52 DEBUG : dir: reading active writers 2026/06/30 05:41:52 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.51s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:52 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:52 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/06/30 05:41:52 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:52 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:52 DEBUG : dir/sub/subsub: Looking for writers 2026/06/30 05:41:52 DEBUG : dir/sub: Looking for writers 2026/06/30 05:41:52 DEBUG : subsub: reading active writers 2026/06/30 05:41:52 DEBUG : dir: Looking for writers 2026/06/30 05:41:52 DEBUG : sub: reading active writers 2026/06/30 05:41:52 DEBUG : file1: reading active writers 2026/06/30 05:41:52 DEBUG : Looking for writers 2026/06/30 05:41:52 DEBUG : dir: reading active writers 2026/06/30 05:41:52 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.42s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:52 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:52 ERROR : dir/: Dir.Remove not empty 2026/06/30 05:41:52 DEBUG : dir/file1: Remove: 2026/06/30 05:41:52 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/30 05:41:52 DEBUG : dir/file1: >Remove: err= 2026/06/30 05:41:52 DEBUG : Added virtual directory entry vDel: "dir" 2026/06/30 05:41:52 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:52 DEBUG : Looking for writers 2026/06/30 05:41:52 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.21s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:52 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:52 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:53 DEBUG : dir/file1: Remove: 2026/06/30 05:41:53 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/30 05:41:53 DEBUG : dir/file1: >Remove: err= 2026/06/30 05:41:53 DEBUG : Added virtual directory entry vDel: "dir" 2026/06/30 05:41:53 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:53 DEBUG : Looking for writers 2026/06/30 05:41:53 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.21s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:53 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:53 DEBUG : dir/file1: Remove: 2026/06/30 05:41:53 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/30 05:41:53 DEBUG : dir/file1: >Remove: err= 2026/06/30 05:41:53 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:53 DEBUG : dir: Looking for writers 2026/06/30 05:41:53 DEBUG : Looking for writers 2026/06/30 05:41:53 DEBUG : dir: reading active writers 2026/06/30 05:41:53 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.31s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:53 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file3" 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file3 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file3" 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-qegopog8heha/dir/file3 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:53 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file3" 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file3 2026/06/30 05:41:53 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file3" 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-qegopog8heha/dir/file3 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:54 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/06/30 05:41:54 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/06/30 05:41:54 DEBUG : dir: Updating dir with dir2 0x12113fe69860 2026/06/30 05:41:54 DEBUG : dir: forgetting directory cache 2026/06/30 05:41:54 DEBUG : Added virtual directory entry vDel: "dir" 2026/06/30 05:41:54 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir2/file1" 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir2/file1 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir2/file1" 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir2/file1 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:54 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir2/file1" 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir2/file1 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir2/file1" 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir2/file1 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:54 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir2/file3" 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir2/file3 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir2/file3" 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-qegopog8heha/dir2/file3 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:54 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir2/file3" 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir2/file3 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir2/file3" 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-qegopog8heha/dir2/file3 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:54 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/06/30 05:41:54 INFO : dir2/file1: Moved (server-side) to: file2 2026/06/30 05:41:54 DEBUG : file2: Updating file with file2 0x1211401f6820 2026/06/30 05:41:54 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/06/30 05:41:54 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file2" 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file2 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file2" 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/file2 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:54 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file2" 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/file2 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/file2" 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/file2 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:54 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir2/file3" 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir2/file3 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir2/file3" 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-qegopog8heha/dir2/file3 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:54 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir2/file3" 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir2/file3 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir2/file3" 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-qegopog8heha/dir2/file3 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:54 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/06/30 05:41:54 INFO : dir2/file3: Deleted 2026/06/30 05:41:54 INFO : file2: Moved (server-side) to: dir2/file3 2026/06/30 05:41:54 DEBUG : dir2/file3: Updating file with dir2/file3 0x1211401f6820 2026/06/30 05:41:54 DEBUG : Added virtual directory entry vDel: "file2" 2026/06/30 05:41:54 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir2/file3" 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir2/file3 2026/06/30 05:41:54 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir2/file3" 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir2/file3 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:55 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir2/file3" 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir2/file3 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir2/file3" 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir2/file3 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:55 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:55 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/06/30 05:41:55 DEBUG : empty directory: Updating dir with renamed empty directory 0x1211401d3380 2026/06/30 05:41:55 DEBUG : empty directory: forgetting directory cache 2026/06/30 05:41:55 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/06/30 05:41:55 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/06/30 05:41:55 DEBUG : dir2: Renaming to "dir3" 2026/06/30 05:41:55 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:55 DEBUG : dir3: Looking for writers 2026/06/30 05:41:55 DEBUG : file3: reading active writers 2026/06/30 05:41:55 DEBUG : renamed empty directory: Looking for writers 2026/06/30 05:41:55 DEBUG : Looking for writers 2026/06/30 05:41:55 DEBUG : dir3: reading active writers 2026/06/30 05:41:55 DEBUG : renamed empty directory: reading active writers 2026/06/30 05:41:55 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.72s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:55 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:55 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/06/30 05:41:55 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:41:55 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/30 05:41:55 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/06/30 05:41:55 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/06/30 05:41:55 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/06/30 05:41:55 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/06/30 05:41:55 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:41:55 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/30 05:41:55 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/06/30 05:41:55 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/06/30 05:41:55 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/06/30 05:41:55 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: File to upload is small (12 bytes), uploading instead of streaming 2026/06/30 05:41:55 DEBUG : dir/sub/file2: size = 12 OK 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/sub/file2" 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/sub/file2 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/sub/file2" 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-qegopog8heha/dir/sub/file2 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:55 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/06/30 05:41:55 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/06/30 05:41:55 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/06/30 05:41:55 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/06/30 05:41:55 DEBUG : forgetting directory cache 2026/06/30 05:41:55 DEBUG : dir: forgetting directory cache 2026/06/30 05:41:55 DEBUG : dir/sub: forgetting directory cache 2026/06/30 05:41:55 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/06/30 05:41:55 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: File to upload is small (5 bytes), uploading instead of streaming 2026/06/30 05:41:55 DEBUG : dir/sub/file0: size = 5 OK 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/sub/file0" 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/sub/file0 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/sub/file0" 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qegopog8heha/dir/sub/file0 2026/06/30 05:41:55 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:55 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/30 05:41:55 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/30 05:41:55 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/06/30 05:41:55 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/06/30 05:41:55 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:55 DEBUG : dir/sub: Looking for writers 2026/06/30 05:41:55 DEBUG : file2: reading active writers 2026/06/30 05:41:55 DEBUG : file0: reading active writers 2026/06/30 05:41:55 DEBUG : dir: Looking for writers 2026/06/30 05:41:55 DEBUG : sub: reading active writers 2026/06/30 05:41:55 DEBUG : file1: reading active writers 2026/06/30 05:41:55 DEBUG : Looking for writers 2026/06/30 05:41:55 DEBUG : dir: reading active writers 2026/06/30 05:41:55 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.41s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:55 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:55 DEBUG : forgetting directory cache 2026/06/30 05:41:56 DEBUG : forgetting directory cache 2026/06/30 05:41:56 DEBUG : dir: forgetting directory cache 2026/06/30 05:41:56 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:56 DEBUG : dir: Looking for writers 2026/06/30 05:41:56 DEBUG : Looking for writers 2026/06/30 05:41:56 DEBUG : dir: reading active writers 2026/06/30 05:41:56 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.12s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:56 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:56 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:56 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:56 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:56 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:56 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:56 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:56 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:56 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:56 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:56 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:56 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:56 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:56 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:56 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:56 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/06/30 05:41:56 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:41:56 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/06/30 05:41:56 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/06/30 05:41:56 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/06/30 05:41:56 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:41:56 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/06/30 05:41:56 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/06/30 05:41:56 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:41:56 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/06/30 05:41:56 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/06/30 05:41:56 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/06/30 05:41:56 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:41:56 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/06/30 05:41:56 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:56 DEBUG : dir: Looking for writers 2026/06/30 05:41:56 DEBUG : file1: reading active writers 2026/06/30 05:41:56 DEBUG : file1.metadata: reading active writers 2026/06/30 05:41:56 DEBUG : Looking for writers 2026/06/30 05:41:56 DEBUG : dir: reading active writers 2026/06/30 05:41:56 DEBUG : dir.metadata: reading active writers 2026/06/30 05:41:56 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.22s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:56 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:56 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:56 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:56 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:56 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:57 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:57 DEBUG : dir: Looking for writers 2026/06/30 05:41:57 DEBUG : file1: reading active writers 2026/06/30 05:41:57 DEBUG : Looking for writers 2026/06/30 05:41:57 DEBUG : dir: reading active writers 2026/06/30 05:41:57 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.23s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:57 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:57 DEBUG : Can set mod time: true 2026/06/30 05:41:57 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:57 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:57 DEBUG : dir: Looking for writers 2026/06/30 05:41:57 DEBUG : file1: reading active writers 2026/06/30 05:41:57 DEBUG : Looking for writers 2026/06/30 05:41:57 DEBUG : dir: reading active writers 2026/06/30 05:41:57 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:57 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:57 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/30 05:41:57 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/30 05:41:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: File to upload is small (0 bytes), uploading instead of streaming 2026/06/30 05:41:57 DEBUG : dir/file1: size = 0 OK 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:57 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/30 05:41:57 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/30 05:41:57 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/30 05:41:57 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/30 05:41:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:41:57 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:57 DEBUG : dir: Looking for writers 2026/06/30 05:41:57 DEBUG : file1: reading active writers 2026/06/30 05:41:57 DEBUG : Looking for writers 2026/06/30 05:41:57 DEBUG : dir: reading active writers 2026/06/30 05:41:57 DEBUG : >WaitForWriters: 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:57 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:57 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:58 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/30 05:41:58 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:58 DEBUG : dir: Looking for writers 2026/06/30 05:41:58 DEBUG : file1: reading active writers 2026/06/30 05:41:58 DEBUG : Looking for writers 2026/06/30 05:41:58 DEBUG : dir: reading active writers 2026/06/30 05:41:58 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:58 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:58 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/30 05:41:58 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/30 05:41:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: File to upload is small (5 bytes), uploading instead of streaming 2026/06/30 05:41:58 DEBUG : dir/file1: size = 5 OK 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:58 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/30 05:41:58 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/30 05:41:58 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/30 05:41:58 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/30 05:41:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:41:58 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:58 DEBUG : dir: Looking for writers 2026/06/30 05:41:58 DEBUG : file1: reading active writers 2026/06/30 05:41:58 DEBUG : Looking for writers 2026/06/30 05:41:58 DEBUG : dir: reading active writers 2026/06/30 05:41:58 DEBUG : >WaitForWriters: 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:58 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:58 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/06/30 05:41:58 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:58 DEBUG : dir: Looking for writers 2026/06/30 05:41:58 DEBUG : file1: reading active writers 2026/06/30 05:41:58 DEBUG : Looking for writers 2026/06/30 05:41:58 DEBUG : dir: reading active writers 2026/06/30 05:41:58 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:58 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:41:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:41:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:41:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:41:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:41:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:41:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:41:58 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:58 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:58 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:58 DEBUG : dir: Looking for writers 2026/06/30 05:41:58 DEBUG : file1: reading active writers 2026/06/30 05:41:58 DEBUG : Looking for writers 2026/06/30 05:41:58 DEBUG : dir: reading active writers 2026/06/30 05:41:58 DEBUG : >WaitForWriters: 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:58 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:41:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:41:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:41:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:41:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:41:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:41:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:41:58 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:58 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:59 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/06/30 05:41:59 DEBUG : dir/file1: newRWFileHandle: 2026/06/30 05:41:59 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/30 05:41:59 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/30 05:41:59 DEBUG : dir/file1(0x1211403ff3c0): close: 2026/06/30 05:41:59 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/30 05:41:59 DEBUG : dir/file1(0x1211403ff3c0): >close: err= 2026/06/30 05:41:59 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:59 DEBUG : dir: Looking for writers 2026/06/30 05:41:59 DEBUG : file1: reading active writers 2026/06/30 05:41:59 DEBUG : Looking for writers 2026/06/30 05:41:59 DEBUG : dir: reading active writers 2026/06/30 05:41:59 DEBUG : >WaitForWriters: 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:59 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:59 DEBUG : dir: Looking for writers 2026/06/30 05:41:59 DEBUG : file1: reading active writers 2026/06/30 05:41:59 DEBUG : Looking for writers 2026/06/30 05:41:59 DEBUG : dir: reading active writers 2026/06/30 05:41:59 DEBUG : >WaitForWriters: 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:41:59 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:41:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:41:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:41:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:41:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:41:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:41:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:41:59 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:41:59 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/06/30 05:41:59 DEBUG : dir/file1: newRWFileHandle: 2026/06/30 05:41:59 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/30 05:41:59 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/30 05:41:59 DEBUG : dir/file1(0x1211400a2b80): _writeAt: size=5, off=0 2026/06/30 05:41:59 DEBUG : dir/file1(0x1211400a2b80): openPending: 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:41:59 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/30 05:41:59 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/30 05:41:59 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:41:59 DEBUG : dir/file1(0x1211400a2b80): >openPending: err= 2026/06/30 05:41:59 DEBUG : dir/file1(0x1211400a2b80): >_writeAt: n=5, err= 2026/06/30 05:41:59 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/06/30 05:41:59 DEBUG : dir/file1(0x1211400a2b80): close: 2026/06/30 05:41:59 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/06/30 05:41:59 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/06/30 05:41:59 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/06/30 05:41:59 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/06/30 05:41:59 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/06/30 05:41:59 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/30 05:41:59 DEBUG : dir/file1(0x1211400a2b80): >close: err= 2026/06/30 05:41:59 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:41:59 DEBUG : dir: Looking for writers 2026/06/30 05:41:59 DEBUG : file1: reading active writers 2026/06/30 05:41:59 DEBUG : Looking for writers 2026/06/30 05:41:59 DEBUG : dir: reading active writers 2026/06/30 05:41:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/30 05:41:59 DEBUG : dir: Looking for writers 2026/06/30 05:41:59 DEBUG : file1: reading active writers 2026/06/30 05:41:59 DEBUG : Looking for writers 2026/06/30 05:41:59 DEBUG : dir: reading active writers 2026/06/30 05:41:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/30 05:41:59 DEBUG : dir: Looking for writers 2026/06/30 05:41:59 DEBUG : file1: reading active writers 2026/06/30 05:41:59 DEBUG : Looking for writers 2026/06/30 05:41:59 DEBUG : dir: reading active writers 2026/06/30 05:41:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/30 05:41:59 DEBUG : dir: Looking for writers 2026/06/30 05:41:59 DEBUG : file1: reading active writers 2026/06/30 05:41:59 DEBUG : Looking for writers 2026/06/30 05:41:59 DEBUG : dir: reading active writers 2026/06/30 05:41:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/30 05:41:59 DEBUG : dir/file1: vfs cache: starting upload 2026/06/30 05:41:59 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1.2f98c60a.partial" 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1.2f98c60a.partial 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1.2f98c60a.partial" 2026/06/30 05:41:59 DEBUG : dir: Looking for writers 2026/06/30 05:41:59 DEBUG : file1: reading active writers 2026/06/30 05:41:59 DEBUG : Looking for writers 2026/06/30 05:41:59 DEBUG : dir: reading active writers 2026/06/30 05:41:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-qegopog8heha/dir/file1.2f98c60a.partial 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:59 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/06/30 05:41:59 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/06/30 05:41:59 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/06/30 05:41:59 INFO : dir/file1: Copied (replaced existing) 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:41:59 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/06/30 05:41:59 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/06/30 05:41:59 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/30 05:41:59 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/06/30 05:41:59 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:41:59 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/30 05:41:59 DEBUG : dir: Looking for writers 2026/06/30 05:41:59 DEBUG : file1: reading active writers 2026/06/30 05:41:59 DEBUG : Looking for writers 2026/06/30 05:41:59 DEBUG : dir: reading active writers 2026/06/30 05:41:59 DEBUG : >WaitForWriters: 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:41:59 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:00 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:00 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/06/30 05:42:00 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:00 DEBUG : dir: Looking for writers 2026/06/30 05:42:00 DEBUG : file1: reading active writers 2026/06/30 05:42:00 DEBUG : Looking for writers 2026/06/30 05:42:00 DEBUG : dir: reading active writers 2026/06/30 05:42:00 DEBUG : >WaitForWriters: 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.07s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.43s) --- 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.37s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.37s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.88s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:00 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:00 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/30 05:42:00 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/30 05:42:00 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:00 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:00 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:00 DEBUG : dir: Looking for writers 2026/06/30 05:42:00 DEBUG : file1: reading active writers 2026/06/30 05:42:00 DEBUG : Looking for writers 2026/06/30 05:42:00 DEBUG : dir: reading active writers 2026/06/30 05:42:00 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.33s) === RUN TestFileOpenReadUnknownSize 2026/06/30 05:42:00 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/06/30 05:42:00 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/06/30 05:42:00 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:00 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/06/30 05:42:00 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:00 DEBUG : Looking for writers 2026/06/30 05:42:00 DEBUG : file.txt: reading active writers 2026/06/30 05:42:00 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:00 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: File to upload is small (25 bytes), uploading instead of streaming 2026/06/30 05:42:00 DEBUG : dir/file1: size = 25 OK 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:00 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/30 05:42:00 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/30 05:42:00 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/30 05:42:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:00 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:00 DEBUG : dir: Looking for writers 2026/06/30 05:42:00 DEBUG : file1: reading active writers 2026/06/30 05:42:00 DEBUG : Looking for writers 2026/06/30 05:42:00 DEBUG : dir: reading active writers 2026/06/30 05:42:00 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.32s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:00 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:00 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:01 DEBUG : dir/file1: Remove: 2026/06/30 05:42:01 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/30 05:42:01 DEBUG : dir/file1: >Remove: err= 2026/06/30 05:42:01 DEBUG : dir/file1: Remove: 2026/06/30 05:42:01 DEBUG : dir/file1: >Remove: err=Read only file system 2026/06/30 05:42:01 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:01 DEBUG : dir: Looking for writers 2026/06/30 05:42:01 DEBUG : Looking for writers 2026/06/30 05:42:01 DEBUG : dir: reading active writers 2026/06/30 05:42:01 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.20s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:01 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:01 DEBUG : dir/file1: Remove: 2026/06/30 05:42:01 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/30 05:42:01 DEBUG : dir/file1: >Remove: err= 2026/06/30 05:42:01 DEBUG : dir/file1: Remove: 2026/06/30 05:42:01 DEBUG : dir/file1: >Remove: err=Read only file system 2026/06/30 05:42:01 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:01 DEBUG : dir: Looking for writers 2026/06/30 05:42:01 DEBUG : Looking for writers 2026/06/30 05:42:01 DEBUG : dir: reading active writers 2026/06/30 05:42:01 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.19s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:01 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:01 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/30 05:42:01 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/30 05:42:01 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/06/30 05:42:01 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/30 05:42:01 DEBUG : dir/file1: Open: flags=O_RDWR 2026/06/30 05:42:01 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/30 05:42:01 DEBUG : dir/file1: Open: flags=0x3 2026/06/30 05:42:01 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/06/30 05:42:01 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/06/30 05:42:01 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:01 DEBUG : dir: Looking for writers 2026/06/30 05:42:01 DEBUG : file1: reading active writers 2026/06/30 05:42:01 DEBUG : Looking for writers 2026/06/30 05:42:01 DEBUG : dir: reading active writers 2026/06/30 05:42:01 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.21s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:01 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:01 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:01 DEBUG : dir: Looking for writers 2026/06/30 05:42:01 DEBUG : file1: reading active writers 2026/06/30 05:42:01 DEBUG : Looking for writers 2026/06/30 05:42:01 DEBUG : dir: reading active writers 2026/06/30 05:42:01 DEBUG : >WaitForWriters: 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:01 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/30 05:42:01 DEBUG : newLeaf: Updating file with newLeaf 0x12114075d2b0 2026/06/30 05:42:01 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/30 05:42:01 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:01 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:01 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:02 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:02 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/30 05:42:02 DEBUG : dir/file1: Updating file with dir/file1 0x12114075d2b0 2026/06/30 05:42:02 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/30 05:42:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:02 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/30 05:42:02 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/30 05:42:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:02 DEBUG : dir/file1: File is currently open, delaying rename 0x12114075d2b0 2026/06/30 05:42:02 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/30 05:42:02 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: File to upload is small (25 bytes), uploading instead of streaming 2026/06/30 05:42:02 DEBUG : dir/file1: size = 25 OK 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:02 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/30 05:42:02 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/30 05:42:02 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/30 05:42:02 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/30 05:42:02 DEBUG : newLeaf: Running delayed rename now 2026/06/30 05:42:02 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/30 05:42:02 DEBUG : newLeaf: Updating file with newLeaf 0x12114075d2b0 2026/06/30 05:42:02 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:02 DEBUG : dir: Looking for writers 2026/06/30 05:42:02 DEBUG : Looking for writers 2026/06/30 05:42:02 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:02 DEBUG : dir: reading active writers 2026/06/30 05:42:02 DEBUG : >WaitForWriters: 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:02 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:02 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/30 05:42:02 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:02 DEBUG : dir: Looking for writers 2026/06/30 05:42:02 DEBUG : Looking for writers 2026/06/30 05:42:02 DEBUG : dir: reading active writers 2026/06/30 05:42:02 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:02 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:02 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:02 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:02 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:02 DEBUG : dir: Looking for writers 2026/06/30 05:42:02 DEBUG : file1: reading active writers 2026/06/30 05:42:02 DEBUG : Looking for writers 2026/06/30 05:42:02 DEBUG : dir: reading active writers 2026/06/30 05:42:02 DEBUG : >WaitForWriters: 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:02 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:03 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/30 05:42:03 DEBUG : newLeaf: Updating file with newLeaf 0x1211403e8a90 2026/06/30 05:42:03 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/30 05:42:03 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:03 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:03 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:03 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/30 05:42:03 DEBUG : dir/file1: Updating file with dir/file1 0x1211403e8a90 2026/06/30 05:42:03 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/30 05:42:03 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:03 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/30 05:42:03 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/30 05:42:03 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:03 DEBUG : dir/file1: File is currently open, delaying rename 0x1211403e8a90 2026/06/30 05:42:03 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/30 05:42:03 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: File to upload is small (25 bytes), uploading instead of streaming 2026/06/30 05:42:03 DEBUG : dir/file1: size = 25 OK 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:03 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/30 05:42:03 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/30 05:42:03 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/30 05:42:03 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/30 05:42:03 DEBUG : newLeaf: Running delayed rename now 2026/06/30 05:42:03 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/30 05:42:03 DEBUG : newLeaf: Updating file with newLeaf 0x1211403e8a90 2026/06/30 05:42:03 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:03 DEBUG : dir: Looking for writers 2026/06/30 05:42:03 DEBUG : Looking for writers 2026/06/30 05:42:03 DEBUG : dir: reading active writers 2026/06/30 05:42:03 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:03 DEBUG : >WaitForWriters: 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:03 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:03 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/30 05:42:03 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:03 DEBUG : dir: Looking for writers 2026/06/30 05:42:03 DEBUG : Looking for writers 2026/06/30 05:42:03 DEBUG : dir: reading active writers 2026/06/30 05:42:03 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:03 DEBUG : >WaitForWriters: 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:03 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:03 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:03 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/30 05:42:03 DEBUG : dir/file1: newRWFileHandle: 2026/06/30 05:42:03 DEBUG : dir/file1(0x12113fdeed80): openPending: 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:03 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:04 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/30 05:42:04 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/30 05:42:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:04 DEBUG : dir/file1(0x12113fdeed80): >openPending: err= 2026/06/30 05:42:04 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/30 05:42:04 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/30 05:42:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:04 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/30 05:42:04 DEBUG : dir/file1(0x12113fdeed80): _writeAt: size=14, off=0 2026/06/30 05:42:04 DEBUG : dir/file1(0x12113fdeed80): >_writeAt: n=14, err= 2026/06/30 05:42:04 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/30 05:42:04 DEBUG : dir/file1(0x12113fdeed80): close: 2026/06/30 05:42:04 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/30 05:42:04 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/30 05:42:04 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:04 DEBUG : dir/file1(0x12113fdeed80): >close: err= 2026/06/30 05:42:04 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:04 DEBUG : dir: Looking for writers 2026/06/30 05:42:04 DEBUG : file1: reading active writers 2026/06/30 05:42:04 DEBUG : Looking for writers 2026/06/30 05:42:04 DEBUG : dir: reading active writers 2026/06/30 05:42:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/30 05:42:04 DEBUG : dir: Looking for writers 2026/06/30 05:42:04 DEBUG : file1: reading active writers 2026/06/30 05:42:04 DEBUG : Looking for writers 2026/06/30 05:42:04 DEBUG : dir: reading active writers 2026/06/30 05:42:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/30 05:42:04 DEBUG : dir: Looking for writers 2026/06/30 05:42:04 DEBUG : file1: reading active writers 2026/06/30 05:42:04 DEBUG : Looking for writers 2026/06/30 05:42:04 DEBUG : dir: reading active writers 2026/06/30 05:42:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/30 05:42:04 DEBUG : dir: Looking for writers 2026/06/30 05:42:04 DEBUG : file1: reading active writers 2026/06/30 05:42:04 DEBUG : Looking for writers 2026/06/30 05:42:04 DEBUG : dir: reading active writers 2026/06/30 05:42:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/30 05:42:04 DEBUG : dir/file1: vfs cache: starting upload 2026/06/30 05:42:04 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1.ca338588.partial" 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1.ca338588.partial 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1.ca338588.partial" 2026/06/30 05:42:04 DEBUG : dir: Looking for writers 2026/06/30 05:42:04 DEBUG : file1: reading active writers 2026/06/30 05:42:04 DEBUG : Looking for writers 2026/06/30 05:42:04 DEBUG : dir: reading active writers 2026/06/30 05:42:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1.ca338588.partial 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:04 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:04 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/06/30 05:42:04 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/06/30 05:42:04 INFO : dir/file1: Copied (replaced existing) 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:04 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/30 05:42:04 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/06/30 05:42:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:04 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/30 05:42:04 DEBUG : dir: Looking for writers 2026/06/30 05:42:04 DEBUG : file1: reading active writers 2026/06/30 05:42:04 DEBUG : Looking for writers 2026/06/30 05:42:04 DEBUG : dir: reading active writers 2026/06/30 05:42:04 DEBUG : >WaitForWriters: 2026/06/30 05:42:04 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/30 05:42:04 DEBUG : dir/file1: newRWFileHandle: 2026/06/30 05:42:04 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/30 05:42:04 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/30 05:42:04 DEBUG : dir/file1(0x121140306ec0): _readAt: size=512, off=0 2026/06/30 05:42:04 DEBUG : dir/file1(0x121140306ec0): openPending: 2026/06/30 05:42:04 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/06/30 05:42:04 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/30 05:42:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:04 DEBUG : dir/file1(0x121140306ec0): >openPending: err= 2026/06/30 05:42:04 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/30 05:42:04 DEBUG : dir/file1(0x121140306ec0): >_readAt: n=14, err=EOF 2026/06/30 05:42:04 DEBUG : dir/file1(0x121140306ec0): close: 2026/06/30 05:42:04 DEBUG : dir/file1(0x121140306ec0): >close: err= 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:04 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:04 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:04 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/30 05:42:04 DEBUG : newLeaf: Updating file with newLeaf 0x1211401e3380 2026/06/30 05:42:04 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/30 05:42:04 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:04 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:04 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:04 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:04 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/06/30 05:42:04 DEBUG : dir/file1: Updating file with dir/file1 0x1211401e3380 2026/06/30 05:42:04 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/30 05:42:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:04 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:05 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/30 05:42:05 DEBUG : dir/file1: newRWFileHandle: 2026/06/30 05:42:05 DEBUG : dir/file1(0x121140179500): openPending: 2026/06/30 05:42:05 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/06/30 05:42:05 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/30 05:42:05 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:05 DEBUG : dir/file1(0x121140179500): >openPending: err= 2026/06/30 05:42:05 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/30 05:42:05 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/30 05:42:05 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/30 05:42:05 DEBUG : dir/file1(0x121140179500): _writeAt: size=25, off=0 2026/06/30 05:42:05 DEBUG : dir/file1(0x121140179500): >_writeAt: n=25, err= 2026/06/30 05:42:05 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:05 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:05 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/30 05:42:05 DEBUG : newLeaf: Updating file with newLeaf 0x1211401e3380 2026/06/30 05:42:05 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/30 05:42:05 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/30 05:42:05 DEBUG : newLeaf(0x121140179500): close: 2026/06/30 05:42:05 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/30 05:42:05 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-30 05:42:05.166236556 +0000 UTC m=+17.583373004 2026/06/30 05:42:05 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:05 DEBUG : newLeaf(0x121140179500): >close: err= 2026/06/30 05:42:05 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:05 DEBUG : dir: Looking for writers 2026/06/30 05:42:05 DEBUG : Looking for writers 2026/06/30 05:42:05 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:05 DEBUG : dir: reading active writers 2026/06/30 05:42:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/30 05:42:05 DEBUG : dir: Looking for writers 2026/06/30 05:42:05 DEBUG : Looking for writers 2026/06/30 05:42:05 DEBUG : dir: reading active writers 2026/06/30 05:42:05 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/30 05:42:05 DEBUG : dir: Looking for writers 2026/06/30 05:42:05 DEBUG : Looking for writers 2026/06/30 05:42:05 DEBUG : dir: reading active writers 2026/06/30 05:42:05 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/30 05:42:05 DEBUG : dir: Looking for writers 2026/06/30 05:42:05 DEBUG : Looking for writers 2026/06/30 05:42:05 DEBUG : dir: reading active writers 2026/06/30 05:42:05 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/30 05:42:05 DEBUG : newLeaf: vfs cache: starting upload 2026/06/30 05:42:05 DEBUG : newLeaf.706e4734.partial: size = 25 OK 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf.706e4734.partial" 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf.706e4734.partial 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf.706e4734.partial" 2026/06/30 05:42:05 DEBUG : dir: Looking for writers 2026/06/30 05:42:05 DEBUG : Looking for writers 2026/06/30 05:42:05 DEBUG : dir: reading active writers 2026/06/30 05:42:05 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qegopog8heha/newLeaf.706e4734.partial 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:05 DEBUG : newLeaf.706e4734.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/30 05:42:05 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/30 05:42:05 DEBUG : newLeaf.706e4734.partial: renamed to: newLeaf 2026/06/30 05:42:05 INFO : newLeaf: Copied (replaced existing) 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:05 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/30 05:42:05 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-30 05:42:05 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/30 05:42:05 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/30 05:42:05 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/30 05:42:05 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/30 05:42:05 DEBUG : dir: Looking for writers 2026/06/30 05:42:05 DEBUG : Looking for writers 2026/06/30 05:42:05 DEBUG : dir: reading active writers 2026/06/30 05:42:05 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:05 DEBUG : >WaitForWriters: 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:05 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:05 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/30 05:42:05 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:05 DEBUG : dir: Looking for writers 2026/06/30 05:42:05 DEBUG : Looking for writers 2026/06/30 05:42:05 DEBUG : dir: reading active writers 2026/06/30 05:42:05 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:05 DEBUG : >WaitForWriters: 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:05 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:05 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:05 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:05 DEBUG : dir: Looking for writers 2026/06/30 05:42:05 DEBUG : file1: reading active writers 2026/06/30 05:42:05 DEBUG : Looking for writers 2026/06/30 05:42:05 DEBUG : dir: reading active writers 2026/06/30 05:42:05 DEBUG : >WaitForWriters: 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:05 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:06 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/30 05:42:06 DEBUG : newLeaf: Updating file with newLeaf 0x121140654270 2026/06/30 05:42:06 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/30 05:42:06 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:06 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:06 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:06 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/30 05:42:06 DEBUG : dir/file1: Updating file with dir/file1 0x121140654270 2026/06/30 05:42:06 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/30 05:42:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:06 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/30 05:42:06 DEBUG : dir/file1: newRWFileHandle: 2026/06/30 05:42:06 DEBUG : dir/file1(0x1211403b4900): openPending: 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:06 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/30 05:42:06 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/30 05:42:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:06 DEBUG : dir/file1(0x1211403b4900): >openPending: err= 2026/06/30 05:42:06 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/30 05:42:06 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/30 05:42:06 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/30 05:42:06 DEBUG : dir/file1(0x1211403b4900): _writeAt: size=25, off=0 2026/06/30 05:42:06 DEBUG : dir/file1(0x1211403b4900): >_writeAt: n=25, err= 2026/06/30 05:42:06 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:06 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:06 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/30 05:42:06 DEBUG : newLeaf: Updating file with newLeaf 0x121140654270 2026/06/30 05:42:06 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/30 05:42:06 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/30 05:42:06 DEBUG : newLeaf(0x1211403b4900): close: 2026/06/30 05:42:06 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/30 05:42:06 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-30 05:42:06.693356382 +0000 UTC m=+19.110492829 2026/06/30 05:42:06 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:06 DEBUG : newLeaf(0x1211403b4900): >close: err= 2026/06/30 05:42:06 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:06 DEBUG : dir: Looking for writers 2026/06/30 05:42:06 DEBUG : Looking for writers 2026/06/30 05:42:06 DEBUG : dir: reading active writers 2026/06/30 05:42:06 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/30 05:42:06 DEBUG : dir: Looking for writers 2026/06/30 05:42:06 DEBUG : Looking for writers 2026/06/30 05:42:06 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:06 DEBUG : dir: reading active writers 2026/06/30 05:42:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/30 05:42:06 DEBUG : dir: Looking for writers 2026/06/30 05:42:06 DEBUG : Looking for writers 2026/06/30 05:42:06 DEBUG : dir: reading active writers 2026/06/30 05:42:06 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/30 05:42:06 DEBUG : dir: Looking for writers 2026/06/30 05:42:06 DEBUG : Looking for writers 2026/06/30 05:42:06 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:06 DEBUG : dir: reading active writers 2026/06/30 05:42:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/30 05:42:06 DEBUG : newLeaf: vfs cache: starting upload 2026/06/30 05:42:06 DEBUG : newLeaf.419eeeaa.partial: size = 25 OK 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf.419eeeaa.partial" 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf.419eeeaa.partial 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf.419eeeaa.partial" 2026/06/30 05:42:06 DEBUG : dir: Looking for writers 2026/06/30 05:42:06 DEBUG : Looking for writers 2026/06/30 05:42:06 DEBUG : dir: reading active writers 2026/06/30 05:42:06 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qegopog8heha/newLeaf.419eeeaa.partial 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:06 DEBUG : newLeaf.419eeeaa.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/30 05:42:06 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/30 05:42:06 DEBUG : newLeaf.419eeeaa.partial: renamed to: newLeaf 2026/06/30 05:42:06 INFO : newLeaf: Copied (replaced existing) 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:06 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:07 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/30 05:42:07 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-30 05:42:06 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/30 05:42:07 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/30 05:42:07 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/30 05:42:07 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/30 05:42:07 DEBUG : dir: Looking for writers 2026/06/30 05:42:07 DEBUG : Looking for writers 2026/06/30 05:42:07 DEBUG : dir: reading active writers 2026/06/30 05:42:07 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:07 DEBUG : >WaitForWriters: 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:07 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:07 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/30 05:42:07 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:07 DEBUG : dir: Looking for writers 2026/06/30 05:42:07 DEBUG : Looking for writers 2026/06/30 05:42:07 DEBUG : dir: reading active writers 2026/06/30 05:42:07 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:07 DEBUG : >WaitForWriters: 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:07 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:07 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:07 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/30 05:42:07 DEBUG : dir/file1: newRWFileHandle: 2026/06/30 05:42:07 DEBUG : dir/file1(0x121140343480): openPending: 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:07 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/30 05:42:07 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/30 05:42:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:07 DEBUG : dir/file1(0x121140343480): >openPending: err= 2026/06/30 05:42:07 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/30 05:42:07 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/30 05:42:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:07 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/30 05:42:07 DEBUG : dir/file1(0x121140343480): _writeAt: size=14, off=0 2026/06/30 05:42:07 DEBUG : dir/file1(0x121140343480): >_writeAt: n=14, err= 2026/06/30 05:42:07 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/30 05:42:07 DEBUG : dir/file1(0x121140343480): close: 2026/06/30 05:42:07 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/30 05:42:07 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/30 05:42:07 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:07 DEBUG : dir/file1(0x121140343480): >close: err= 2026/06/30 05:42:07 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:07 DEBUG : dir: Looking for writers 2026/06/30 05:42:07 DEBUG : file1: reading active writers 2026/06/30 05:42:07 DEBUG : Looking for writers 2026/06/30 05:42:07 DEBUG : dir: reading active writers 2026/06/30 05:42:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/30 05:42:07 DEBUG : dir: Looking for writers 2026/06/30 05:42:07 DEBUG : file1: reading active writers 2026/06/30 05:42:07 DEBUG : Looking for writers 2026/06/30 05:42:07 DEBUG : dir: reading active writers 2026/06/30 05:42:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/30 05:42:07 DEBUG : dir: Looking for writers 2026/06/30 05:42:07 DEBUG : file1: reading active writers 2026/06/30 05:42:07 DEBUG : Looking for writers 2026/06/30 05:42:07 DEBUG : dir: reading active writers 2026/06/30 05:42:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/30 05:42:07 DEBUG : dir: Looking for writers 2026/06/30 05:42:07 DEBUG : file1: reading active writers 2026/06/30 05:42:07 DEBUG : Looking for writers 2026/06/30 05:42:07 DEBUG : dir: reading active writers 2026/06/30 05:42:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/30 05:42:07 DEBUG : dir/file1: vfs cache: starting upload 2026/06/30 05:42:07 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1.ca338588.partial" 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1.ca338588.partial 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1.ca338588.partial" 2026/06/30 05:42:07 DEBUG : dir: Looking for writers 2026/06/30 05:42:07 DEBUG : file1: reading active writers 2026/06/30 05:42:07 DEBUG : Looking for writers 2026/06/30 05:42:07 DEBUG : dir: reading active writers 2026/06/30 05:42:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1.ca338588.partial 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:07 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:07 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/06/30 05:42:07 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/06/30 05:42:07 INFO : dir/file1: Copied (replaced existing) 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:07 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/30 05:42:07 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/06/30 05:42:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:07 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/30 05:42:07 DEBUG : dir: Looking for writers 2026/06/30 05:42:07 DEBUG : file1: reading active writers 2026/06/30 05:42:07 DEBUG : Looking for writers 2026/06/30 05:42:07 DEBUG : dir: reading active writers 2026/06/30 05:42:07 DEBUG : >WaitForWriters: 2026/06/30 05:42:07 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/30 05:42:07 DEBUG : dir/file1: newRWFileHandle: 2026/06/30 05:42:07 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/30 05:42:07 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/30 05:42:07 DEBUG : dir/file1(0x121140673780): _readAt: size=512, off=0 2026/06/30 05:42:07 DEBUG : dir/file1(0x121140673780): openPending: 2026/06/30 05:42:07 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/06/30 05:42:07 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/30 05:42:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:07 DEBUG : dir/file1(0x121140673780): >openPending: err= 2026/06/30 05:42:07 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/30 05:42:07 DEBUG : dir/file1(0x121140673780): >_readAt: n=14, err=EOF 2026/06/30 05:42:07 DEBUG : dir/file1(0x121140673780): close: 2026/06/30 05:42:07 DEBUG : dir/file1(0x121140673780): >close: err= 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:07 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:08 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:08 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:08 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/30 05:42:08 DEBUG : newLeaf: Updating file with newLeaf 0x121140365ad0 2026/06/30 05:42:08 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/30 05:42:08 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:08 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:08 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:08 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:08 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/06/30 05:42:08 DEBUG : dir/file1: Updating file with dir/file1 0x121140365ad0 2026/06/30 05:42:08 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/30 05:42:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:08 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/30 05:42:08 DEBUG : dir/file1: newRWFileHandle: 2026/06/30 05:42:08 DEBUG : dir/file1(0x12114080e980): openPending: 2026/06/30 05:42:08 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/06/30 05:42:08 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/30 05:42:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:08 DEBUG : dir/file1(0x12114080e980): >openPending: err= 2026/06/30 05:42:08 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/30 05:42:08 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/30 05:42:08 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/30 05:42:08 DEBUG : dir/file1(0x12114080e980): _writeAt: size=25, off=0 2026/06/30 05:42:08 DEBUG : dir/file1(0x12114080e980): >_writeAt: n=25, err= 2026/06/30 05:42:08 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:08 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:08 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/30 05:42:08 DEBUG : newLeaf: Updating file with newLeaf 0x121140365ad0 2026/06/30 05:42:08 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/30 05:42:08 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/30 05:42:08 DEBUG : newLeaf(0x12114080e980): close: 2026/06/30 05:42:08 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/30 05:42:08 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-30 05:42:08.724391253 +0000 UTC m=+21.141527700 2026/06/30 05:42:08 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:08 DEBUG : newLeaf(0x12114080e980): >close: err= 2026/06/30 05:42:08 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:08 DEBUG : dir: Looking for writers 2026/06/30 05:42:08 DEBUG : Looking for writers 2026/06/30 05:42:08 DEBUG : dir: reading active writers 2026/06/30 05:42:08 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/30 05:42:08 DEBUG : dir: Looking for writers 2026/06/30 05:42:08 DEBUG : Looking for writers 2026/06/30 05:42:08 DEBUG : dir: reading active writers 2026/06/30 05:42:08 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/30 05:42:08 DEBUG : dir: Looking for writers 2026/06/30 05:42:08 DEBUG : Looking for writers 2026/06/30 05:42:08 DEBUG : dir: reading active writers 2026/06/30 05:42:08 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/30 05:42:08 DEBUG : dir: Looking for writers 2026/06/30 05:42:08 DEBUG : Looking for writers 2026/06/30 05:42:08 DEBUG : dir: reading active writers 2026/06/30 05:42:08 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/30 05:42:08 DEBUG : newLeaf: vfs cache: starting upload 2026/06/30 05:42:08 DEBUG : newLeaf.3a7969e8.partial: size = 25 OK 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf.3a7969e8.partial" 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf.3a7969e8.partial 2026/06/30 05:42:08 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf.3a7969e8.partial" 2026/06/30 05:42:08 DEBUG : dir: Looking for writers 2026/06/30 05:42:08 DEBUG : Looking for writers 2026/06/30 05:42:08 DEBUG : dir: reading active writers 2026/06/30 05:42:08 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qegopog8heha/newLeaf.3a7969e8.partial 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:09 DEBUG : newLeaf.3a7969e8.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/30 05:42:09 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/30 05:42:09 DEBUG : newLeaf.3a7969e8.partial: renamed to: newLeaf 2026/06/30 05:42:09 INFO : newLeaf: Copied (replaced existing) 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:09 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/30 05:42:09 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-30 05:42:08 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/30 05:42:09 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/30 05:42:09 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/30 05:42:09 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/30 05:42:09 DEBUG : dir: Looking for writers 2026/06/30 05:42:09 DEBUG : Looking for writers 2026/06/30 05:42:09 DEBUG : dir: reading active writers 2026/06/30 05:42:09 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:09 DEBUG : >WaitForWriters: 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:09 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:09 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/30 05:42:09 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:09 DEBUG : dir: Looking for writers 2026/06/30 05:42:09 DEBUG : Looking for writers 2026/06/30 05:42:09 DEBUG : dir: reading active writers 2026/06/30 05:42:09 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:09 DEBUG : >WaitForWriters: 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:09 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:09 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:09 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:09 DEBUG : dir: Looking for writers 2026/06/30 05:42:09 DEBUG : file1: reading active writers 2026/06/30 05:42:09 DEBUG : Looking for writers 2026/06/30 05:42:09 DEBUG : dir: reading active writers 2026/06/30 05:42:09 DEBUG : >WaitForWriters: 2026/06/30 05:42:09 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/30 05:42:09 DEBUG : dir/file1: newRWFileHandle: 2026/06/30 05:42:09 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/30 05:42:09 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/30 05:42:09 DEBUG : dir/file1(0x12113ff8b680): _readAt: size=512, off=0 2026/06/30 05:42:09 DEBUG : dir/file1(0x12113ff8b680): openPending: 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:09 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/30 05:42:09 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/30 05:42:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:09 DEBUG : dir/file1(0x12113ff8b680): >openPending: err= 2026/06/30 05:42:09 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/06/30 05:42:09 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/30 05:42:09 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:09 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:09 DEBUG : dir/file1(0x12113ff8b680): >_readAt: n=14, err=EOF 2026/06/30 05:42:09 DEBUG : dir/file1(0x12113ff8b680): close: 2026/06/30 05:42:09 DEBUG : dir/file1(0x12113ff8b680): >close: err= 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:09 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:09 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:09 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/30 05:42:09 DEBUG : newLeaf: Updating file with newLeaf 0x1211401e88f0 2026/06/30 05:42:09 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/30 05:42:09 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:09 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:10 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:10 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:10 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:10 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/06/30 05:42:10 DEBUG : dir/file1: Updating file with dir/file1 0x1211401e88f0 2026/06/30 05:42:10 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/30 05:42:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:10 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/30 05:42:10 DEBUG : dir/file1: newRWFileHandle: 2026/06/30 05:42:10 DEBUG : dir/file1(0x121140072480): openPending: 2026/06/30 05:42:10 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/06/30 05:42:10 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/30 05:42:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:10 DEBUG : dir/file1(0x121140072480): >openPending: err= 2026/06/30 05:42:10 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/30 05:42:10 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/30 05:42:10 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/30 05:42:10 DEBUG : dir/file1(0x121140072480): _writeAt: size=25, off=0 2026/06/30 05:42:10 DEBUG : dir/file1(0x121140072480): >_writeAt: n=25, err= 2026/06/30 05:42:10 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:10 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:10 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/30 05:42:10 DEBUG : newLeaf: Updating file with newLeaf 0x1211401e88f0 2026/06/30 05:42:10 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/30 05:42:10 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/30 05:42:10 DEBUG : newLeaf(0x121140072480): close: 2026/06/30 05:42:10 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/30 05:42:10 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-30 05:42:10.469303629 +0000 UTC m=+22.886440096 2026/06/30 05:42:10 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:10 DEBUG : newLeaf(0x121140072480): >close: err= 2026/06/30 05:42:10 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:10 DEBUG : dir: Looking for writers 2026/06/30 05:42:10 DEBUG : Looking for writers 2026/06/30 05:42:10 DEBUG : dir: reading active writers 2026/06/30 05:42:10 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/30 05:42:10 DEBUG : dir: Looking for writers 2026/06/30 05:42:10 DEBUG : Looking for writers 2026/06/30 05:42:10 DEBUG : dir: reading active writers 2026/06/30 05:42:10 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/30 05:42:10 DEBUG : dir: Looking for writers 2026/06/30 05:42:10 DEBUG : Looking for writers 2026/06/30 05:42:10 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:10 DEBUG : dir: reading active writers 2026/06/30 05:42:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/30 05:42:10 DEBUG : dir: Looking for writers 2026/06/30 05:42:10 DEBUG : Looking for writers 2026/06/30 05:42:10 DEBUG : dir: reading active writers 2026/06/30 05:42:10 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/30 05:42:10 DEBUG : newLeaf: vfs cache: starting upload 2026/06/30 05:42:10 DEBUG : newLeaf.7371febc.partial: size = 25 OK 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf.7371febc.partial" 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf.7371febc.partial 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf.7371febc.partial" 2026/06/30 05:42:10 DEBUG : dir: Looking for writers 2026/06/30 05:42:10 DEBUG : Looking for writers 2026/06/30 05:42:10 DEBUG : dir: reading active writers 2026/06/30 05:42:10 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qegopog8heha/newLeaf.7371febc.partial 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:10 DEBUG : newLeaf.7371febc.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/30 05:42:10 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/30 05:42:10 DEBUG : newLeaf.7371febc.partial: renamed to: newLeaf 2026/06/30 05:42:10 INFO : newLeaf: Copied (replaced existing) 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:10 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/30 05:42:10 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-30 05:42:10 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/30 05:42:10 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/30 05:42:10 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/30 05:42:10 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/30 05:42:10 DEBUG : dir: Looking for writers 2026/06/30 05:42:10 DEBUG : Looking for writers 2026/06/30 05:42:10 DEBUG : dir: reading active writers 2026/06/30 05:42:10 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:10 DEBUG : >WaitForWriters: 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:10 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:10 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/newLeaf" 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-qegopog8heha/newLeaf 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:11 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/30 05:42:11 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:11 DEBUG : dir: Looking for writers 2026/06/30 05:42:11 DEBUG : Looking for writers 2026/06/30 05:42:11 DEBUG : dir: reading active writers 2026/06/30 05:42:11 DEBUG : newLeaf: reading active writers 2026/06/30 05:42:11 DEBUG : >WaitForWriters: 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting --- PASS: TestFileRename (9.65s) --- PASS: TestFileRename/off,forceCache=false (1.16s) --- PASS: TestFileRename/minimal,forceCache=false (1.15s) --- PASS: TestFileRename/minimal,forceCache=true (2.04s) --- PASS: TestFileRename/writes,forceCache=false (1.52s) --- PASS: TestFileRename/writes,forceCache=true (2.04s) --- 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-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:11 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:11 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:11 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:11 DEBUG : Looking for writers 2026/06/30 05:42:11 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-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:11 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:11 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:11 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/30 05:42:11 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:11 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/30 05:42:11 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/30 05:42:11 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:11 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/30 05:42:11 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:11 DEBUG : dir: Looking for writers 2026/06/30 05:42:11 DEBUG : file1: reading active writers 2026/06/30 05:42:11 DEBUG : Looking for writers 2026/06/30 05:42:11 DEBUG : dir: reading active writers 2026/06/30 05:42:11 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.31s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:11 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:11 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:11 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/30 05:42:11 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:11 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/30 05:42:11 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/30 05:42:11 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:11 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/06/30 05:42:11 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/06/30 05:42:11 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/06/30 05:42:11 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/06/30 05:42:11 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/06/30 05:42:11 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/06/30 05:42:11 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:11 DEBUG : dir: Looking for writers 2026/06/30 05:42:11 DEBUG : file1: reading active writers 2026/06/30 05:42:11 DEBUG : Looking for writers 2026/06/30 05:42:11 DEBUG : dir: reading active writers 2026/06/30 05:42:11 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.30s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:11 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:11 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:11 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:11 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/30 05:42:11 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:11 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/30 05:42:11 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/30 05:42:11 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:11 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/06/30 05:42:11 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/06/30 05:42:11 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/06/30 05:42:11 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/06/30 05:42:11 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/06/30 05:42:11 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/06/30 05:42:11 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/06/30 05:42:11 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/06/30 05:42:11 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/06/30 05:42:11 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/06/30 05:42:12 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/06/30 05:42:12 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/06/30 05:42:12 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/06/30 05:42:12 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/06/30 05:42:12 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/06/30 05:42:12 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/06/30 05:42:12 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/06/30 05:42:12 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/06/30 05:42:12 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/06/30 05:42:12 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/06/30 05:42:12 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/06/30 05:42:12 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/06/30 05:42:12 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:12 DEBUG : dir: Looking for writers 2026/06/30 05:42:12 DEBUG : file1: reading active writers 2026/06/30 05:42:12 DEBUG : Looking for writers 2026/06/30 05:42:12 DEBUG : dir: reading active writers 2026/06/30 05:42:12 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.38s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:12 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:12 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:12 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/30 05:42:12 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:12 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/30 05:42:12 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/30 05:42:12 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/30 05:42:12 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:12 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:12 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/30 05:42:12 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:12 DEBUG : dir: Looking for writers 2026/06/30 05:42:12 DEBUG : file1: reading active writers 2026/06/30 05:42:12 DEBUG : Looking for writers 2026/06/30 05:42:12 DEBUG : dir: reading active writers 2026/06/30 05:42:12 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.32s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:12 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:12 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:12 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/30 05:42:12 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:12 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/30 05:42:12 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/30 05:42:12 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/30 05:42:12 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:12 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:12 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:12 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/30 05:42:12 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/06/30 05:42:12 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:12 DEBUG : dir: Looking for writers 2026/06/30 05:42:12 DEBUG : file1: reading active writers 2026/06/30 05:42:12 DEBUG : Looking for writers 2026/06/30 05:42:12 DEBUG : dir: reading active writers 2026/06/30 05:42:12 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.32s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:12 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:12 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:12 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:12 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/30 05:42:12 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:12 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/30 05:42:12 DEBUG : dir/file1: newRWFileHandle: 2026/06/30 05:42:12 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/30 05:42:12 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/30 05:42:12 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/30 05:42:12 DEBUG : dir/file1(0x121140672b40): _readAt: size=1, off=0 2026/06/30 05:42:12 DEBUG : dir/file1(0x121140672b40): openPending: 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:12 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:13 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/30 05:42:13 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/30 05:42:13 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/30 05:42:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672b40): >openPending: err= 2026/06/30 05:42:13 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/06/30 05:42:13 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/30 05:42:13 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:13 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672b40): >_readAt: n=1, err= 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672b40): _readAt: size=256, off=1 2026/06/30 05:42:13 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672b40): >_readAt: n=15, err=EOF 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672b40): _readAt: size=16, off=16 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672b40): >_readAt: n=0, err=EOF 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672b40): close: 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672b40): >close: err= 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672b40): close: 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672b40): >close: err=file already closed 2026/06/30 05:42:13 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:13 DEBUG : dir: Looking for writers 2026/06/30 05:42:13 DEBUG : file1: reading active writers 2026/06/30 05:42:13 DEBUG : Looking for writers 2026/06/30 05:42:13 DEBUG : dir: reading active writers 2026/06/30 05:42:13 DEBUG : >WaitForWriters: 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.31s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:13 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:13 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:13 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:13 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/30 05:42:13 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:13 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/30 05:42:13 DEBUG : dir/file1: newRWFileHandle: 2026/06/30 05:42:13 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/30 05:42:13 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/30 05:42:13 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/30 05:42:13 DEBUG : dir/file1(0x1211403c01c0): _readAt: size=1, off=0 2026/06/30 05:42:13 DEBUG : dir/file1(0x1211403c01c0): openPending: 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:13 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/30 05:42:13 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/30 05:42:13 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/30 05:42:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:13 DEBUG : dir/file1(0x1211403c01c0): >openPending: err= 2026/06/30 05:42:13 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/06/30 05:42:13 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/30 05:42:13 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:13 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:13 DEBUG : dir/file1(0x1211403c01c0): >_readAt: n=1, err= 2026/06/30 05:42:13 DEBUG : dir/file1(0x1211403c01c0): _readAt: size=1, off=5 2026/06/30 05:42:13 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/30 05:42:13 DEBUG : dir/file1(0x1211403c01c0): >_readAt: n=1, err= 2026/06/30 05:42:13 DEBUG : dir/file1(0x1211403c01c0): _readAt: size=1, off=3 2026/06/30 05:42:13 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/30 05:42:13 DEBUG : dir/file1(0x1211403c01c0): >_readAt: n=1, err= 2026/06/30 05:42:13 DEBUG : dir/file1(0x1211403c01c0): _readAt: size=1, off=13 2026/06/30 05:42:13 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/30 05:42:13 DEBUG : dir/file1(0x1211403c01c0): >_readAt: n=1, err= 2026/06/30 05:42:13 DEBUG : dir/file1(0x1211403c01c0): _readAt: size=16, off=100 2026/06/30 05:42:13 DEBUG : dir/file1(0x1211403c01c0): >_readAt: n=0, err=EOF 2026/06/30 05:42:13 DEBUG : dir/file1(0x1211403c01c0): close: 2026/06/30 05:42:13 DEBUG : dir/file1(0x1211403c01c0): >close: err= 2026/06/30 05:42:13 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:13 DEBUG : dir: Looking for writers 2026/06/30 05:42:13 DEBUG : file1: reading active writers 2026/06/30 05:42:13 DEBUG : Looking for writers 2026/06/30 05:42:13 DEBUG : dir: reading active writers 2026/06/30 05:42:13 DEBUG : >WaitForWriters: 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.33s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:13 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:13 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:13 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:13 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/30 05:42:13 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:13 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/30 05:42:13 DEBUG : dir/file1: newRWFileHandle: 2026/06/30 05:42:13 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/30 05:42:13 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/30 05:42:13 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672bc0): _readAt: size=1, off=0 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672bc0): openPending: 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:13 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/30 05:42:13 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/30 05:42:13 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/30 05:42:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672bc0): >openPending: err= 2026/06/30 05:42:13 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/06/30 05:42:13 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/30 05:42:13 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:13 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672bc0): >_readAt: n=1, err= 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672bc0): _readAt: size=1, off=5 2026/06/30 05:42:13 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672bc0): >_readAt: n=1, err= 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672bc0): _readAt: size=1, off=1 2026/06/30 05:42:13 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672bc0): >_readAt: n=1, err= 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672bc0): _readAt: size=6, off=10 2026/06/30 05:42:13 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672bc0): >_readAt: n=6, err= 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672bc0): _readAt: size=256, off=10 2026/06/30 05:42:13 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672bc0): >_readAt: n=6, err=EOF 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672bc0): _readAt: size=256, off=100 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672bc0): >_readAt: n=0, err=EOF 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672bc0): close: 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672bc0): >close: err= 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672bc0): _readAt: size=256, off=100 2026/06/30 05:42:13 DEBUG : dir/file1(0x121140672bc0): >_readAt: n=0, err=file already closed 2026/06/30 05:42:13 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:13 DEBUG : dir: Looking for writers 2026/06/30 05:42:13 DEBUG : file1: reading active writers 2026/06/30 05:42:13 DEBUG : Looking for writers 2026/06/30 05:42:13 DEBUG : dir: reading active writers 2026/06/30 05:42:13 DEBUG : >WaitForWriters: 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.31s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:13 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:13 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:13 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:13 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/30 05:42:13 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:13 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/30 05:42:13 DEBUG : dir/file1: newRWFileHandle: 2026/06/30 05:42:13 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/30 05:42:13 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/30 05:42:13 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/30 05:42:13 DEBUG : dir/file1(0x1211403c0500): RWFileHandle.Flush 2026/06/30 05:42:13 DEBUG : dir/file1(0x1211403c0500): _readAt: size=256, off=0 2026/06/30 05:42:13 DEBUG : dir/file1(0x1211403c0500): openPending: 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:13 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/30 05:42:13 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/30 05:42:13 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/30 05:42:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:13 DEBUG : dir/file1(0x1211403c0500): >openPending: err= 2026/06/30 05:42:13 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/06/30 05:42:13 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/30 05:42:13 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:13 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:13 DEBUG : dir/file1(0x1211403c0500): >_readAt: n=16, err=EOF 2026/06/30 05:42:13 DEBUG : dir/file1(0x1211403c0500): RWFileHandle.Flush 2026/06/30 05:42:13 DEBUG : dir/file1(0x1211403c0500): RWFileHandle.Flush 2026/06/30 05:42:13 DEBUG : dir/file1(0x1211403c0500): close: 2026/06/30 05:42:13 DEBUG : dir/file1(0x1211403c0500): >close: err= 2026/06/30 05:42:13 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:13 DEBUG : dir: Looking for writers 2026/06/30 05:42:13 DEBUG : file1: reading active writers 2026/06/30 05:42:13 DEBUG : Looking for writers 2026/06/30 05:42:13 DEBUG : dir: reading active writers 2026/06/30 05:42:13 DEBUG : >WaitForWriters: 2026/06/30 05:42:13 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.32s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:14 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:14 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:14 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:14 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/30 05:42:14 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:14 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/30 05:42:14 DEBUG : dir/file1: newRWFileHandle: 2026/06/30 05:42:14 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/30 05:42:14 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/30 05:42:14 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/30 05:42:14 DEBUG : dir/file1(0x121140179300): _readAt: size=256, off=0 2026/06/30 05:42:14 DEBUG : dir/file1(0x121140179300): openPending: 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:14 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/30 05:42:14 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/30 05:42:14 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/30 05:42:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:14 DEBUG : dir/file1(0x121140179300): >openPending: err= 2026/06/30 05:42:14 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/06/30 05:42:14 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/30 05:42:14 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:14 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:14 DEBUG : dir/file1(0x121140179300): >_readAt: n=16, err=EOF 2026/06/30 05:42:14 DEBUG : dir/file1(0x121140179300): RWFileHandle.Release 2026/06/30 05:42:14 DEBUG : dir/file1(0x121140179300): close: 2026/06/30 05:42:14 DEBUG : dir/file1(0x121140179300): >close: err= 2026/06/30 05:42:14 DEBUG : dir/file1(0x121140179300): RWFileHandle.Release 2026/06/30 05:42:14 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:14 DEBUG : dir: Looking for writers 2026/06/30 05:42:14 DEBUG : file1: reading active writers 2026/06/30 05:42:14 DEBUG : Looking for writers 2026/06/30 05:42:14 DEBUG : dir: reading active writers 2026/06/30 05:42:14 DEBUG : >WaitForWriters: 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.34s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:14 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:14 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:14 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:42:14 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:14 DEBUG : file1: newRWFileHandle: 2026/06/30 05:42:14 DEBUG : file1(0x1211403c0fc0): openPending: 2026/06/30 05:42:14 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:14 DEBUG : file1(0x1211403c0fc0): >openPending: err= 2026/06/30 05:42:14 DEBUG : file1: >newRWFileHandle: err= 2026/06/30 05:42:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:14 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/30 05:42:14 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/30 05:42:14 DEBUG : file1(0x1211403c0fc0): _writeAt: size=5, off=0 2026/06/30 05:42:14 DEBUG : file1(0x1211403c0fc0): >_writeAt: n=5, err= 2026/06/30 05:42:14 DEBUG : file1(0x1211403c0fc0): _writeAt: size=7, off=5 2026/06/30 05:42:14 DEBUG : file1(0x1211403c0fc0): >_writeAt: n=7, err= 2026/06/30 05:42:14 DEBUG : file1: vfs cache: truncate to size=11 2026/06/30 05:42:14 DEBUG : file1(0x1211403c0fc0): close: 2026/06/30 05:42:14 DEBUG : file1: vfs cache: setting modification time to 2026-06-30 05:42:14.347794805 +0000 UTC m=+26.764931272 2026/06/30 05:42:14 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:14 DEBUG : file1(0x1211403c0fc0): >close: err= 2026/06/30 05:42:14 DEBUG : file1(0x1211403c0fc0): close: 2026/06/30 05:42:14 DEBUG : file1(0x1211403c0fc0): >close: err=file already closed 2026/06/30 05:42:14 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:14 DEBUG : Looking for writers 2026/06/30 05:42:14 DEBUG : file1: reading active writers 2026/06/30 05:42:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/30 05:42:14 DEBUG : Looking for writers 2026/06/30 05:42:14 DEBUG : file1: reading active writers 2026/06/30 05:42:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/30 05:42:14 DEBUG : Looking for writers 2026/06/30 05:42:14 DEBUG : file1: reading active writers 2026/06/30 05:42:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/30 05:42:14 DEBUG : Looking for writers 2026/06/30 05:42:14 DEBUG : file1: reading active writers 2026/06/30 05:42:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/30 05:42:14 DEBUG : file1: vfs cache: starting upload 2026/06/30 05:42:14 DEBUG : file1.1c43345e.partial: size = 11 OK 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1.1c43345e.partial" 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1.1c43345e.partial 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1.1c43345e.partial" 2026/06/30 05:42:14 DEBUG : Looking for writers 2026/06/30 05:42:14 DEBUG : file1: reading active writers 2026/06/30 05:42:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qegopog8heha/file1.1c43345e.partial 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:14 DEBUG : file1.1c43345e.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/30 05:42:14 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/06/30 05:42:14 DEBUG : file1.1c43345e.partial: renamed to: file1 2026/06/30 05:42:14 INFO : file1: Copied (new) 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:14 DEBUG : Looking for writers 2026/06/30 05:42:14 DEBUG : file1: reading active writers 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qegopog8heha/file1 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:14 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/30 05:42:14 DEBUG : file1: vfs cache: fingerprint now "11,2026-06-30 05:42:14 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/06/30 05:42:14 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/30 05:42:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:14 DEBUG : >WaitForWriters: 2026/06/30 05:42:14 INFO : file1: vfs cache: upload succeeded try #1 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qegopog8heha/file1 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:14 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-qegopog8heha/file1 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:14 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/06/30 05:42:14 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:14 DEBUG : Looking for writers 2026/06/30 05:42:14 DEBUG : file1: reading active writers 2026/06/30 05:42:14 DEBUG : >WaitForWriters: 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.54s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:14 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:14 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:14 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:42:14 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:14 DEBUG : file1: newRWFileHandle: 2026/06/30 05:42:14 DEBUG : file1(0x12113ff8b600): openPending: 2026/06/30 05:42:14 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:14 DEBUG : file1(0x12113ff8b600): >openPending: err= 2026/06/30 05:42:14 DEBUG : file1: >newRWFileHandle: err= 2026/06/30 05:42:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:14 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/30 05:42:14 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/30 05:42:14 DEBUG : file1(0x12113ff8b600): _writeAt: size=7, off=0 2026/06/30 05:42:14 DEBUG : file1(0x12113ff8b600): >_writeAt: n=7, err= 2026/06/30 05:42:14 DEBUG : file1(0x12113ff8b600): _writeAt: size=6, off=5 2026/06/30 05:42:14 DEBUG : file1(0x12113ff8b600): >_writeAt: n=6, err= 2026/06/30 05:42:14 DEBUG : file1(0x12113ff8b600): close: 2026/06/30 05:42:14 DEBUG : file1: vfs cache: setting modification time to 2026-06-30 05:42:14.881823914 +0000 UTC m=+27.298960380 2026/06/30 05:42:14 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:14 DEBUG : file1(0x12113ff8b600): >close: err= 2026/06/30 05:42:14 DEBUG : file1(0x12113ff8b600): _writeAt: size=5, off=0 2026/06/30 05:42:14 DEBUG : file1(0x12113ff8b600): >_writeAt: n=0, err=file already closed 2026/06/30 05:42:14 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:14 DEBUG : Looking for writers 2026/06/30 05:42:14 DEBUG : file1: reading active writers 2026/06/30 05:42:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/30 05:42:14 DEBUG : Looking for writers 2026/06/30 05:42:14 DEBUG : file1: reading active writers 2026/06/30 05:42:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/30 05:42:14 DEBUG : Looking for writers 2026/06/30 05:42:14 DEBUG : file1: reading active writers 2026/06/30 05:42:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/30 05:42:14 DEBUG : Looking for writers 2026/06/30 05:42:14 DEBUG : file1: reading active writers 2026/06/30 05:42:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/30 05:42:14 DEBUG : file1: vfs cache: starting upload 2026/06/30 05:42:14 DEBUG : file1.bf17405e.partial: size = 11 OK 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1.bf17405e.partial" 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1.bf17405e.partial 2026/06/30 05:42:14 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1.bf17405e.partial" 2026/06/30 05:42:15 DEBUG : Looking for writers 2026/06/30 05:42:15 DEBUG : file1: reading active writers 2026/06/30 05:42:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qegopog8heha/file1.bf17405e.partial 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:15 DEBUG : file1.bf17405e.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/30 05:42:15 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/06/30 05:42:15 DEBUG : file1.bf17405e.partial: renamed to: file1 2026/06/30 05:42:15 INFO : file1: Copied (new) 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qegopog8heha/file1 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:15 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/30 05:42:15 DEBUG : file1: vfs cache: fingerprint now "11,2026-06-30 05:42:14 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/06/30 05:42:15 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/30 05:42:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:15 INFO : file1: vfs cache: upload succeeded try #1 2026/06/30 05:42:15 DEBUG : Looking for writers 2026/06/30 05:42:15 DEBUG : file1: reading active writers 2026/06/30 05:42:15 DEBUG : >WaitForWriters: 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qegopog8heha/file1 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:15 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-qegopog8heha/file1 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:15 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/06/30 05:42:15 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:15 DEBUG : Looking for writers 2026/06/30 05:42:15 DEBUG : file1: reading active writers 2026/06/30 05:42:15 DEBUG : >WaitForWriters: 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.54s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:15 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:15 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:15 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:15 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:15 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:15 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:15 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:15 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:15 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:42:15 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:15 DEBUG : file1: newRWFileHandle: 2026/06/30 05:42:15 DEBUG : file1(0x121140072080): openPending: 2026/06/30 05:42:15 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:15 DEBUG : file1(0x121140072080): >openPending: err= 2026/06/30 05:42:15 DEBUG : file1: >newRWFileHandle: err= 2026/06/30 05:42:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:15 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/30 05:42:15 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/30 05:42:15 DEBUG : file1(0x121140072080): close: 2026/06/30 05:42:15 DEBUG : file1: vfs cache: setting modification time to 2026-06-30 05:42:15.423877327 +0000 UTC m=+27.841013804 2026/06/30 05:42:15 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:15 DEBUG : file1(0x121140072080): >close: err= 2026/06/30 05:42:15 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/06/30 05:42:15 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/30 05:42:15 DEBUG : file2: newRWFileHandle: 2026/06/30 05:42:15 DEBUG : file2(0x121140072500): openPending: 2026/06/30 05:42:15 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:15 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/30 05:42:15 DEBUG : file2(0x121140072500): >openPending: err= 2026/06/30 05:42:15 DEBUG : file2: >newRWFileHandle: err= 2026/06/30 05:42:15 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/30 05:42:15 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/06/30 05:42:15 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/06/30 05:42:15 DEBUG : file2(0x121140072500): RWFileHandle.Flush 2026/06/30 05:42:15 DEBUG : file2(0x121140072500): RWFileHandle.Release 2026/06/30 05:42:15 DEBUG : file2(0x121140072500): close: 2026/06/30 05:42:15 DEBUG : file2: vfs cache: setting modification time to 2026-06-30 05:42:15.425392614 +0000 UTC m=+27.842529091 2026/06/30 05:42:15 INFO : file2: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:15 DEBUG : file2(0x121140072500): >close: err= 2026/06/30 05:42:15 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:15 DEBUG : Looking for writers 2026/06/30 05:42:15 DEBUG : file1: reading active writers 2026/06/30 05:42:15 DEBUG : file2: reading active writers 2026/06/30 05:42:15 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/06/30 05:42:15 DEBUG : Looking for writers 2026/06/30 05:42:15 DEBUG : file1: reading active writers 2026/06/30 05:42:15 DEBUG : file2: reading active writers 2026/06/30 05:42:15 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/06/30 05:42:15 DEBUG : Looking for writers 2026/06/30 05:42:15 DEBUG : file1: reading active writers 2026/06/30 05:42:15 DEBUG : file2: reading active writers 2026/06/30 05:42:15 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/06/30 05:42:15 DEBUG : Looking for writers 2026/06/30 05:42:15 DEBUG : file1: reading active writers 2026/06/30 05:42:15 DEBUG : file2: reading active writers 2026/06/30 05:42:15 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/06/30 05:42:15 DEBUG : file1: vfs cache: starting upload 2026/06/30 05:42:15 DEBUG : file2: vfs cache: starting upload 2026/06/30 05:42:15 DEBUG : file1.3889b258.partial: size = 0 OK 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1.3889b258.partial" 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1.3889b258.partial 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1.3889b258.partial" 2026/06/30 05:42:15 DEBUG : file2.67ded464.partial: size = 0 OK 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file2.67ded464.partial" 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file2.67ded464.partial 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file2.67ded464.partial" 2026/06/30 05:42:15 DEBUG : Looking for writers 2026/06/30 05:42:15 DEBUG : file1: reading active writers 2026/06/30 05:42:15 DEBUG : file2: reading active writers 2026/06/30 05:42:15 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qegopog8heha/file2.67ded464.partial 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:15 DEBUG : file2.67ded464.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/30 05:42:15 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/30 05:42:15 DEBUG : file2.67ded464.partial: renamed to: file2 2026/06/30 05:42:15 INFO : file2: Copied (new) 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file2" 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file2 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file2" 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qegopog8heha/file1.3889b258.partial 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:15 DEBUG : file1.3889b258.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/30 05:42:15 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/30 05:42:15 DEBUG : file1.3889b258.partial: renamed to: file1 2026/06/30 05:42:15 INFO : file1: Copied (new) 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qegopog8heha/file2 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:15 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/30 05:42:15 DEBUG : file2: vfs cache: fingerprint now "0,2026-06-30 05:42:15 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/06/30 05:42:15 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/06/30 05:42:15 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/30 05:42:15 INFO : file2: vfs cache: upload succeeded try #1 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qegopog8heha/file1 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:15 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/30 05:42:15 DEBUG : file1: vfs cache: fingerprint now "0,2026-06-30 05:42:15 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/06/30 05:42:15 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/30 05:42:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:15 INFO : file1: vfs cache: upload succeeded try #1 2026/06/30 05:42:15 DEBUG : Looking for writers 2026/06/30 05:42:15 DEBUG : file1: reading active writers 2026/06/30 05:42:15 DEBUG : file2: reading active writers 2026/06/30 05:42:15 DEBUG : >WaitForWriters: 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qegopog8heha/file1 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:15 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-qegopog8heha/file1 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:15 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file2" 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file2 2026/06/30 05:42:15 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file2" 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qegopog8heha/file2 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:16 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file2" 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/file2 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/file2" 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-qegopog8heha/file2 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:16 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/30 05:42:16 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:16 DEBUG : Looking for writers 2026/06/30 05:42:16 DEBUG : file1: reading active writers 2026/06/30 05:42:16 DEBUG : file2: reading active writers 2026/06/30 05:42:16 DEBUG : >WaitForWriters: 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.72s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:16 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:16 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:16 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:42:16 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:16 DEBUG : file1: newRWFileHandle: 2026/06/30 05:42:16 DEBUG : file1(0x121140178000): openPending: 2026/06/30 05:42:16 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:16 DEBUG : file1(0x121140178000): >openPending: err= 2026/06/30 05:42:16 DEBUG : file1: >newRWFileHandle: err= 2026/06/30 05:42:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:16 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/30 05:42:16 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/30 05:42:16 DEBUG : file1(0x121140178000): _writeAt: size=5, off=0 2026/06/30 05:42:16 DEBUG : file1(0x121140178000): >_writeAt: n=5, err= 2026/06/30 05:42:16 DEBUG : file1(0x121140178000): RWFileHandle.Flush 2026/06/30 05:42:16 DEBUG : file1(0x121140178000): RWFileHandle.Flush 2026/06/30 05:42:16 DEBUG : file1(0x121140178000): close: 2026/06/30 05:42:16 DEBUG : file1: vfs cache: setting modification time to 2026-06-30 05:42:16.139281038 +0000 UTC m=+28.556417485 2026/06/30 05:42:16 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:16 DEBUG : file1(0x121140178000): >close: err= 2026/06/30 05:42:16 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:16 DEBUG : Looking for writers 2026/06/30 05:42:16 DEBUG : file1: reading active writers 2026/06/30 05:42:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/30 05:42:16 DEBUG : Looking for writers 2026/06/30 05:42:16 DEBUG : file1: reading active writers 2026/06/30 05:42:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/30 05:42:16 DEBUG : Looking for writers 2026/06/30 05:42:16 DEBUG : file1: reading active writers 2026/06/30 05:42:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/30 05:42:16 DEBUG : Looking for writers 2026/06/30 05:42:16 DEBUG : file1: reading active writers 2026/06/30 05:42:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/30 05:42:16 DEBUG : file1: vfs cache: starting upload 2026/06/30 05:42:16 DEBUG : file1.b3a6ec7e.partial: size = 5 OK 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1.b3a6ec7e.partial" 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1.b3a6ec7e.partial 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1.b3a6ec7e.partial" 2026/06/30 05:42:16 DEBUG : Looking for writers 2026/06/30 05:42:16 DEBUG : file1: reading active writers 2026/06/30 05:42:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qegopog8heha/file1.b3a6ec7e.partial 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:16 DEBUG : file1.b3a6ec7e.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/30 05:42:16 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/30 05:42:16 DEBUG : file1.b3a6ec7e.partial: renamed to: file1 2026/06/30 05:42:16 INFO : file1: Copied (new) 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qegopog8heha/file1 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:16 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/30 05:42:16 DEBUG : file1: vfs cache: fingerprint now "5,2026-06-30 05:42:16 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/30 05:42:16 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/30 05:42:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:16 INFO : file1: vfs cache: upload succeeded try #1 2026/06/30 05:42:16 DEBUG : Looking for writers 2026/06/30 05:42:16 DEBUG : file1: reading active writers 2026/06/30 05:42:16 DEBUG : >WaitForWriters: 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:16 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:16 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:16 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:42:16 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:16 DEBUG : file1: newRWFileHandle: 2026/06/30 05:42:16 DEBUG : file1(0x1211400738c0): openPending: 2026/06/30 05:42:16 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:16 DEBUG : file1(0x1211400738c0): >openPending: err= 2026/06/30 05:42:16 DEBUG : file1: >newRWFileHandle: err= 2026/06/30 05:42:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:16 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/30 05:42:16 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/30 05:42:16 DEBUG : file1(0x1211400738c0): _writeAt: size=5, off=0 2026/06/30 05:42:16 DEBUG : file1(0x1211400738c0): >_writeAt: n=5, err= 2026/06/30 05:42:16 DEBUG : file1(0x1211400738c0): RWFileHandle.Release 2026/06/30 05:42:16 DEBUG : file1(0x1211400738c0): close: 2026/06/30 05:42:16 DEBUG : file1: vfs cache: setting modification time to 2026-06-30 05:42:16.458532984 +0000 UTC m=+28.875669431 2026/06/30 05:42:16 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:16 DEBUG : file1(0x1211400738c0): >close: err= 2026/06/30 05:42:16 DEBUG : file1(0x1211400738c0): RWFileHandle.Release 2026/06/30 05:42:16 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:16 DEBUG : Looking for writers 2026/06/30 05:42:16 DEBUG : file1: reading active writers 2026/06/30 05:42:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/30 05:42:16 DEBUG : Looking for writers 2026/06/30 05:42:16 DEBUG : file1: reading active writers 2026/06/30 05:42:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/30 05:42:16 DEBUG : Looking for writers 2026/06/30 05:42:16 DEBUG : file1: reading active writers 2026/06/30 05:42:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/30 05:42:16 DEBUG : Looking for writers 2026/06/30 05:42:16 DEBUG : file1: reading active writers 2026/06/30 05:42:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/30 05:42:16 DEBUG : file1: vfs cache: starting upload 2026/06/30 05:42:16 DEBUG : file1.a7875173.partial: size = 5 OK 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1.a7875173.partial" 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1.a7875173.partial 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1.a7875173.partial" 2026/06/30 05:42:16 DEBUG : Looking for writers 2026/06/30 05:42:16 DEBUG : file1: reading active writers 2026/06/30 05:42:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qegopog8heha/file1.a7875173.partial 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:16 DEBUG : file1.a7875173.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/30 05:42:16 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/30 05:42:16 DEBUG : file1.a7875173.partial: renamed to: file1 2026/06/30 05:42:16 INFO : file1: Copied (new) 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qegopog8heha/file1 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:16 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/30 05:42:16 DEBUG : file1: vfs cache: fingerprint now "5,2026-06-30 05:42:16 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/30 05:42:16 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/30 05:42:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:16 INFO : file1: vfs cache: upload succeeded try #1 2026/06/30 05:42:16 DEBUG : Looking for writers 2026/06/30 05:42:16 DEBUG : file1: reading active writers 2026/06/30 05:42:16 DEBUG : >WaitForWriters: 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:16 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:16 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:16 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:16 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/30 05:42:16 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/06/30 05:42:16 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/30 05:42:16 DEBUG : dir/file1: newRWFileHandle: 2026/06/30 05:42:16 DEBUG : dir/file1(0x12113ff8b580): openPending: 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:16 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:17 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/30 05:42:17 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/30 05:42:17 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/30 05:42:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:17 DEBUG : dir/file1(0x12113ff8b580): >openPending: err= 2026/06/30 05:42:17 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/30 05:42:17 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/30 05:42:17 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/30 05:42:17 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/30 05:42:17 DEBUG : dir/file1(0x12113ff8b580): _writeAt: size=5, off=0 2026/06/30 05:42:17 DEBUG : dir/file1(0x12113ff8b580): >_writeAt: n=5, err= 2026/06/30 05:42:17 DEBUG : dir/file1(0x12113ff8b580): close: 2026/06/30 05:42:17 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:17 DEBUG : dir/file1: vfs cache: setting modification time to 2026-06-30 05:42:17.078241367 +0000 UTC m=+29.495377864 2026/06/30 05:42:17 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:17 DEBUG : dir/file1(0x12113ff8b580): >close: err= 2026/06/30 05:42:17 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:17 DEBUG : dir: Looking for writers 2026/06/30 05:42:17 DEBUG : file1: reading active writers 2026/06/30 05:42:17 DEBUG : Looking for writers 2026/06/30 05:42:17 DEBUG : dir: reading active writers 2026/06/30 05:42:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/30 05:42:17 DEBUG : dir: Looking for writers 2026/06/30 05:42:17 DEBUG : file1: reading active writers 2026/06/30 05:42:17 DEBUG : Looking for writers 2026/06/30 05:42:17 DEBUG : dir: reading active writers 2026/06/30 05:42:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/30 05:42:17 DEBUG : dir: Looking for writers 2026/06/30 05:42:17 DEBUG : file1: reading active writers 2026/06/30 05:42:17 DEBUG : Looking for writers 2026/06/30 05:42:17 DEBUG : dir: reading active writers 2026/06/30 05:42:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/30 05:42:17 DEBUG : dir: Looking for writers 2026/06/30 05:42:17 DEBUG : file1: reading active writers 2026/06/30 05:42:17 DEBUG : Looking for writers 2026/06/30 05:42:17 DEBUG : dir: reading active writers 2026/06/30 05:42:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/30 05:42:17 DEBUG : dir/file1: vfs cache: starting upload 2026/06/30 05:42:17 DEBUG : dir/file1.11f62c71.partial: size = 5 OK 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1.11f62c71.partial" 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1.11f62c71.partial 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1.11f62c71.partial" 2026/06/30 05:42:17 DEBUG : dir: Looking for writers 2026/06/30 05:42:17 DEBUG : file1: reading active writers 2026/06/30 05:42:17 DEBUG : Looking for writers 2026/06/30 05:42:17 DEBUG : dir: reading active writers 2026/06/30 05:42:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qegopog8heha/dir/file1.11f62c71.partial 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:17 DEBUG : dir/file1.11f62c71.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/30 05:42:17 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/30 05:42:17 DEBUG : dir/file1.11f62c71.partial: renamed to: dir/file1 2026/06/30 05:42:17 INFO : dir/file1: Copied (replaced existing) 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:17 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/30 05:42:17 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-06-30 05:42:17 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/30 05:42:17 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/30 05:42:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:17 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/30 05:42:17 DEBUG : dir: Looking for writers 2026/06/30 05:42:17 DEBUG : file1: reading active writers 2026/06/30 05:42:17 DEBUG : Looking for writers 2026/06/30 05:42:17 DEBUG : dir: reading active writers 2026/06/30 05:42:17 DEBUG : >WaitForWriters: 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.62s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:17 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:17 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:17 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:17 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/30 05:42:17 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:17 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:17 DEBUG : dir/file1: newRWFileHandle: 2026/06/30 05:42:17 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/30 05:42:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:17 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/30 05:42:17 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/30 05:42:17 DEBUG : dir/file1(0x121140178940): _writeAt: size=5, off=0 2026/06/30 05:42:17 DEBUG : dir/file1(0x121140178940): openPending: 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:17 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/30 05:42:17 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/30 05:42:17 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/30 05:42:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:17 DEBUG : dir/file1(0x121140178940): >openPending: err= 2026/06/30 05:42:17 DEBUG : dir/file1(0x121140178940): >_writeAt: n=5, err= 2026/06/30 05:42:17 DEBUG : dir/file1(0x121140178940): _writeAt: size=15, off=5 2026/06/30 05:42:17 DEBUG : dir/file1(0x121140178940): >_writeAt: n=15, err= 2026/06/30 05:42:17 DEBUG : dir/file1(0x121140178940): close: 2026/06/30 05:42:17 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/06/30 05:42:17 DEBUG : dir/file1: vfs cache: setting modification time to 2026-06-30 05:42:17.703380331 +0000 UTC m=+30.120516778 2026/06/30 05:42:17 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:17 DEBUG : dir/file1(0x121140178940): >close: err= 2026/06/30 05:42:17 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:17 DEBUG : dir: Looking for writers 2026/06/30 05:42:17 DEBUG : file1: reading active writers 2026/06/30 05:42:17 DEBUG : Looking for writers 2026/06/30 05:42:17 DEBUG : dir: reading active writers 2026/06/30 05:42:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/30 05:42:17 DEBUG : dir: Looking for writers 2026/06/30 05:42:17 DEBUG : file1: reading active writers 2026/06/30 05:42:17 DEBUG : Looking for writers 2026/06/30 05:42:17 DEBUG : dir: reading active writers 2026/06/30 05:42:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/30 05:42:17 DEBUG : dir: Looking for writers 2026/06/30 05:42:17 DEBUG : file1: reading active writers 2026/06/30 05:42:17 DEBUG : Looking for writers 2026/06/30 05:42:17 DEBUG : dir: reading active writers 2026/06/30 05:42:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/30 05:42:17 DEBUG : dir: Looking for writers 2026/06/30 05:42:17 DEBUG : file1: reading active writers 2026/06/30 05:42:17 DEBUG : Looking for writers 2026/06/30 05:42:17 DEBUG : dir: reading active writers 2026/06/30 05:42:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/30 05:42:17 DEBUG : dir/file1: vfs cache: starting upload 2026/06/30 05:42:17 DEBUG : dir/file1.22c12544.partial: size = 20 OK 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1.22c12544.partial" 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1.22c12544.partial 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1.22c12544.partial" 2026/06/30 05:42:17 DEBUG : dir: Looking for writers 2026/06/30 05:42:17 DEBUG : file1: reading active writers 2026/06/30 05:42:17 DEBUG : Looking for writers 2026/06/30 05:42:17 DEBUG : dir: reading active writers 2026/06/30 05:42:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-qegopog8heha/dir/file1.22c12544.partial 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:17 DEBUG : dir/file1.22c12544.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/06/30 05:42:17 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/06/30 05:42:17 DEBUG : dir/file1.22c12544.partial: renamed to: dir/file1 2026/06/30 05:42:17 INFO : dir/file1: Copied (replaced existing) 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:17 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:18 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/06/30 05:42:18 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-06-30 05:42:17 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/06/30 05:42:18 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/30 05:42:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:18 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/30 05:42:18 DEBUG : dir: Looking for writers 2026/06/30 05:42:18 DEBUG : file1: reading active writers 2026/06/30 05:42:18 DEBUG : Looking for writers 2026/06/30 05:42:18 DEBUG : dir: reading active writers 2026/06/30 05:42:18 DEBUG : >WaitForWriters: 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.63s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:18 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:18 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:42:18 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : file1: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : file1(0x121140672200): openPending: 2026/06/30 05:42:18 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:18 DEBUG : file1(0x121140672200): >openPending: err= 2026/06/30 05:42:18 DEBUG : file1: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:18 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/30 05:42:18 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/30 05:42:18 DEBUG : file1(0x121140672200): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : file1(0x121140672200): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : file1(0x121140672200): close: 2026/06/30 05:42:18 DEBUG : file1: vfs cache: setting modification time to 2026-06-30 05:42:18.026312921 +0000 UTC m=+30.443449368 2026/06/30 05:42:18 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : file1(0x121140672200): >close: err= 2026/06/30 05:42:18 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:18 DEBUG : Looking for writers 2026/06/30 05:42:18 DEBUG : file1: reading active writers 2026/06/30 05:42:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/30 05:42:18 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-qegopog8heha/dir/file1: no such file or directory 2026/06/30 05:42:18 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-qegopog8heha/dir/file1: no such file or directory 2026/06/30 05:42:18 DEBUG : Looking for writers 2026/06/30 05:42:18 DEBUG : file1: reading active writers 2026/06/30 05:42:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/30 05:42:18 DEBUG : Looking for writers 2026/06/30 05:42:18 DEBUG : file1: reading active writers 2026/06/30 05:42:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/30 05:42:18 DEBUG : Looking for writers 2026/06/30 05:42:18 DEBUG : file1: reading active writers 2026/06/30 05:42:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/30 05:42:18 DEBUG : file1: vfs cache: starting upload 2026/06/30 05:42:18 DEBUG : file1.5d5d3e85.partial: size = 5 OK 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1.5d5d3e85.partial" 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1.5d5d3e85.partial 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1.5d5d3e85.partial" 2026/06/30 05:42:18 DEBUG : Looking for writers 2026/06/30 05:42:18 DEBUG : file1: reading active writers 2026/06/30 05:42:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qegopog8heha/file1.5d5d3e85.partial 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:18 DEBUG : file1.5d5d3e85.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/30 05:42:18 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/30 05:42:18 DEBUG : file1.5d5d3e85.partial: renamed to: file1 2026/06/30 05:42:18 INFO : file1: Copied (new) 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qegopog8heha/file1 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:18 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/30 05:42:18 DEBUG : file1: vfs cache: fingerprint now "5,2026-06-30 05:42:18 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/30 05:42:18 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:18 INFO : file1: vfs cache: upload succeeded try #1 2026/06/30 05:42:18 DEBUG : Looking for writers 2026/06/30 05:42:18 DEBUG : file1: reading active writers 2026/06/30 05:42:18 DEBUG : >WaitForWriters: 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:18 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/06/30 05:42:18 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076bec0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076bec0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076bec0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076bec0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076bec0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.345567892 +0000 UTC m=+30.762704339 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076bec0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402944c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402944c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402944c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402944c0): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402944c0): _writeAt: size=3, off=2 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402944c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402944c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.345567892 +0000 UTC m=+30.762704339 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402944c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294980): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294980): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294980): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294980): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294980): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.345567892 +0000 UTC m=+30.762704339 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294980): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c71f0 item 1 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294fc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294fc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294fc0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294fc0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294fc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.348807538 +0000 UTC m=+30.765943985 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294fc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402954c0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402954c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402954c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402954c0): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402954c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.348807538 +0000 UTC m=+30.765943985 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402954c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c76c0 item 2 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295b00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295b00): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295b00): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295b00): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295b00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.350805201 +0000 UTC m=+30.767941638 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295b00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce080): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce080): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce080): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce080): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce080): _writeAt: size=3, off=2 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce080): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce080): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.350805201 +0000 UTC m=+30.767941638 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce080): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce540): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce540): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce540): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce540): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce540): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.350805201 +0000 UTC m=+30.767941638 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce540): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c7a40 item 3 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cebc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cebc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cebc0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cebc0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cebc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.35338602 +0000 UTC m=+30.770522467 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cebc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf100): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf100): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf100): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf100): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf100): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.35338602 +0000 UTC m=+30.770522467 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf100): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403260e0 item 4 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c0040): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c0040): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c0040): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c0040): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c0040): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.356561064 +0000 UTC m=+30.773697512 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c0040): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c04c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c04c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c04c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c04c0): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c04c0): _writeAt: size=3, off=2 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c04c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c04c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.356561064 +0000 UTC m=+30.773697512 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c04c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c0980): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c0980): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c0980): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c0980): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c0980): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.356561064 +0000 UTC m=+30.773697512 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c0980): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403841c0 item 5 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c1000): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c1000): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c1000): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c1000): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c1000): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.359017519 +0000 UTC m=+30.776153966 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c1000): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c1640): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c1640): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c1640): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c1640): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c1640): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.359017519 +0000 UTC m=+30.776153966 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c1640): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403848c0 item 6 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c1cc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c1cc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c1cc0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c1cc0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c1cc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.360716642 +0000 UTC m=+30.777853089 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c1cc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce2c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce2c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce2c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce2c0): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce2c0): _writeAt: size=3, off=2 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce2c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce2c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.360716642 +0000 UTC m=+30.777853089 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce2c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce780): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce780): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce780): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce780): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce780): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.360716642 +0000 UTC m=+30.777853089 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce780): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140384c40 item 7 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cee00): openPending: 2026/06/30 05:42:18 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-qegopog8heha/dir/file1: no such file or directory 2026/06/30 05:42:18 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-qegopog8heha/dir/file1: no such file or directory 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cee00): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cee00): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cee00): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cee00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.363006764 +0000 UTC m=+30.780143211 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cee00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178500): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178500): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178500): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178500): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178500): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.363006764 +0000 UTC m=+30.780143211 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178500): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407602a0 item 8 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178ac0): _readAt: size=2, off=0 2026/06/30 05:42:18 ERROR : open-test-file(0x121140178ac0): Couldn't read size of file 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178ac0): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178ac0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178ac0): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178ac0): close: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178ac0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178e80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178e80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178e80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178e80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178e80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.364731554 +0000 UTC m=+30.781868001 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178e80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179300): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179300): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179300): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179300): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179300): _writeAt: size=3, off=2 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179300): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179300): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.364731554 +0000 UTC m=+30.781868001 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179300): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179800): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179800): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179800): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179800): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179800): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.364731554 +0000 UTC m=+30.781868001 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179800): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140760770 item 9 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdee080): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdee080): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdee080): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdee080): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdee080): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.366898535 +0000 UTC m=+30.784034982 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdee080): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdeef00): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdeef00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdeef00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdeef00): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdeef00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.366898535 +0000 UTC m=+30.784034982 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdeef00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140760d90 item 10 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdefdc0): _readAt: size=2, off=0 2026/06/30 05:42:18 ERROR : open-test-file(0x12113fdefdc0): Couldn't read size of file 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdefdc0): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdefdc0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdefdc0): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdefdc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdefdc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072300): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072300): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072300): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072300): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072300): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.368975558 +0000 UTC m=+30.786111994 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072300): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400728c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400728c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400728c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400728c0): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400728c0): _writeAt: size=3, off=2 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400728c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400728c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.368975558 +0000 UTC m=+30.786111994 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400728c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140073400): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140073400): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140073400): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140073400): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140073400): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.368975558 +0000 UTC m=+30.786111994 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140073400): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407611f0 item 11 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140073e40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140073e40): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140073e40): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140073e40): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140073e40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.371240352 +0000 UTC m=+30.788376799 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140073e40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a280): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a280): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a280): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a280): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a280): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.371240352 +0000 UTC m=+30.788376799 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a280): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407616c0 item 12 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a900): _readAt: size=2, off=0 2026/06/30 05:42:18 ERROR : open-test-file(0x12113ff8a900): Couldn't read size of file 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a900): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a900): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a900): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a900): close: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a900): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8adc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8adc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8adc0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8adc0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8adc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.372662875 +0000 UTC m=+30.789799322 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8adc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b480): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b480): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b480): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b480): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b480): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.372662875 +0000 UTC m=+30.789799322 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b480): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140761ce0 item 13 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8be40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8be40): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8be40): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8be40): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8be40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.374168943 +0000 UTC m=+30.791305380 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8be40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2480): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2480): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2480): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2480): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2480): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.374168943 +0000 UTC m=+30.791305380 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2480): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140326770 item 14 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2b80): _readAt: size=2, off=0 2026/06/30 05:42:18 ERROR : open-test-file(0x1211400a2b80): Couldn't read size of file 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2b80): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2b80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2b80): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2b80): close: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2b80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a3b80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a3b80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a3b80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a3b80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a3b80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.375569956 +0000 UTC m=+30.792706403 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a3b80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076a340): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076a340): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076a340): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076a340): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076a340): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.375569956 +0000 UTC m=+30.792706403 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076a340): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140327180 item 15 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076a9c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076a9c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076a9c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076a9c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076a9c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.377019929 +0000 UTC m=+30.794156376 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076a9c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076af00): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076af00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076af00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076af00): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076af00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.377019929 +0000 UTC m=+30.794156376 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076af00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140327500 item 16 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076b580): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076b580): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076b580): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076b580): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076b580): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.378321625 +0000 UTC m=+30.795458072 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076b580): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076ba00): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076ba00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076ba00): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076ba00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076ba00): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076ba00): _writeAt: size=3, off=7 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076ba00): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076ba00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.378321625 +0000 UTC m=+30.795458072 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114076ba00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294000): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294000): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294000): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294000): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294000): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.378321625 +0000 UTC m=+30.795458072 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294000): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402a6620 item 17 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294700): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294700): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294700): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294700): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294700): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.38004836 +0000 UTC m=+30.797184807 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294700): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294c40): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294c40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294c40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294c40): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294c40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.38004836 +0000 UTC m=+30.797184807 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294c40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402a6af0 item 18 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cef00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cef00): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cef00): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cef00): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cef00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.381550451 +0000 UTC m=+30.798686898 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cef00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf700): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf700): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf700): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf700): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf700): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf700): _writeAt: size=3, off=7 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf700): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf700): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.381550451 +0000 UTC m=+30.798686898 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf700): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295400): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295400): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295400): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295400): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295400): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.381550451 +0000 UTC m=+30.798686898 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295400): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403852d0 item 19 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295a80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295a80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295a80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295a80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295a80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.383681314 +0000 UTC m=+30.800817751 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295a80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f80c0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f80c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f80c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f80c0): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f80c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.383681314 +0000 UTC m=+30.800817751 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f80c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402a7110 item 20 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8740): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8740): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8740): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8740): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8740): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.385248598 +0000 UTC m=+30.802385066 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8740): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8c40): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8c40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8c40): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8c40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8c40): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8c40): _writeAt: size=3, off=7 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8c40): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8c40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.385248598 +0000 UTC m=+30.802385066 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8c40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9140): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9140): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9140): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9140): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9140): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.385248598 +0000 UTC m=+30.802385066 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9140): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402a75e0 item 21 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f97c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f97c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f97c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f97c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f97c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.387811463 +0000 UTC m=+30.804947910 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f97c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9d00): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9d00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9d00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9d00): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9d00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.387811463 +0000 UTC m=+30.804947910 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9d00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113f9d81c0 item 22 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febc480): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febc480): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febc480): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febc480): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febc480): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.389286565 +0000 UTC m=+30.806423012 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febc480): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febc980): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febc980): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febc980): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febc980): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febc980): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febc980): _writeAt: size=3, off=7 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febc980): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febc980): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.389286565 +0000 UTC m=+30.806423012 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febc980): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febce80): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febce80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febce80): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febce80): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febce80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.389286565 +0000 UTC m=+30.806423012 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febce80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113f9d8e70 item 23 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febd500): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febd500): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febd500): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febd500): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febd500): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.391301169 +0000 UTC m=+30.808437636 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febd500): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febda40): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febda40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febda40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febda40): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febda40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.391301169 +0000 UTC m=+30.808437636 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febda40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fa92460 item 24 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec180): _readAt: size=2, off=0 2026/06/30 05:42:18 ERROR : open-test-file(0x12113feec180): Couldn't read size of file 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec180): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec180): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec180): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec180): close: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec180): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec540): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec540): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec540): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec540): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec540): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.392982989 +0000 UTC m=+30.810119427 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec540): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feeca40): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feeca40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feeca40): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feeca40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feeca40): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feeca40): _writeAt: size=3, off=7 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feeca40): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feeca40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.392982989 +0000 UTC m=+30.810119427 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feeca40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feecf80): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feecf80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feecf80): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feecf80): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feecf80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.392982989 +0000 UTC m=+30.810119427 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feecf80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fa92ee0 item 25 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feed600): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feed600): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feed600): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feed600): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feed600): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.394757622 +0000 UTC m=+30.811894060 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feed600): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feedb40): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feedb40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feedb40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feedb40): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feedb40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.394757622 +0000 UTC m=+30.811894060 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feedb40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fd84070 item 26 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd0280): _readAt: size=2, off=0 2026/06/30 05:42:18 ERROR : open-test-file(0x12113ffd0280): Couldn't read size of file 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd0280): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd0280): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd0280): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd0280): close: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd0280): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd0640): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd0640): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd0640): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd0640): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd0640): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.396228887 +0000 UTC m=+30.813365324 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd0640): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd0b40): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd0b40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd0b40): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd0b40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd0b40): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd0b40): _writeAt: size=3, off=7 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd0b40): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd0b40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.396228887 +0000 UTC m=+30.813365324 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd0b40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd1080): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd1080): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd1080): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd1080): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd1080): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.396228887 +0000 UTC m=+30.813365324 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd1080): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fd84bd0 item 27 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd1700): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd1700): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd1700): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd1700): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd1700): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.398144556 +0000 UTC m=+30.815280993 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd1700): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd1c40): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd1c40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd1c40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd1c40): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd1c40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.398144556 +0000 UTC m=+30.815280993 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffd1c40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fd85d50 item 28 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fffe380): _readAt: size=2, off=0 2026/06/30 05:42:18 ERROR : open-test-file(0x12113fffe380): Couldn't read size of file 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fffe380): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fffe380): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fffe380): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fffe380): close: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fffe380): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fffe740): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fffe740): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fffe740): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fffe740): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fffe740): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.399787011 +0000 UTC m=+30.816923449 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fffe740): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fffee00): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fffee00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fffee00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fffee00): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fffee00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.399787011 +0000 UTC m=+30.816923449 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fffee00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12114039c5b0 item 29 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffff480): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffff480): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffff480): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffff480): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffff480): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.401248548 +0000 UTC m=+30.818384984 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffff480): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffff9c0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffff9c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffff9c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffff9c0): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffff9c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.401248548 +0000 UTC m=+30.818384984 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffff9c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12114039ca10 item 30 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140028100): _readAt: size=2, off=0 2026/06/30 05:42:18 ERROR : open-test-file(0x121140028100): Couldn't read size of file 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140028100): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140028100): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140028100): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140028100): close: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140028100): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400284c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400284c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400284c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400284c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400284c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.402838234 +0000 UTC m=+30.819974671 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400284c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140028b80): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140028b80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140028b80): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140028b80): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140028b80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.402838234 +0000 UTC m=+30.819974671 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140028b80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12114039ce00 item 31 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140029200): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140029200): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140029200): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140029200): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140029200): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.404193379 +0000 UTC m=+30.821329817 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140029200): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140029740): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140029740): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140029740): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140029740): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140029740): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.404193379 +0000 UTC m=+30.821329817 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140029740): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12114039d180 item 32 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140029d80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140029d80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140029d80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140029d80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140029d80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.40559402 +0000 UTC m=+30.822730457 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140029d80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ce300): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ce300): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ce300): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ce300): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ce300): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12114039d730 item 33 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ce300): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ce300): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.40605122 +0000 UTC m=+30.823187657 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ce300): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ce800): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ce800): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ce800): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ce800): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ce800): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.40605122 +0000 UTC m=+30.823187657 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ce800): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12114039dab0 item 33 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cee40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cee40): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cee40): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cee40): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cee40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.407511293 +0000 UTC m=+30.824647730 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cee40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cf2c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cf2c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403a4310 item 34 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cf2c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cf2c0): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cf2c0): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cf2c0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cf2c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.408100649 +0000 UTC m=+30.825237086 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cf2c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cf800): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cf800): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cf800): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cf800): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cf800): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.408100649 +0000 UTC m=+30.825237086 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cf800): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403a44d0 item 34 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cfe40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cfe40): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cfe40): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cfe40): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cfe40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.409196428 +0000 UTC m=+30.826332866 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400cfe40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401103c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401103c0): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401103c0): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401103c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401103c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403a48c0 item 35 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401103c0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401103c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.409752083 +0000 UTC m=+30.826888520 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401103c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401108c0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401108c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401108c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401108c0): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401108c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.409752083 +0000 UTC m=+30.826888520 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401108c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403a4a80 item 35 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140110f40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140110f40): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140110f40): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140110f40): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140110f40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.411069528 +0000 UTC m=+30.828205965 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140110f40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140111440): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140111440): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403a4ee0 item 36 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140111440): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140111440): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140111440): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140111440): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140111440): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.411519613 +0000 UTC m=+30.828656050 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140111440): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140111980): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140111980): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140111980): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140111980): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140111980): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.411519613 +0000 UTC m=+30.828656050 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140111980): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403a50a0 item 36 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e0c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e0c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e0c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e0c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e0c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.412846345 +0000 UTC m=+30.829982782 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e0c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e540): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e540): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e540): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e540): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e540): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403a56c0 item 37 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e540): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e540): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.413331096 +0000 UTC m=+30.830467534 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e540): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014ea40): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014ea40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014ea40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014ea40): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014ea40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.413331096 +0000 UTC m=+30.830467534 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014ea40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403a59d0 item 37 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f0c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f0c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f0c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f0c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f0c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.414518577 +0000 UTC m=+30.831655015 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f0c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f5c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f5c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403a5d50 item 38 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f5c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f5c0): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f5c0): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f5c0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f5c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.415051849 +0000 UTC m=+30.832188286 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f5c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014fb00): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014fb00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014fb00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014fb00): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014fb00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.415051849 +0000 UTC m=+30.832188286 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014fb00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140066070 item 38 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016e280): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016e280): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016e280): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016e280): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016e280): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.416201439 +0000 UTC m=+30.833337875 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016e280): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016e780): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016e780): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016e780): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016e780): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016e780): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140066460 item 39 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016e780): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016e780): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.416849787 +0000 UTC m=+30.833986224 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016e780): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016ec80): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016ec80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016ec80): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016ec80): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016ec80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.416849787 +0000 UTC m=+30.833986224 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016ec80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211400667e0 item 39 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016f300): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016f300): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016f300): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016f300): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016f300): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.418114923 +0000 UTC m=+30.835251361 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016f300): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016f800): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016f800): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140066e00 item 40 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016f800): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016f800): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016f800): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016f800): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016f800): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.418648206 +0000 UTC m=+30.835784643 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016f800): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016fd40): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016fd40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016fd40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016fd40): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016fd40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.418648206 +0000 UTC m=+30.835784643 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114016fd40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140067340 item 40 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c2400): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c2400): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c2400): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c2400): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c2400): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c2400): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c2400): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.419813464 +0000 UTC m=+30.836949901 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c2400): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c2900): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c2900): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c2900): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140067c70 item 41 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c2900): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c2900): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.420532987 +0000 UTC m=+30.837669424 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c2900): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c2dc0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c2dc0): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c2dc0): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c2dc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c2dc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140270000 item 41 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c2dc0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c2dc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.421056098 +0000 UTC m=+30.838192536 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c2dc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c3300): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c3300): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c3300): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c3300): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c3300): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.421056098 +0000 UTC m=+30.838192536 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c3300): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402701c0 item 41 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c3940): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c3940): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c3940): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c3940): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c3940): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c3940): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c3940): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.422290347 +0000 UTC m=+30.839426794 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c3940): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c3e40): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c3e40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c3e40): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140270540 item 42 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c3e40): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c3e40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.422729984 +0000 UTC m=+30.839866421 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c3e40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fc480): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fc480): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140270700 item 42 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fc480): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fc480): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fc480): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fc480): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fc480): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.423241204 +0000 UTC m=+30.840377641 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fc480): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fca00): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fca00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fca00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fca00): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fca00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.423241204 +0000 UTC m=+30.840377641 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fca00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402708c0 item 42 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490400): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490400): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490400): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490400): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490400): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490400): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490400): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.42446324 +0000 UTC m=+30.841599676 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490400): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490900): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490900): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490900): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdac850 item 43 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490900): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490900): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.424949543 +0000 UTC m=+30.842085981 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490900): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490e40): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490e40): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490e40): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490e40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490e40): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdacb60 item 43 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490e40): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490e40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.42542116 +0000 UTC m=+30.842557596 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490e40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491380): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491380): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491380): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491380): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491380): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.42542116 +0000 UTC m=+30.842557596 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491380): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdad0a0 item 43 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404919c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404919c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404919c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404919c0): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404919c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404919c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404919c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.426796803 +0000 UTC m=+30.843933271 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404919c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491ec0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491ec0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491ec0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdad730 item 44 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491ec0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491ec0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.427348981 +0000 UTC m=+30.844485418 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491ec0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b6500): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b6500): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdadb20 item 44 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b6500): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b6500): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b6500): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b6500): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b6500): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.428075235 +0000 UTC m=+30.845211712 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b6500): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b6a80): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b6a80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b6a80): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b6a80): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b6a80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.428075235 +0000 UTC m=+30.845211712 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b6a80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdade30 item 44 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b70c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b70c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b70c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b70c0): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b70c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b70c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b70c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.432252714 +0000 UTC m=+30.849389161 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b70c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b75c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b75c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b75c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fea0f50 item 45 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b75c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b75c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.432656032 +0000 UTC m=+30.849792468 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b75c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b7cc0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b7cc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b7cc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b7cc0): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b7cc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.432656032 +0000 UTC m=+30.849792468 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404b7cc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fea1730 item 45 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ce400): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ce400): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ce400): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ce400): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ce400): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ce400): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ce400): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.433917802 +0000 UTC m=+30.851054238 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ce400): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ce900): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ce900): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ce900): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fea1ab0 item 46 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ce900): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ce900): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.434488074 +0000 UTC m=+30.851624510 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ce900): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404cf000): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404cf000): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404cf000): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404cf000): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404cf000): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.434488074 +0000 UTC m=+30.851624510 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404cf000): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fea1d50 item 46 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404cf640): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404cf640): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404cf640): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404cf640): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404cf640): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404cf640): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404cf640): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.435742099 +0000 UTC m=+30.852878536 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404cf640): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404cfb40): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404cfb40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404cfb40): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403ba2a0 item 47 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404cfb40): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404cfb40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.436283475 +0000 UTC m=+30.853419912 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404cfb40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e4340): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e4340): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e4340): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e4340): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e4340): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.436283475 +0000 UTC m=+30.853419912 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e4340): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403ba460 item 47 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e4980): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e4980): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e4980): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e4980): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e4980): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e4980): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e4980): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.43774945 +0000 UTC m=+30.854885897 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e4980): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e4e80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e4e80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e4e80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403ba850 item 48 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e4e80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e4e80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.438300806 +0000 UTC m=+30.855437253 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e4e80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e5580): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e5580): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e5580): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e5580): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e5580): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.438300806 +0000 UTC m=+30.855437253 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e5580): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403baaf0 item 48 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e5bc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e5bc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e5bc0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e5bc0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e5bc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.439706486 +0000 UTC m=+30.856842934 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404e5bc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fa140): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fa140): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fa140): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fa140): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fa140): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fa140): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403bafc0 item 49 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fa140): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fa140): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.440234418 +0000 UTC m=+30.857370865 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fa140): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fa680): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fa680): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fa680): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fa680): >_readAt: n=8, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fa680): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.440234418 +0000 UTC m=+30.857370865 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fa680): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403bb260 item 49 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fad00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fad00): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fad00): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fad00): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fad00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.441367517 +0000 UTC m=+30.858503953 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fad00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fb200): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fb200): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fb200): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403bb810 item 50 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fb200): _readAt: size=2, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fb200): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fb200): _writeAt: size=3, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fb200): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fb200): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.441837721 +0000 UTC m=+30.858974157 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fb200): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fb780): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fb780): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fb780): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fb780): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fb780): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.441837721 +0000 UTC m=+30.858974157 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fb780): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403bb9d0 item 50 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fbe00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fbe00): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fbe00): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fbe00): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fbe00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.443193818 +0000 UTC m=+30.860330255 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404fbe00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bc400): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bc400): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bc400): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bc400): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bc400): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bc400): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fe0a070 item 51 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bc400): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bc400): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.44371127 +0000 UTC m=+30.860847707 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bc400): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bc940): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bc940): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bc940): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bc940): >_readAt: n=8, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bc940): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.44371127 +0000 UTC m=+30.860847707 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bc940): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fe0a460 item 51 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bcd00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bcd00): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bcd00): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bcd00): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bcd00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.445166804 +0000 UTC m=+30.862303271 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bcd00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bd200): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bd200): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bd200): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fe0a850 item 52 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bd200): _readAt: size=2, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bd200): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bd200): _writeAt: size=3, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bd200): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bd200): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.445688154 +0000 UTC m=+30.862824591 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bd200): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bd780): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bd780): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bd780): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bd780): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bd780): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.445688154 +0000 UTC m=+30.862824591 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bd780): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fe0b260 item 52 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bde00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bde00): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bde00): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bde00): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bde00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.446945426 +0000 UTC m=+30.864081873 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402bde00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fa400): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fa400): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fa400): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fa400): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fa400): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fa400): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140172070 item 53 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fa400): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fa400): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.447508835 +0000 UTC m=+30.864645272 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fa400): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fa940): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fa940): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fa940): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fa940): >_readAt: n=8, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fa940): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.447508835 +0000 UTC m=+30.864645272 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fa940): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140172230 item 53 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fafc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fafc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fafc0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fafc0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fafc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.448892384 +0000 UTC m=+30.866028821 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fafc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fb4c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fb4c0): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fb4c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140172690 item 54 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fb4c0): _readAt: size=2, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fb4c0): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fb4c0): _writeAt: size=3, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fb4c0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fb4c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.449568885 +0000 UTC m=+30.866705321 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fb4c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fba40): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fba40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fba40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fba40): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fba40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.449568885 +0000 UTC m=+30.866705321 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402fba40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140172930 item 54 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403161c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403161c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403161c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403161c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403161c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.450692175 +0000 UTC m=+30.867828612 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403161c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403166c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403166c0): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403166c0): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403166c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403166c0): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403166c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140173030 item 55 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403166c0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403166c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.451186343 +0000 UTC m=+30.868322780 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403166c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140316c00): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140316c00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140316c00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140316c00): >_readAt: n=8, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140316c00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.451186343 +0000 UTC m=+30.868322780 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140316c00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211401731f0 item 55 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317280): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317280): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317280): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317280): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317280): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.452296459 +0000 UTC m=+30.869432896 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317280): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317780): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317780): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317780): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140173960 item 56 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317780): _readAt: size=2, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317780): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317780): _writeAt: size=3, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317780): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317780): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.45293062 +0000 UTC m=+30.870067057 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317780): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317d00): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317d00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317d00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317d00): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317d00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.45293062 +0000 UTC m=+30.870067057 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317d00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140173b90 item 56 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140412440): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140412440): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140412440): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140412440): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140412440): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140412440): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140412440): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140412440): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.454241984 +0000 UTC m=+30.871378421 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140412440): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140412980): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140412980): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140412980): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fd86310 item 57 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140412980): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140412980): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.454675568 +0000 UTC m=+30.871812015 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140412980): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140412ec0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140412ec0): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140412ec0): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140412ec0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140412ec0): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140412ec0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fd865b0 item 57 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140412ec0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140412ec0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.455628929 +0000 UTC m=+30.872765366 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140412ec0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140413440): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140413440): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140413440): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140413440): >_readAt: n=8, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140413440): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.455628929 +0000 UTC m=+30.872765366 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140413440): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fd868c0 item 57 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140413a80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140413a80): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140413a80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140413a80): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140413a80): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140413a80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140413a80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140413a80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.456847719 +0000 UTC m=+30.873984156 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140413a80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404320c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404320c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404320c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fd87c70 item 58 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404320c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404320c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.457319726 +0000 UTC m=+30.874456163 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404320c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140432600): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140432600): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140432600): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403ec150 item 58 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140432600): _readAt: size=2, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140432600): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140432600): _writeAt: size=3, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140432600): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140432600): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.457989955 +0000 UTC m=+30.875126402 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140432600): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140432bc0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140432bc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140432bc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140432bc0): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140432bc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.457989955 +0000 UTC m=+30.875126402 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140432bc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403ec380 item 58 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140433200): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140433200): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140433200): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140433200): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140433200): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140433200): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140433200): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140433200): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.459529247 +0000 UTC m=+30.876665684 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140433200): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140433740): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140433740): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140433740): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403ec700 item 59 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140433740): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140433740): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.460100911 +0000 UTC m=+30.877237347 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140433740): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140433c80): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140433c80): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140433c80): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140433c80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140433c80): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140433c80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403ec8c0 item 59 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140433c80): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140433c80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.46056867 +0000 UTC m=+30.877705106 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140433c80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140456300): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140456300): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140456300): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140456300): >_readAt: n=8, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140456300): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.46056867 +0000 UTC m=+30.877705106 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140456300): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403eca80 item 59 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140456940): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140456940): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140456940): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140456940): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140456940): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140456940): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140456940): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140456940): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.462013584 +0000 UTC m=+30.879150020 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140456940): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140456e80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140456e80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140456e80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403ecee0 item 60 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140456e80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140456e80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.462541325 +0000 UTC m=+30.879677772 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140456e80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404573c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404573c0): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404573c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403ed180 item 60 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404573c0): _readAt: size=2, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404573c0): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404573c0): _writeAt: size=3, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404573c0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404573c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.463184914 +0000 UTC m=+30.880321371 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404573c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140457980): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140457980): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140457980): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140457980): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140457980): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.463184914 +0000 UTC m=+30.880321371 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140457980): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403ed650 item 60 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404740c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404740c0): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404740c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404740c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404740c0): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404740c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404740c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404740c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.464533488 +0000 UTC m=+30.881669925 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404740c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140474600): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140474600): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140474600): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403eda40 item 61 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140474600): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140474600): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.465025883 +0000 UTC m=+30.882162330 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140474600): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140474d00): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140474d00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140474d00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140474d00): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140474d00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.465025883 +0000 UTC m=+30.882162330 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140474d00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403edc00 item 61 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140475340): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140475340): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140475340): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140475340): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140475340): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140475340): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140475340): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140475340): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.46650926 +0000 UTC m=+30.883645697 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140475340): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140475880): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140475880): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140475880): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdec930 item 62 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140475880): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140475880): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.466981477 +0000 UTC m=+30.884117914 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140475880): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050a080): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050a080): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050a080): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050a080): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050a080): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.466981477 +0000 UTC m=+30.884117914 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050a080): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdecf50 item 62 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050a6c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050a6c0): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050a6c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050a6c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050a6c0): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050a6c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050a6c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050a6c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.468657707 +0000 UTC m=+30.885794183 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050a6c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050ac00): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050ac00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050ac00): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fded6c0 item 63 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050ac00): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050ac00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.470829917 +0000 UTC m=+30.887966354 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050ac00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050b300): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050b300): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050b300): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050b300): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050b300): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.470829917 +0000 UTC m=+30.887966354 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050b300): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fded960 item 63 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050b940): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050b940): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050b940): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050b940): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050b940): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050b940): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050b940): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050b940): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.472291392 +0000 UTC m=+30.889427830 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050b940): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050be80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050be80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050be80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c61c0 item 64 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050be80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050be80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.472728944 +0000 UTC m=+30.889865381 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114050be80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140526680): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140526680): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140526680): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140526680): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140526680): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.472728944 +0000 UTC m=+30.889865381 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140526680): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c6380 item 64 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140526cc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140526cc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140526cc0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140526cc0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140526cc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.474156757 +0000 UTC m=+30.891293194 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140526cc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140527140): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140527140): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140527140): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140527140): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140527140): _writeAt: size=3, off=2 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c67e0 item 65 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140527140): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140527140): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.474643712 +0000 UTC m=+30.891780148 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140527140): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140527640): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140527640): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140527640): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140527640): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140527640): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.474643712 +0000 UTC m=+30.891780148 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140527640): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c6a10 item 65 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140527c80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140527c80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140527c80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140527c80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140527c80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.475980443 +0000 UTC m=+30.893116881 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140527c80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140546200): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140546200): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c70a0 item 66 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140546200): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140546200): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140546200): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140546200): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140546200): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.476552177 +0000 UTC m=+30.893688613 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140546200): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140546740): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140546740): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140546740): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140546740): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140546740): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.476552177 +0000 UTC m=+30.893688613 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140546740): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c7260 item 66 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140546d80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140546d80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140546d80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140546d80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140546d80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.477790413 +0000 UTC m=+30.894926850 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140546d80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140547200): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140547200): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140547200): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140547200): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140547200): _writeAt: size=3, off=2 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c75e0 item 67 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140547200): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140547200): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.478378939 +0000 UTC m=+30.895515376 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140547200): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140547700): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140547700): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140547700): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140547700): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140547700): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.478378939 +0000 UTC m=+30.895515376 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140547700): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c77a0 item 67 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140547d80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140547d80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140547d80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140547d80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140547d80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.479584303 +0000 UTC m=+30.896720740 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140547d80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055e380): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055e380): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c7b20 item 68 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055e380): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055e380): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055e380): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055e380): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055e380): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.480152721 +0000 UTC m=+30.897289159 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055e380): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055e8c0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055e8c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055e8c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055e8c0): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055e8c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.480152721 +0000 UTC m=+30.897289159 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055e8c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c7ce0 item 68 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055ef00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055ef00): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055ef00): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055ef00): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055ef00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.481346184 +0000 UTC m=+30.898482621 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055ef00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055f380): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055f380): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055f380): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055f380): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055f380): _writeAt: size=3, off=2 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113faea380 item 69 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055f380): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055f380): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.48188242 +0000 UTC m=+30.899018857 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055f380): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055f880): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055f880): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055f880): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055f880): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055f880): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.48188242 +0000 UTC m=+30.899018857 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114055f880): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113faea540 item 69 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140582000): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140582000): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140582000): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140582000): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140582000): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.483199715 +0000 UTC m=+30.900336152 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140582000): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140582500): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140582500): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113faeb180 item 70 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140582500): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140582500): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140582500): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140582500): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140582500): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.483833306 +0000 UTC m=+30.900969753 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140582500): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140582a40): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140582a40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140582a40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140582a40): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140582a40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.483833306 +0000 UTC m=+30.900969753 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140582a40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113faeb730 item 70 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405830c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405830c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405830c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405830c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405830c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.485346969 +0000 UTC m=+30.902483427 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405830c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405835c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405835c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405835c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405835c0): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405835c0): _writeAt: size=3, off=2 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdd2070 item 71 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405835c0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405835c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.485971843 +0000 UTC m=+30.903108300 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405835c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140583ac0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140583ac0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140583ac0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140583ac0): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140583ac0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.485971843 +0000 UTC m=+30.903108300 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140583ac0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdd2230 item 71 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a0240): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a0240): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a0240): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a0240): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a0240): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.487421768 +0000 UTC m=+30.904558215 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a0240): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a0740): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a0740): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdd2cb0 item 72 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a0740): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a0740): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a0740): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a0740): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a0740): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.487992711 +0000 UTC m=+30.905129147 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a0740): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a0c80): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a0c80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a0c80): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a0c80): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a0c80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.487992711 +0000 UTC m=+30.905129147 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a0c80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdd3030 item 72 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a1240): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a1240): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a1240): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a1240): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a1240): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a1240): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a1240): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.489432936 +0000 UTC m=+30.906569372 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a1240): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a1740): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a1740): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a1740): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdd3420 item 73 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a1740): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a1740): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.489961209 +0000 UTC m=+30.907097645 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a1740): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a1c00): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a1c00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a1c00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a1c00): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a1c00): _writeAt: size=3, off=2 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdd3880 item 73 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a1c00): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a1c00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.490605098 +0000 UTC m=+30.907741535 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405a1c00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405be240): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405be240): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405be240): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405be240): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405be240): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.490605098 +0000 UTC m=+30.907741535 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405be240): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdd3ce0 item 73 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405be880): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405be880): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405be880): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405be880): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405be880): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405be880): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405be880): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.491971555 +0000 UTC m=+30.909107992 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405be880): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405bed80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405bed80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405bed80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdf4d20 item 74 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405bed80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405bed80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.492515116 +0000 UTC m=+30.909651563 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405bed80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fcfc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fcfc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140270af0 item 74 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fcfc0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fcfc0): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fcfc0): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fcfc0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fcfc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.493178031 +0000 UTC m=+30.910314488 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fcfc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fd540): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fd540): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fd540): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fd540): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fd540): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.493178031 +0000 UTC m=+30.910314488 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fd540): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140270d20 item 74 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fdb80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fdb80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fdb80): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fdb80): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fdb80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fdb80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fdb80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.494688389 +0000 UTC m=+30.911824826 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fdb80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405bf0c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405bf0c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405bf0c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdf51f0 item 75 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405bf0c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405bf0c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.495604611 +0000 UTC m=+30.912741047 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405bf0c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fc280): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fc280): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fc280): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fc280): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fc280): _writeAt: size=3, off=2 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140270070 item 75 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fc280): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fc280): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.496325685 +0000 UTC m=+30.913462122 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fc280): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fc7c0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fc7c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fc7c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fc7c0): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fc7c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.496325685 +0000 UTC m=+30.913462122 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fc7c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140270230 item 75 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fce00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fce00): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fce00): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fce00): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fce00): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fce00): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fce00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.498051116 +0000 UTC m=+30.915187553 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fce00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fd300): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fd300): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fd300): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402705b0 item 76 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fd300): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fd300): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.498485593 +0000 UTC m=+30.915622030 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fd300): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fd840): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fd840): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140270770 item 76 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fd840): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fd840): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fd840): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fd840): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fd840): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.498975132 +0000 UTC m=+30.916111569 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fd840): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fdec0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fdec0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fdec0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fdec0): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fdec0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.498975132 +0000 UTC m=+30.916111569 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401fdec0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140270930 item 76 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140350740): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140350740): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140350740): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140350740): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140350740): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140350740): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140350740): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.500068907 +0000 UTC m=+30.917205344 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140350740): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140350c40): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140350c40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140350c40): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140270d20 item 77 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140350c40): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140350c40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.50051732 +0000 UTC m=+30.917653756 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140350c40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140351340): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140351340): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140351340): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140351340): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140351340): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.50051732 +0000 UTC m=+30.917653756 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140351340): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140270f50 item 77 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140351980): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140351980): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140351980): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140351980): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140351980): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140351980): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140351980): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.50187533 +0000 UTC m=+30.919011767 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140351980): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140351e80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140351e80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140351e80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402713b0 item 78 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140351e80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140351e80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.502308084 +0000 UTC m=+30.919444521 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140351e80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405be680): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405be680): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405be680): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405be680): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405be680): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.502308084 +0000 UTC m=+30.919444521 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405be680): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140271650 item 78 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405becc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405becc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405becc0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405becc0): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405becc0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405becc0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405becc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.503560216 +0000 UTC m=+30.920696653 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405becc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405bf600): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405bf600): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405bf600): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140271b20 item 79 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405bf600): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405bf600): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.504016122 +0000 UTC m=+30.921152569 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405bf600): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405bfd00): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405bfd00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405bfd00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405bfd00): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405bfd00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.504016122 +0000 UTC m=+30.921152569 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405bfd00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140271d50 item 79 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdeed40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdeed40): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdeed40): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdeed40): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdeed40): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdeed40): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdeed40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.505307027 +0000 UTC m=+30.922443464 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdeed40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdef7c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdef7c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdef7c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140384380 item 80 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdef7c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdef7c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.505805174 +0000 UTC m=+30.922941611 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdef7c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072380): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072380): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072380): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072380): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072380): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.505805174 +0000 UTC m=+30.922941611 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072380): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403845b0 item 80 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072e00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072e00): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072e00): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072e00): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072e00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.507264374 +0000 UTC m=+30.924400812 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072e00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400735c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400735c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400735c0): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400735c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400735c0): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400735c0): _writeAt: size=3, off=7 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140384930 item 81 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400735c0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400735c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.507739137 +0000 UTC m=+30.924875574 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400735c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140073e40): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140073e40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140073e40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140073e40): >_readAt: n=8, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140073e40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.507739137 +0000 UTC m=+30.924875574 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140073e40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140384af0 item 81 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a3c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a3c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a3c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a3c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a3c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.509224828 +0000 UTC m=+30.926361265 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a3c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a900): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a900): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a900): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140385030 item 82 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a900): _readAt: size=2, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a900): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a900): _writeAt: size=3, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a900): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a900): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.509794618 +0000 UTC m=+30.926931055 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a900): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8af80): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8af80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8af80): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8af80): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8af80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.509794618 +0000 UTC m=+30.926931055 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8af80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403851f0 item 82 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b600): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b600): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b600): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b600): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b600): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.511141479 +0000 UTC m=+30.928277916 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b600): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8be40): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8be40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8be40): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8be40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8be40): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8be40): _writeAt: size=3, off=7 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140385880 item 83 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8be40): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8be40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.511586885 +0000 UTC m=+30.928723323 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8be40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2480): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2480): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2480): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2480): >_readAt: n=8, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2480): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.511586885 +0000 UTC m=+30.928723323 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2480): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140385b90 item 83 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2c80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2c80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2c80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2c80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2c80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.513029757 +0000 UTC m=+30.930166194 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2c80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a3d00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a3d00): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a3d00): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdf4700 item 84 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a3d00): _readAt: size=2, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a3d00): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a3d00): _writeAt: size=3, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a3d00): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a3d00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.513540445 +0000 UTC m=+30.930676882 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a3d00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294400): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294400): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294400): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294400): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294400): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.513540445 +0000 UTC m=+30.930676882 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294400): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdf5650 item 84 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294a80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294a80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294a80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294a80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294a80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.51464968 +0000 UTC m=+30.931786117 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294a80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294f80): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294f80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294f80): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294f80): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294f80): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294f80): _writeAt: size=3, off=7 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407602a0 item 85 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294f80): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294f80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.5151133 +0000 UTC m=+30.932249737 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294f80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402954c0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402954c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402954c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402954c0): >_readAt: n=8, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402954c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.5151133 +0000 UTC m=+30.932249737 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402954c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140760540 item 85 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295b40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295b40): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295b40): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295b40): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295b40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.516353911 +0000 UTC m=+30.933490348 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295b40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce140): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce140): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce140): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140760930 item 86 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce140): _readAt: size=2, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce140): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce140): _writeAt: size=3, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce140): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce140): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.517109901 +0000 UTC m=+30.934246338 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce140): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce6c0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce6c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce6c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce6c0): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce6c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.517109901 +0000 UTC m=+30.934246338 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce6c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140760b60 item 86 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ced40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ced40): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ced40): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ced40): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ced40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.518537323 +0000 UTC m=+30.935673790 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ced40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf240): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf240): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf240): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf240): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf240): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf240): _writeAt: size=3, off=7 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140761030 item 87 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf240): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf240): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.519152729 +0000 UTC m=+30.936289166 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf240): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf780): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf780): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf780): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf780): >_readAt: n=8, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf780): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.519152729 +0000 UTC m=+30.936289166 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf780): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140761260 item 87 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062e0c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062e0c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062e0c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062e0c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062e0c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.520515619 +0000 UTC m=+30.937652057 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062e0c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062e5c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062e5c0): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062e5c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407615e0 item 88 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062e5c0): _readAt: size=2, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062e5c0): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062e5c0): _writeAt: size=3, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062e5c0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062e5c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.521014326 +0000 UTC m=+30.938150764 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062e5c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062eb40): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062eb40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062eb40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062eb40): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062eb40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.521014326 +0000 UTC m=+30.938150764 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062eb40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407618f0 item 88 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062f180): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062f180): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062f180): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062f180): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062f180): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062f180): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062f180): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062f180): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.522328155 +0000 UTC m=+30.939464602 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062f180): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062f6c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062f6c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062f6c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140761ce0 item 89 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062f6c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062f6c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.522818466 +0000 UTC m=+30.939954944 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062f6c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062fc00): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062fc00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062fc00): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062fc00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062fc00): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062fc00): _writeAt: size=3, off=7 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140326150 item 89 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062fc00): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062fc00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.523452798 +0000 UTC m=+30.940589235 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114062fc00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063a280): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063a280): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063a280): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063a280): >_readAt: n=8, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063a280): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.523452798 +0000 UTC m=+30.940589235 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063a280): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403264d0 item 89 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063a8c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063a8c0): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063a8c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063a8c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063a8c0): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063a8c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063a8c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063a8c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.524887914 +0000 UTC m=+30.942024351 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063a8c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063ae00): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063ae00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063ae00): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403268c0 item 90 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063ae00): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063ae00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.525418971 +0000 UTC m=+30.942555408 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063ae00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063b340): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063b340): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063b340): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140326f50 item 90 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063b340): _readAt: size=2, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063b340): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063b340): _writeAt: size=3, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063b340): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063b340): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.526140917 +0000 UTC m=+30.943277355 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063b340): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063b900): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063b900): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063b900): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063b900): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063b900): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.526140917 +0000 UTC m=+30.943277355 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114063b900): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403272d0 item 90 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140648040): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140648040): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140648040): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140648040): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140648040): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140648040): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140648040): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140648040): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.527367662 +0000 UTC m=+30.944504099 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140648040): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140648580): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140648580): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140648580): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140327e30 item 91 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140648580): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140648580): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.527841953 +0000 UTC m=+30.944978390 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140648580): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140648ac0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140648ac0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140648ac0): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140648ac0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140648ac0): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140648ac0): _writeAt: size=3, off=7 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402a64d0 item 91 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140648ac0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140648ac0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.528408528 +0000 UTC m=+30.945544965 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140648ac0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140649040): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140649040): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140649040): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140649040): >_readAt: n=8, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140649040): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.528408528 +0000 UTC m=+30.945544965 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140649040): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402a6770 item 91 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140649680): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140649680): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140649680): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140649680): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140649680): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140649680): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140649680): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140649680): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.529780083 +0000 UTC m=+30.946916521 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140649680): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140649bc0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140649bc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140649bc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402a6af0 item 92 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140649bc0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140649bc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.530205844 +0000 UTC m=+30.947342281 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140649bc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140656200): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140656200): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140656200): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402a6cb0 item 92 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140656200): _readAt: size=2, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140656200): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140656200): _writeAt: size=3, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140656200): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140656200): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.530893386 +0000 UTC m=+30.948029833 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140656200): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406567c0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406567c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406567c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406567c0): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406567c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.530893386 +0000 UTC m=+30.948029833 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406567c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402a6f50 item 92 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140656e00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140656e00): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140656e00): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140656e00): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140656e00): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140656e00): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140656e00): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140656e00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.532303304 +0000 UTC m=+30.949439741 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140656e00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140657340): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140657340): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140657340): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402a72d0 item 93 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140657340): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140657340): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.532824584 +0000 UTC m=+30.949961021 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140657340): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140657a40): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140657a40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140657a40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140657a40): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140657a40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.532824584 +0000 UTC m=+30.949961021 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140657a40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402a75e0 item 93 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140662180): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140662180): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140662180): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140662180): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140662180): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140662180): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140662180): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140662180): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.534346313 +0000 UTC m=+30.951482750 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140662180): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406626c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406626c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406626c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402a7ce0 item 94 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406626c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406626c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.534826134 +0000 UTC m=+30.951962570 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406626c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140662dc0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140662dc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140662dc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140662dc0): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140662dc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.534826134 +0000 UTC m=+30.951962570 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140662dc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113f9d83f0 item 94 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140663400): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140663400): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140663400): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140663400): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140663400): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140663400): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140663400): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140663400): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.536277661 +0000 UTC m=+30.953414098 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140663400): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140663940): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140663940): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140663940): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113f9d8d20 item 95 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140663940): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140663940): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.536891163 +0000 UTC m=+30.954027601 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140663940): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140678140): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140678140): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140678140): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140678140): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140678140): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.536891163 +0000 UTC m=+30.954027601 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140678140): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113f9d97a0 item 95 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140678780): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140678780): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140678780): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140678780): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140678780): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140678780): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140678780): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140678780): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.538396061 +0000 UTC m=+30.955532518 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140678780): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140678cc0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140678cc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140678cc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fa921c0 item 96 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140678cc0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140678cc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.538864029 +0000 UTC m=+30.956000467 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140678cc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406793c0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406793c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406793c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406793c0): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406793c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.538864029 +0000 UTC m=+30.956000467 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406793c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fa92770 item 96 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= 2026/06/30 05:42:18 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:18 DEBUG : Looking for writers 2026/06/30 05:42:18 DEBUG : >WaitForWriters: 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:18 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/06/30 05:42:18 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feba180): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feba180): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feba180): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feba180): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feba180): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.544578906 +0000 UTC m=+30.961715343 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feba180): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feba600): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feba600): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feba600): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feba600): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feba600): _writeAt: size=3, off=2 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feba600): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feba600): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.544578906 +0000 UTC m=+30.961715343 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feba600): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febaac0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febaac0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febaac0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febaac0): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febaac0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.544578906 +0000 UTC m=+30.961715343 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febaac0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12114039c620 item 1 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febb100): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febb100): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febb100): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febb100): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febb100): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.54643334 +0000 UTC m=+30.963569777 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febb100): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febb600): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febb600): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febb600): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febb600): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febb600): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.54643334 +0000 UTC m=+30.963569777 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febb600): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12114039cbd0 item 2 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febbc40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febbc40): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febbc40): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febbc40): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febbc40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.547638745 +0000 UTC m=+30.964775182 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113febbc40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec1c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec1c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec1c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec1c0): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec1c0): _writeAt: size=3, off=2 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec1c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec1c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.547638745 +0000 UTC m=+30.964775182 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec1c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec680): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec680): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec680): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec680): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec680): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.547638745 +0000 UTC m=+30.964775182 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feec680): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12114039cfc0 item 3 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feecd00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feecd00): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feecd00): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feecd00): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feecd00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.549239061 +0000 UTC m=+30.966375499 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feecd00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feed240): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feed240): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feed240): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feed240): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feed240): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.549239061 +0000 UTC m=+30.966375499 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feed240): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12114039d6c0 item 4 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feed880): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feed880): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feed880): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feed880): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feed880): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.550451278 +0000 UTC m=+30.967587716 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feed880): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feedd00): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feedd00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feedd00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feedd00): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feedd00): _writeAt: size=3, off=2 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feedd00): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feedd00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.550451278 +0000 UTC m=+30.967587716 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113feedd00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffce2c0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffce2c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffce2c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffce2c0): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffce2c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.550451278 +0000 UTC m=+30.967587716 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffce2c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12114039dce0 item 5 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffce940): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffce940): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffce940): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffce940): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffce940): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.552333755 +0000 UTC m=+30.969470193 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffce940): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcee80): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcee80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcee80): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcee80): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcee80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.552333755 +0000 UTC m=+30.969470193 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcee80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211400663f0 item 6 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcf500): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcf500): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcf500): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcf500): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcf500): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.553548467 +0000 UTC m=+30.970684914 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcf500): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcfa00): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcfa00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcfa00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcfa00): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcfa00): _writeAt: size=3, off=2 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcfa00): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcfa00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.553548467 +0000 UTC m=+30.970684914 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcfa00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcfec0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcfec0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcfec0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcfec0): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcfec0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.553548467 +0000 UTC m=+30.970684914 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffcfec0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211400669a0 item 7 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff6640): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff6640): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff6640): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff6640): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff6640): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.555258931 +0000 UTC m=+30.972395368 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff6640): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff6b80): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff6b80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff6b80): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff6b80): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff6b80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.555258931 +0000 UTC m=+30.972395368 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff6b80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140067730 item 8 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7140): _readAt: size=2, off=0 2026/06/30 05:42:18 ERROR : open-test-file(0x12113fff7140): Couldn't read size of file 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7140): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7140): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7140): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7140): close: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7140): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7500): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7500): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7500): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7500): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7500): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.556485265 +0000 UTC m=+30.973621712 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7500): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7980): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7980): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7980): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7980): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7980): _writeAt: size=3, off=2 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7980): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7980): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.556485265 +0000 UTC m=+30.973621712 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7980): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7e80): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7e80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7e80): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7e80): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7e80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.556485265 +0000 UTC m=+30.973621712 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff7e80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140067dc0 item 9 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003c600): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003c600): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003c600): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003c600): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003c600): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.558362471 +0000 UTC m=+30.975498908 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003c600): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003cb40): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003cb40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003cb40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003cb40): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003cb40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.558362471 +0000 UTC m=+30.975498908 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003cb40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdacb60 item 10 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003d180): _readAt: size=2, off=0 2026/06/30 05:42:18 ERROR : open-test-file(0x12114003d180): Couldn't read size of file 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003d180): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003d180): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003d180): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003d180): close: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003d180): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003d540): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003d540): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003d540): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003d540): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003d540): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.559667764 +0000 UTC m=+30.976804200 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003d540): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003da40): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003da40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003da40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003da40): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003da40): _writeAt: size=3, off=2 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003da40): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003da40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.559667764 +0000 UTC m=+30.976804200 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114003da40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d4040): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d4040): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d4040): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d4040): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d4040): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.559667764 +0000 UTC m=+30.976804200 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d4040): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdad180 item 11 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d46c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d46c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d46c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d46c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d46c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.561475088 +0000 UTC m=+30.978611525 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d46c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d4c00): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d4c00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d4c00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d4c00): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d4c00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.561475088 +0000 UTC m=+30.978611525 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d4c00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdadb90 item 12 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d5240): _readAt: size=2, off=0 2026/06/30 05:42:18 ERROR : open-test-file(0x1211400d5240): Couldn't read size of file 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d5240): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d5240): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d5240): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d5240): close: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d5240): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d5600): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d5600): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d5600): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d5600): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d5600): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.562596886 +0000 UTC m=+30.979733323 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d5600): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d5cc0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d5cc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d5cc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d5cc0): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d5cc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.562596886 +0000 UTC m=+30.979733323 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400d5cc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fea0380 item 13 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010e440): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010e440): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010e440): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010e440): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010e440): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.563850581 +0000 UTC m=+30.980987018 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010e440): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010e980): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010e980): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010e980): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010e980): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010e980): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.563850581 +0000 UTC m=+30.980987018 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010e980): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fea17a0 item 14 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010efc0): _readAt: size=2, off=0 2026/06/30 05:42:18 ERROR : open-test-file(0x12114010efc0): Couldn't read size of file 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010efc0): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010efc0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010efc0): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010efc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010efc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010f380): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010f380): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010f380): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010f380): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010f380): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.565176942 +0000 UTC m=+30.982313380 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010f380): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010fa40): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010fa40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010fa40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010fa40): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010fa40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.565176942 +0000 UTC m=+30.982313380 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114010fa40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fea1b20 item 15 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e1c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e1c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e1c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e1c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e1c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.56654368 +0000 UTC m=+30.983680137 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e1c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e700): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e700): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e700): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e700): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e700): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.56654368 +0000 UTC m=+30.983680137 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014e700): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403ba150 item 16 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014ed40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014ed40): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014ed40): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014ed40): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014ed40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.567909777 +0000 UTC m=+30.985046215 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014ed40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f1c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f1c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f1c0): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f1c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f1c0): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f1c0): _writeAt: size=3, off=7 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f1c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f1c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.567909777 +0000 UTC m=+30.985046215 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f1c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f6c0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f6c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f6c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f6c0): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f6c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.567909777 +0000 UTC m=+30.985046215 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014f6c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403ba4d0 item 17 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014fd40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014fd40): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014fd40): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014fd40): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014fd40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.56988606 +0000 UTC m=+30.987022517 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114014fd40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178280): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178280): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178280): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178280): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178280): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.56988606 +0000 UTC m=+30.987022517 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178280): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fd84af0 item 18 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178900): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178900): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178900): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178900): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178900): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.571333028 +0000 UTC m=+30.988469465 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178900): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178e00): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178e00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178e00): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178e00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178e00): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178e00): _writeAt: size=3, off=7 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178e00): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178e00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.571333028 +0000 UTC m=+30.988469465 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140178e00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179300): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179300): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179300): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179300): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179300): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.571333028 +0000 UTC m=+30.988469465 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179300): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403bae00 item 19 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179980): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179980): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179980): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179980): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179980): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.573268244 +0000 UTC m=+30.990404681 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179980): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179ec0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179ec0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179ec0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179ec0): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179ec0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.573268244 +0000 UTC m=+30.990404681 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140179ec0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403bb3b0 item 20 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c6640): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c6640): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c6640): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c6640): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c6640): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.574593463 +0000 UTC m=+30.991729901 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c6640): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c6b40): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c6b40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c6b40): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c6b40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c6b40): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c6b40): _writeAt: size=3, off=7 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c6b40): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c6b40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.574593463 +0000 UTC m=+30.991729901 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c6b40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c7040): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c7040): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c7040): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c7040): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c7040): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.574593463 +0000 UTC m=+30.991729901 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c7040): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403bb960 item 21 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c76c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c76c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c76c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c76c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c76c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.576245908 +0000 UTC m=+30.993382344 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c76c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c7c00): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c7c00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c7c00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c7c00): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c7c00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.576245908 +0000 UTC m=+30.993382344 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401c7c00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fe0a380 item 22 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140250380): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140250380): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140250380): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140250380): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140250380): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.577632403 +0000 UTC m=+30.994768860 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140250380): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140250880): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140250880): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140250880): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140250880): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140250880): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140250880): _writeAt: size=3, off=7 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140250880): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140250880): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.577632403 +0000 UTC m=+30.994768860 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140250880): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140250d80): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140250d80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140250d80): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140250d80): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140250d80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.577632403 +0000 UTC m=+30.994768860 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140250d80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fe0a850 item 23 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140251400): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140251400): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140251400): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140251400): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140251400): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.579619937 +0000 UTC m=+30.996756394 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140251400): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140251940): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140251940): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140251940): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140251940): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140251940): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.579619937 +0000 UTC m=+30.996756394 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140251940): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140172000 item 24 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8080): _readAt: size=2, off=0 2026/06/30 05:42:18 ERROR : open-test-file(0x1211402a8080): Couldn't read size of file 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8080): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8080): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8080): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8080): close: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8080): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8440): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8440): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8440): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8440): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8440): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.581210715 +0000 UTC m=+30.998347163 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8440): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8940): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8940): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8940): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8940): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8940): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8940): _writeAt: size=3, off=7 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8940): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8940): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.581210715 +0000 UTC m=+30.998347163 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8940): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8e80): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8e80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8e80): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8e80): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8e80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.581210715 +0000 UTC m=+30.998347163 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a8e80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140172380 item 25 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a9500): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a9500): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a9500): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a9500): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a9500): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.583014473 +0000 UTC m=+31.000150910 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a9500): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a9a40): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a9a40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a9a40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a9a40): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a9a40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.583014473 +0000 UTC m=+31.000150910 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402a9a40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140172af0 item 26 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0180): _readAt: size=2, off=0 2026/06/30 05:42:18 ERROR : open-test-file(0x1211402c0180): Couldn't read size of file 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0180): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0180): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0180): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0180): close: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0180): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0540): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0540): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0540): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0540): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0540): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.584289429 +0000 UTC m=+31.001425867 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0540): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0a40): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0a40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0a40): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0a40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0a40): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0a40): _writeAt: size=3, off=7 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0a40): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0a40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.584289429 +0000 UTC m=+31.001425867 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0a40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0f80): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0f80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0f80): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0f80): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0f80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.584289429 +0000 UTC m=+31.001425867 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c0f80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140173110 item 27 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c1600): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c1600): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c1600): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c1600): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c1600): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.585925873 +0000 UTC m=+31.003062330 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c1600): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c1b40): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c1b40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c1b40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c1b40): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c1b40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.585925873 +0000 UTC m=+31.003062330 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402c1b40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211401739d0 item 28 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f4280): _readAt: size=2, off=0 2026/06/30 05:42:18 ERROR : open-test-file(0x1211402f4280): Couldn't read size of file 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f4280): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f4280): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f4280): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f4280): close: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f4280): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f4640): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f4640): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f4640): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f4640): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f4640): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.587131658 +0000 UTC m=+31.004268095 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f4640): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f4d00): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f4d00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f4d00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f4d00): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f4d00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.587131658 +0000 UTC m=+31.004268095 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f4d00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fd86150 item 29 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f5380): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f5380): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f5380): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f5380): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f5380): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.588154571 +0000 UTC m=+31.005291008 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f5380): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f58c0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f58c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f58c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f58c0): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f58c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.588154571 +0000 UTC m=+31.005291008 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402f58c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fd86620 item 30 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032e000): _readAt: size=2, off=0 2026/06/30 05:42:18 ERROR : open-test-file(0x12114032e000): Couldn't read size of file 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032e000): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032e000): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032e000): >_writeAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032e000): close: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032e000): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032e3c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032e3c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032e3c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032e3c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032e3c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.589372058 +0000 UTC m=+31.006508495 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032e3c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032ea80): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032ea80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032ea80): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032ea80): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032ea80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.589372058 +0000 UTC m=+31.006508495 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032ea80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fd878f0 item 31 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032f100): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032f100): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032f100): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032f100): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032f100): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.590623649 +0000 UTC m=+31.007760087 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032f100): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032f640): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032f640): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032f640): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032f640): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032f640): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.590623649 +0000 UTC m=+31.007760087 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032f640): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403ec230 item 32 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032fc80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032fc80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032fc80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032fc80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032fc80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.591712134 +0000 UTC m=+31.008848571 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114032fc80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140376200): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140376200): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140376200): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140376200): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140376200): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403ec5b0 item 33 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140376200): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140376200): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.592183829 +0000 UTC m=+31.009320266 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140376200): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140376700): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140376700): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140376700): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140376700): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140376700): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.592183829 +0000 UTC m=+31.009320266 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140376700): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403ec770 item 33 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140376d40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140376d40): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140376d40): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140376d40): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140376d40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.593332688 +0000 UTC m=+31.010469125 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140376d40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403771c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403771c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403ecaf0 item 34 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403771c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403771c0): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403771c0): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403771c0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403771c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.593739041 +0000 UTC m=+31.010875478 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403771c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140377700): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140377700): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140377700): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140377700): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140377700): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.593739041 +0000 UTC m=+31.010875478 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140377700): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403ecd90 item 34 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140377d40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140377d40): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140377d40): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140377d40): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140377d40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.59475441 +0000 UTC m=+31.011890847 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140377d40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c62c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c62c0): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c62c0): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c62c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c62c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403ed340 item 35 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c62c0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c62c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.595282811 +0000 UTC m=+31.012419258 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c62c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c67c0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c67c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c67c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c67c0): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c67c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.595282811 +0000 UTC m=+31.012419258 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c67c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403ed6c0 item 35 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c6e40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c6e40): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c6e40): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c6e40): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c6e40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.596699303 +0000 UTC m=+31.013835740 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c6e40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c7340): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c7340): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403edab0 item 36 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c7340): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c7340): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c7340): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c7340): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c7340): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.597319929 +0000 UTC m=+31.014456386 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c7340): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c7880): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c7880): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c7880): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c7880): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c7880): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.597319929 +0000 UTC m=+31.014456386 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c7880): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403edc70 item 36 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c7ec0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c7ec0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c7ec0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c7ec0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c7ec0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.598735257 +0000 UTC m=+31.015871695 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403c7ec0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8440): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8440): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8440): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8440): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8440): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdec8c0 item 37 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8440): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8440): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.599293567 +0000 UTC m=+31.016430003 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8440): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8940): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8940): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8940): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8940): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8940): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.599293567 +0000 UTC m=+31.016430003 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8940): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdeccb0 item 37 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8fc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8fc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8fc0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8fc0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8fc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.600783666 +0000 UTC m=+31.017920103 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8fc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f94c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f94c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fded340 item 38 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f94c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f94c0): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f94c0): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f94c0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f94c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.601344158 +0000 UTC m=+31.018480636 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f94c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9a00): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9a00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9a00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9a00): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9a00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.601344158 +0000 UTC m=+31.018480636 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9a00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fded650 item 38 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041a180): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041a180): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041a180): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041a180): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041a180): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.602735283 +0000 UTC m=+31.019871720 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041a180): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041a680): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041a680): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041a680): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041a680): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041a680): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdedc00 item 39 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041a680): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041a680): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.603279254 +0000 UTC m=+31.020415691 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041a680): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041ab80): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041ab80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041ab80): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041ab80): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041ab80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.603279254 +0000 UTC m=+31.020415691 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041ab80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c6070 item 39 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041b200): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041b200): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041b200): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041b200): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041b200): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.60474081 +0000 UTC m=+31.021877247 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041b200): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041b700): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041b700): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c6460 item 40 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041b700): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041b700): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041b700): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041b700): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041b700): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.605437218 +0000 UTC m=+31.022573655 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041b700): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041bc40): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041bc40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041bc40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041bc40): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041bc40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.605437218 +0000 UTC m=+31.022573655 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114041bc40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c6620 item 40 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c300): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c300): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c300): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c300): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c300): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c300): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c300): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.606867325 +0000 UTC m=+31.024003772 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c300): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c800): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c800): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c800): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c6a80 item 41 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c800): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c800): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.607388584 +0000 UTC m=+31.024525021 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c800): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043ccc0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043ccc0): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043ccc0): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043ccc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043ccc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c6c40 item 41 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043ccc0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043ccc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.608000885 +0000 UTC m=+31.025137321 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043ccc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043d200): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043d200): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043d200): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043d200): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043d200): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.608000885 +0000 UTC m=+31.025137321 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043d200): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c7110 item 41 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043d840): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043d840): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043d840): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043d840): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043d840): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043d840): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043d840): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.609537892 +0000 UTC m=+31.026674329 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043d840): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490040): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490040): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490040): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c7490 item 42 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490040): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490040): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.610752344 +0000 UTC m=+31.027888781 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490040): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e8140): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e8140): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fd857a0 item 42 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e8140): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e8140): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e8140): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e8140): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e8140): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.611490149 +0000 UTC m=+31.028626586 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e8140): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e8700): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e8700): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e8700): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e8700): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e8700): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.611490149 +0000 UTC m=+31.028626586 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e8700): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403a4310 item 42 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e8d40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e8d40): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e8d40): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e8d40): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e8d40): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e8d40): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e8d40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.612534282 +0000 UTC m=+31.029670718 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e8d40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e9240): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e9240): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e9240): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403a4700 item 43 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e9240): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e9240): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.612958017 +0000 UTC m=+31.030094455 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e9240): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e9780): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e9780): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e9780): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e9780): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e9780): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403a4a10 item 43 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e9780): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e9780): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.613369119 +0000 UTC m=+31.030505556 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e9780): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e9cc0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e9cc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e9cc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e9cc0): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e9cc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.613369119 +0000 UTC m=+31.030505556 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211405e9cc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403a4c40 item 43 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490640): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490640): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490640): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490640): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490640): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490640): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490640): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.614435494 +0000 UTC m=+31.031571930 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490640): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490b40): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490b40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490b40): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403a50a0 item 44 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490b40): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490b40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.614874478 +0000 UTC m=+31.032010914 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140490b40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491080): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491080): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403a5340 item 44 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491080): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491080): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491080): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491080): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491080): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.615368907 +0000 UTC m=+31.032505344 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491080): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491600): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491600): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491600): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491600): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491600): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.615368907 +0000 UTC m=+31.032505344 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491600): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403a56c0 item 44 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491c40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491c40): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491c40): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491c40): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491c40): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491c40): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491c40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.616490704 +0000 UTC m=+31.033627141 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140491c40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c240): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c240): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c240): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403a5b90 item 45 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c240): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c240): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.616934438 +0000 UTC m=+31.034070876 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c240): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c940): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c940): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c940): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c940): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c940): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.616934438 +0000 UTC m=+31.034070876 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043c940): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403a5d50 item 45 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043cf80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043cf80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043cf80): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043cf80): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043cf80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043cf80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043cf80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.618124103 +0000 UTC m=+31.035260539 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043cf80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043d480): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043d480): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043d480): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c6230 item 46 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043d480): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043d480): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.618540295 +0000 UTC m=+31.035676732 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043d480): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043dd80): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043dd80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043dd80): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043dd80): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043dd80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.618540295 +0000 UTC m=+31.035676732 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114043dd80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c6460 item 46 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406784c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406784c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406784c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406784c0): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406784c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406784c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406784c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.619834827 +0000 UTC m=+31.036971264 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406784c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406789c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406789c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406789c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c6850 item 47 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406789c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406789c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.620297205 +0000 UTC m=+31.037433642 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406789c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406790c0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406790c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406790c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406790c0): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406790c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.620297205 +0000 UTC m=+31.037433642 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211406790c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c6a80 item 47 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140679700): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140679700): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140679700): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140679700): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140679700): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140679700): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140679700): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.621456152 +0000 UTC m=+31.038592590 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140679700): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140679e00): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140679e00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140679e00): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c6ee0 item 48 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140679e00): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140679e00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.621965479 +0000 UTC m=+31.039101916 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140679e00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdeef40): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdeef40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdeef40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdeef40): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdeef40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.621965479 +0000 UTC m=+31.039101916 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdeef40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c71f0 item 48 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdefe80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdefe80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdefe80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdefe80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdefe80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.623498789 +0000 UTC m=+31.040635236 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fdefe80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072400): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072400): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072400): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072400): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072400): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072400): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c7730 item 49 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072400): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072400): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.624040327 +0000 UTC m=+31.041176774 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072400): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072c00): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072c00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072c00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072c00): >_readAt: n=8, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072c00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.624040327 +0000 UTC m=+31.041176774 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140072c00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c78f0 item 49 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140073840): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140073840): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140073840): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140073840): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140073840): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.625513996 +0000 UTC m=+31.042650434 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140073840): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fcf2540): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fcf2540): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fcf2540): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c7c70 item 50 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fcf2540): _readAt: size=2, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fcf2540): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fcf2540): _writeAt: size=3, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fcf2540): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fcf2540): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.626254387 +0000 UTC m=+31.043390824 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fcf2540): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a3c0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a3c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a3c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a3c0): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a3c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.626254387 +0000 UTC m=+31.043390824 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8a3c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407c7e30 item 50 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8ab80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8ab80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8ab80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8ab80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8ab80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.627856276 +0000 UTC m=+31.044992713 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8ab80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b080): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b080): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b080): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b080): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b080): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b080): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fd858f0 item 51 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b080): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b080): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.628439562 +0000 UTC m=+31.045575999 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b080): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b5c0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b5c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b5c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b5c0): >_readAt: n=8, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b5c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.628439562 +0000 UTC m=+31.045575999 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ff8b5c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fd85ce0 item 51 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2080): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2080): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2080): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2080): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2080): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.629983332 +0000 UTC m=+31.047119779 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2080): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2580): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2580): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2580): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140270230 item 52 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2580): _readAt: size=2, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2580): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2580): _writeAt: size=3, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2580): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2580): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.630598047 +0000 UTC m=+31.047734505 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2580): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2c80): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2c80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2c80): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2c80): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2c80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.630598047 +0000 UTC m=+31.047734505 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a2c80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402703f0 item 52 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a3e80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a3e80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a3e80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a3e80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a3e80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.632045897 +0000 UTC m=+31.049182334 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400a3e80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294500): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294500): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294500): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294500): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294500): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294500): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140270770 item 53 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294500): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294500): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.632622119 +0000 UTC m=+31.049758566 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294500): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294a40): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294a40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294a40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294a40): >_readAt: n=8, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294a40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.632622119 +0000 UTC m=+31.049758566 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140294a40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140270930 item 53 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402950c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402950c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402950c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402950c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402950c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.633984739 +0000 UTC m=+31.051121206 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402950c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402955c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402955c0): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402955c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140270d20 item 54 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402955c0): _readAt: size=2, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402955c0): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402955c0): _writeAt: size=3, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402955c0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402955c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.634596458 +0000 UTC m=+31.051732906 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402955c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295b40): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295b40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295b40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295b40): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295b40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.634596458 +0000 UTC m=+31.051732906 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140295b40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140270ee0 item 54 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce2c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce2c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce2c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce2c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce2c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.635908413 +0000 UTC m=+31.053044850 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce2c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce7c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce7c0): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce7c0): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce7c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce7c0): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce7c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140271340 item 55 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce7c0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce7c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.636435424 +0000 UTC m=+31.053571860 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ce7c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ced00): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ced00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ced00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ced00): >_readAt: n=8, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ced00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.636435424 +0000 UTC m=+31.053571860 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402ced00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402715e0 item 55 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf380): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf380): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf380): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf380): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf380): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.637805277 +0000 UTC m=+31.054941713 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf380): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf880): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf880): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf880): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140271a40 item 56 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf880): _readAt: size=2, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf880): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf880): _writeAt: size=3, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf880): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf880): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.638436612 +0000 UTC m=+31.055573050 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cf880): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cfe40): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cfe40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cfe40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cfe40): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cfe40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.638436612 +0000 UTC m=+31.055573050 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402cfe40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140271ce0 item 56 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef8580): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef8580): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef8580): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef8580): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef8580): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef8580): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef8580): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef8580): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.639913698 +0000 UTC m=+31.057050135 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef8580): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef8ac0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef8ac0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef8ac0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140384310 item 57 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef8ac0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef8ac0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.640431932 +0000 UTC m=+31.057568379 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef8ac0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef9000): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef9000): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef9000): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef9000): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef9000): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef9000): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140384540 item 57 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef9000): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef9000): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.641041257 +0000 UTC m=+31.058177694 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef9000): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef9580): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef9580): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef9580): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef9580): >_readAt: n=8, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef9580): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.641041257 +0000 UTC m=+31.058177694 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef9580): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140384700 item 57 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef9bc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef9bc0): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef9bc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef9bc0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef9bc0): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef9bc0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef9bc0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef9bc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.642680506 +0000 UTC m=+31.059816943 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fef9bc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe2200): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe2200): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe2200): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140384a80 item 58 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe2200): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe2200): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.643297596 +0000 UTC m=+31.060434032 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe2200): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe2740): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe2740): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe2740): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140384c40 item 58 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe2740): _readAt: size=2, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe2740): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe2740): _writeAt: size=3, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe2740): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe2740): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.643983163 +0000 UTC m=+31.061119630 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe2740): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe2d00): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe2d00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe2d00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe2d00): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe2d00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.643983163 +0000 UTC m=+31.061119630 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe2d00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140384fc0 item 58 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe3340): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe3340): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe3340): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe3340): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe3340): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe3340): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe3340): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe3340): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.645495785 +0000 UTC m=+31.062632222 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe3340): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe3880): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe3880): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe3880): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140385340 item 59 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe3880): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe3880): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.646099139 +0000 UTC m=+31.063235606 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe3880): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe3dc0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe3dc0): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe3dc0): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe3dc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe3dc0): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe3dc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140385500 item 59 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe3dc0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe3dc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.646727569 +0000 UTC m=+31.063864036 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113ffe3dc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff4440): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff4440): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff4440): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff4440): >_readAt: n=8, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff4440): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.646727569 +0000 UTC m=+31.063864036 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff4440): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140385810 item 59 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff4a80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff4a80): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff4a80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff4a80): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff4a80): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff4a80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff4a80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff4a80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.648289504 +0000 UTC m=+31.065425941 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff4a80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff4fc0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff4fc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff4fc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140385ce0 item 60 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff4fc0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff4fc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.648985741 +0000 UTC m=+31.066122179 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff4fc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff5500): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff5500): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff5500): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdf4460 item 60 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff5500): _readAt: size=2, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff5500): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff5500): _writeAt: size=3, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff5500): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff5500): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.649610465 +0000 UTC m=+31.066746903 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff5500): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff5ac0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff5ac0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff5ac0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff5ac0): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff5ac0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.649610465 +0000 UTC m=+31.066746903 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12113fff5ac0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdf4d20 item 60 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001a200): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001a200): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001a200): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001a200): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001a200): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001a200): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001a200): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001a200): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.650722774 +0000 UTC m=+31.067859211 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001a200): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001a740): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001a740): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001a740): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdf5a40 item 61 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001a740): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001a740): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.651297865 +0000 UTC m=+31.068434302 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001a740): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001ae40): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001ae40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001ae40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001ae40): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001ae40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.651297865 +0000 UTC m=+31.068434302 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001ae40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140760230 item 61 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001b480): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001b480): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001b480): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001b480): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001b480): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001b480): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001b480): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001b480): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.65281191 +0000 UTC m=+31.069948346 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001b480): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001b9c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001b9c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001b9c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140760700 item 62 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001b9c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001b9c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.653379526 +0000 UTC m=+31.070515963 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114001b9c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002c1c0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002c1c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002c1c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002c1c0): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002c1c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.653379526 +0000 UTC m=+31.070515963 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002c1c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407608c0 item 62 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002c800): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002c800): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002c800): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002c800): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002c800): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002c800): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002c800): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002c800): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.654572677 +0000 UTC m=+31.071709114 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002c800): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002cd40): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002cd40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002cd40): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140760d90 item 63 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002cd40): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002cd40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.654931161 +0000 UTC m=+31.072067598 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002cd40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002d440): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002d440): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002d440): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002d440): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002d440): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.654931161 +0000 UTC m=+31.072067598 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002d440): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140760fc0 item 63 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002da80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002da80): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002da80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002da80): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002da80): >_readAt: n=0, err=Bad file descriptor 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002da80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002da80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002da80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.656161442 +0000 UTC m=+31.073297878 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114002da80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400aa0c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400aa0c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400aa0c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211407613b0 item 64 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400aa0c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400aa0c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.656637817 +0000 UTC m=+31.073774254 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400aa0c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400aa7c0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400aa7c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400aa7c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400aa7c0): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400aa7c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.656637817 +0000 UTC m=+31.073774254 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400aa7c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140761570 item 64 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400aae00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400aae00): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400aae00): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400aae00): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400aae00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.658198519 +0000 UTC m=+31.075334956 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400aae00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ab280): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ab280): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ab280): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ab280): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ab280): _writeAt: size=3, off=2 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140761ab0 item 65 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ab280): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ab280): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.658702015 +0000 UTC m=+31.075838451 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ab280): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ab780): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ab780): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ab780): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ab780): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ab780): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.658702015 +0000 UTC m=+31.075838451 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400ab780): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140761c70 item 65 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400abdc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400abdc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400abdc0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400abdc0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400abdc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.660003359 +0000 UTC m=+31.077139796 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400abdc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e0340): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e0340): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140326460 item 66 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e0340): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e0340): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e0340): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e0340): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e0340): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.660566878 +0000 UTC m=+31.077703315 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e0340): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e0880): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e0880): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e0880): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e0880): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e0880): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.660566878 +0000 UTC m=+31.077703315 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e0880): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140326690 item 66 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e0ec0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e0ec0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e0ec0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e0ec0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e0ec0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.661984382 +0000 UTC m=+31.079120818 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e0ec0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e1340): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e1340): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e1340): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e1340): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e1340): _writeAt: size=3, off=2 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140326ee0 item 67 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e1340): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e1340): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.662559152 +0000 UTC m=+31.079695589 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e1340): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e1840): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e1840): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e1840): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e1840): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e1840): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.662559152 +0000 UTC m=+31.079695589 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e1840): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140327260 item 67 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e1ec0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e1ec0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e1ec0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e1ec0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e1ec0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.664046746 +0000 UTC m=+31.081183183 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211400e1ec0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401284c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401284c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140327ce0 item 68 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401284c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401284c0): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401284c0): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401284c0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401284c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.664559299 +0000 UTC m=+31.081695736 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401284c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140128a00): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140128a00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140128a00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140128a00): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140128a00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.664559299 +0000 UTC m=+31.081695736 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140128a00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402a60e0 item 68 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140129040): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140129040): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140129040): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140129040): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140129040): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.665848681 +0000 UTC m=+31.082985118 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140129040): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401294c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401294c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401294c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401294c0): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401294c0): _writeAt: size=3, off=2 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402a6850 item 69 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401294c0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401294c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.666429102 +0000 UTC m=+31.083565539 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401294c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401299c0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401299c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401299c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401299c0): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401299c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.666429102 +0000 UTC m=+31.083565539 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211401299c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402a6a10 item 69 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140154140): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140154140): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140154140): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140154140): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140154140): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.668026472 +0000 UTC m=+31.085162910 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140154140): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140154640): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140154640): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402a6d90 item 70 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140154640): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140154640): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140154640): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140154640): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140154640): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.66870129 +0000 UTC m=+31.085837727 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140154640): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140154b80): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140154b80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140154b80): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140154b80): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140154b80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.66870129 +0000 UTC m=+31.085837727 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140154b80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402a7030 item 70 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140155200): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140155200): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140155200): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140155200): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140155200): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.670247525 +0000 UTC m=+31.087383972 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140155200): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140155700): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140155700): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140155700): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140155700): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140155700): _writeAt: size=3, off=2 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402a7490 item 71 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140155700): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140155700): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.670856078 +0000 UTC m=+31.087992515 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140155700): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140155c00): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140155c00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140155c00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140155c00): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140155c00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.670856078 +0000 UTC m=+31.087992515 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140155c00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402a77a0 item 71 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140168380): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140168380): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140168380): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140168380): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140168380): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.672397024 +0000 UTC m=+31.089533460 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140168380): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140168880): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140168880): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211402a7e30 item 72 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140168880): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140168880): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140168880): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140168880): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140168880): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.673062915 +0000 UTC m=+31.090199351 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140168880): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140168dc0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140168dc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140168dc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140168dc0): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140168dc0): close: 2026/06/30 05:42:18 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-qegopog8heha/dir/file1: no such file or directory 2026/06/30 05:42:18 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-qegopog8heha/dir/file1: no such file or directory 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.673062915 +0000 UTC m=+31.090199351 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140168dc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113f9d8850 item 72 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140169380): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140169380): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140169380): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140169380): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140169380): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140169380): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140169380): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.674454468 +0000 UTC m=+31.091590905 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140169380): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140169880): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140169880): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140169880): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113f9d9570 item 73 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140169880): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140169880): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.674958115 +0000 UTC m=+31.092094552 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140169880): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140169d40): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140169d40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140169d40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140169d40): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140169d40): _writeAt: size=3, off=2 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113f9d9b20 item 73 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140169d40): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140169d40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.675522405 +0000 UTC m=+31.092658842 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140169d40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022e380): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022e380): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022e380): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022e380): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022e380): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.675522405 +0000 UTC m=+31.092658842 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022e380): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fa920e0 item 73 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022e9c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022e9c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022e9c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022e9c0): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022e9c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022e9c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022e9c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.676953333 +0000 UTC m=+31.094089770 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022e9c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022eec0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022eec0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022eec0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fa92a80 item 74 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022eec0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022eec0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.677530537 +0000 UTC m=+31.094666974 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022eec0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022f400): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022f400): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fa92fc0 item 74 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022f400): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022f400): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022f400): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022f400): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022f400): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.678200626 +0000 UTC m=+31.095337063 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022f400): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022f980): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022f980): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022f980): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022f980): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022f980): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.678200626 +0000 UTC m=+31.095337063 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114022f980): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fa93260 item 74 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402620c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402620c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402620c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402620c0): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402620c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402620c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402620c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.679602961 +0000 UTC m=+31.096739397 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402620c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402625c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402625c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402625c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12114039c380 item 75 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402625c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402625c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.680125993 +0000 UTC m=+31.097262450 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402625c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140262b00): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140262b00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140262b00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140262b00): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140262b00): _writeAt: size=3, off=2 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12114039c620 item 75 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140262b00): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140262b00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.680711253 +0000 UTC m=+31.097847690 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140262b00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140263040): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140263040): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140263040): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140263040): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140263040): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.680711253 +0000 UTC m=+31.097847690 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140263040): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12114039c8c0 item 75 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140263680): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140263680): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140263680): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140263680): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140263680): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140263680): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140263680): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.682257318 +0000 UTC m=+31.099393795 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140263680): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140263b80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140263b80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140263b80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12114039cc40 item 76 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140263b80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140263b80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.682910805 +0000 UTC m=+31.100047272 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140263b80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402861c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402861c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12114039ce70 item 76 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402861c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402861c0): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402861c0): _writeAt: size=3, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402861c0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402861c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.683503799 +0000 UTC m=+31.100640246 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402861c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140286740): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140286740): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140286740): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140286740): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140286740): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.683503799 +0000 UTC m=+31.100640246 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140286740): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12114039d030 item 76 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140286d80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140286d80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140286d80): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140286d80): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140286d80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140286d80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140286d80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.684800245 +0000 UTC m=+31.101936682 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140286d80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140287280): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140287280): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140287280): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12114039d5e0 item 77 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140287280): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140287280): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.685253706 +0000 UTC m=+31.102390144 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140287280): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140287980): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140287980): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140287980): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140287980): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140287980): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.685253706 +0000 UTC m=+31.102390144 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140287980): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12114039d7a0 item 77 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b80c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b80c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b80c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b80c0): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b80c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b80c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b80c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.686597651 +0000 UTC m=+31.103734088 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b80c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b85c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b85c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b85c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12114039de30 item 78 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b85c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b85c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.687152563 +0000 UTC m=+31.104289011 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b85c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b8cc0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b8cc0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b8cc0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b8cc0): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b8cc0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.687152563 +0000 UTC m=+31.104289011 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b8cc0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140066150 item 78 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b9300): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b9300): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b9300): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b9300): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b9300): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b9300): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b9300): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.688879298 +0000 UTC m=+31.106015805 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b9300): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b9800): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b9800): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b9800): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140066540 item 79 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b9800): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b9800): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.68940238 +0000 UTC m=+31.106538867 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402b9800): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e8000): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e8000): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e8000): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e8000): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e8000): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.68940238 +0000 UTC m=+31.106538867 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e8000): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140066930 item 79 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e8640): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e8640): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e8640): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e8640): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e8640): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e8640): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e8640): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.690898181 +0000 UTC m=+31.108034657 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e8640): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e8b40): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e8b40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e8b40): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140067030 item 80 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e8b40): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e8b40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.691400194 +0000 UTC m=+31.108536641 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e8b40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e9240): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e9240): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e9240): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e9240): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e9240): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.691400194 +0000 UTC m=+31.108536641 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e9240): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140067730 item 80 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e9880): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e9880): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e9880): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e9880): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e9880): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.692841121 +0000 UTC m=+31.109977558 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e9880): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e9d00): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e9d00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e9d00): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e9d00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e9d00): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e9d00): _writeAt: size=3, off=7 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140067dc0 item 81 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e9d00): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e9d00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.693406963 +0000 UTC m=+31.110543401 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211402e9d00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140316340): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140316340): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140316340): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140316340): >_readAt: n=8, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140316340): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.693406963 +0000 UTC m=+31.110543401 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140316340): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdac460 item 81 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403169c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403169c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403169c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403169c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403169c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.694797746 +0000 UTC m=+31.111934183 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403169c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140316ec0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140316ec0): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140316ec0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdacbd0 item 82 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140316ec0): _readAt: size=2, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140316ec0): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140316ec0): _writeAt: size=3, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140316ec0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140316ec0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.695392974 +0000 UTC m=+31.112529411 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140316ec0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317440): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317440): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317440): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317440): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317440): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.695392974 +0000 UTC m=+31.112529411 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317440): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdacf50 item 82 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317ac0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317ac0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317ac0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317ac0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317ac0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.696991047 +0000 UTC m=+31.114127514 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140317ac0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033e0c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033e0c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033e0c0): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033e0c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033e0c0): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033e0c0): _writeAt: size=3, off=7 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdad6c0 item 83 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033e0c0): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033e0c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.697571698 +0000 UTC m=+31.114708135 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033e0c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033e600): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033e600): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033e600): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033e600): >_readAt: n=8, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033e600): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.697571698 +0000 UTC m=+31.114708135 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033e600): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fdad9d0 item 83 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033ec80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033ec80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033ec80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033ec80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033ec80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.699068871 +0000 UTC m=+31.116205308 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033ec80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033f180): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033f180): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033f180): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fea0230 item 84 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033f180): _readAt: size=2, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033f180): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033f180): _writeAt: size=3, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033f180): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033f180): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.699757133 +0000 UTC m=+31.116893611 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033f180): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033f700): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033f700): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033f700): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033f700): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033f700): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.699757133 +0000 UTC m=+31.116893611 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033f700): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fea0cb0 item 84 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033fd80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033fd80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033fd80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033fd80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033fd80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.701269675 +0000 UTC m=+31.118406113 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114033fd80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035a380): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035a380): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035a380): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035a380): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035a380): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035a380): _writeAt: size=3, off=7 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fea1880 item 85 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035a380): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035a380): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.701835889 +0000 UTC m=+31.118972337 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035a380): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035a8c0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035a8c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035a8c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035a8c0): >_readAt: n=8, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035a8c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.701835889 +0000 UTC m=+31.118972337 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035a8c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fea1a40 item 85 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035af40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035af40): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035af40): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035af40): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035af40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.703198278 +0000 UTC m=+31.120334715 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035af40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035b440): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035b440): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035b440): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403ba070 item 86 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035b440): _readAt: size=2, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035b440): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035b440): _writeAt: size=3, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035b440): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035b440): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.70378456 +0000 UTC m=+31.120921057 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035b440): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035b9c0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035b9c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035b9c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035b9c0): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035b9c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.70378456 +0000 UTC m=+31.120921057 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x12114035b9c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403ba230 item 86 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140394140): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140394140): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140394140): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140394140): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140394140): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.704882052 +0000 UTC m=+31.122018488 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140394140): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140394640): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140394640): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140394640): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140394640): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140394640): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140394640): _writeAt: size=3, off=7 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403ba5b0 item 87 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140394640): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140394640): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.705335504 +0000 UTC m=+31.122471951 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140394640): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140394b80): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140394b80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140394b80): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140394b80): >_readAt: n=8, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140394b80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.705335504 +0000 UTC m=+31.122471951 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140394b80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403ba7e0 item 87 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140395200): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140395200): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140395200): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140395200): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140395200): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.707127099 +0000 UTC m=+31.124263576 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140395200): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140395700): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140395700): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140395700): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403bac40 item 88 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140395700): _readAt: size=2, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140395700): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140395700): _writeAt: size=3, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140395700): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140395700): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.707736735 +0000 UTC m=+31.124873171 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140395700): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140395c80): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140395c80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140395c80): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140395c80): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140395c80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.707736735 +0000 UTC m=+31.124873171 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140395c80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403bae70 item 88 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403ca3c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403ca3c0): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403ca3c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403ca3c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403ca3c0): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403ca3c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403ca3c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403ca3c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.709280905 +0000 UTC m=+31.126417403 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403ca3c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403ca900): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403ca900): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403ca900): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403bb2d0 item 89 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403ca900): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403ca900): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.709743876 +0000 UTC m=+31.126880333 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403ca900): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403cae40): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403cae40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403cae40): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403cae40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403cae40): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403cae40): _writeAt: size=3, off=7 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403bb5e0 item 89 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403cae40): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403cae40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.710327982 +0000 UTC m=+31.127464429 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403cae40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403cb3c0): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403cb3c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403cb3c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403cb3c0): >_readAt: n=8, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403cb3c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.710327982 +0000 UTC m=+31.127464429 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403cb3c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403bb960 item 89 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403cba00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403cba00): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403cba00): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403cba00): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403cba00): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403cba00): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403cba00): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403cba00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.711803174 +0000 UTC m=+31.128939611 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403cba00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8040): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8040): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8040): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211403bbe30 item 90 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8040): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8040): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.712318312 +0000 UTC m=+31.129454769 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8040): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8580): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8580): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8580): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fe0a3f0 item 90 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8580): _readAt: size=2, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8580): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8580): _writeAt: size=3, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8580): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8580): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.712843538 +0000 UTC m=+31.129979975 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8580): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8b40): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8b40): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8b40): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8b40): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8b40): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.712843538 +0000 UTC m=+31.129979975 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f8b40): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fe0a690 item 90 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9180): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9180): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9180): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9180): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9180): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9180): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9180): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9180): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.71419654 +0000 UTC m=+31.131332978 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9180): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f96c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f96c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f96c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fe0b9d0 item 91 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f96c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f96c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.714673456 +0000 UTC m=+31.131809893 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f96c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9c00): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9c00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9c00): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9c00): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9c00): >_readAt: n=2, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9c00): _writeAt: size=3, off=7 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fe0bce0 item 91 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9c00): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9c00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.715244629 +0000 UTC m=+31.132381066 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211403f9c00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140416280): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140416280): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140416280): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140416280): >_readAt: n=8, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140416280): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.715244629 +0000 UTC m=+31.132381066 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140416280): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211401720e0 item 91 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404168c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404168c0): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404168c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404168c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404168c0): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404168c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404168c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404168c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.716635252 +0000 UTC m=+31.133771688 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404168c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140416e00): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140416e00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140416e00): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140172540 item 92 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140416e00): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140416e00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.717125553 +0000 UTC m=+31.134261990 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140416e00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140417340): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140417340): open at offset 5 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140417340): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140172700 item 92 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140417340): _readAt: size=2, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140417340): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140417340): _writeAt: size=3, off=5 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140417340): >_writeAt: n=3, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140417340): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.717610383 +0000 UTC m=+31.134746820 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140417340): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140417900): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140417900): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140417900): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140417900): >_readAt: n=3, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140417900): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.717610383 +0000 UTC m=+31.134746820 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140417900): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211401729a0 item 92 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140444040): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140444040): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140444040): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140444040): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140444040): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140444040): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140444040): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140444040): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.718830626 +0000 UTC m=+31.135967063 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140444040): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140444580): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140444580): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140444580): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211401730a0 item 93 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140444580): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140444580): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.719331527 +0000 UTC m=+31.136468015 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140444580): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140444c80): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140444c80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140444c80): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140444c80): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140444c80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.719331527 +0000 UTC m=+31.136468015 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140444c80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140173260 item 93 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404452c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404452c0): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404452c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404452c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404452c0): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404452c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404452c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404452c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.720782703 +0000 UTC m=+31.137919140 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404452c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140445800): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140445800): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140445800): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x1211401739d0 item 94 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140445800): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140445800): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.721208123 +0000 UTC m=+31.138344610 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x121140445800): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404aa000): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404aa000): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404aa000): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404aa000): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404aa000): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.721208123 +0000 UTC m=+31.138344610 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404aa000): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x121140173dc0 item 94 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404aa640): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404aa640): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404aa640): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404aa640): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404aa640): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404aa640): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404aa640): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404aa640): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.722502034 +0000 UTC m=+31.139638470 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404aa640): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404aab80): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404aab80): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404aab80): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fd86460 item 95 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404aab80): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404aab80): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.722983147 +0000 UTC m=+31.140119584 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404aab80): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ab280): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ab280): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ab280): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ab280): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ab280): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.722983147 +0000 UTC m=+31.140119584 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ab280): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fd86620 item 95 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ab8c0): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ab8c0): open at offset 0 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ab8c0): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ab8c0): _readAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ab8c0): >_readAt: n=0, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ab8c0): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ab8c0): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ab8c0): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.724361127 +0000 UTC m=+31.141497614 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404ab8c0): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404abe00): _writeAt: size=5, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404abe00): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404abe00): >openPending: err= 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fd878f0 item 96 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404abe00): >_writeAt: n=5, err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404abe00): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.724877045 +0000 UTC m=+31.142013482 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404abe00): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/30 05:42:18 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:18 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/30 05:42:18 DEBUG : open-test-file: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404c8600): _readAt: size=512, off=0 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404c8600): openPending: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404c8600): >openPending: err= 2026/06/30 05:42:18 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404c8600): >_readAt: n=5, err=EOF 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404c8600): close: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-30 05:42:18.724877045 +0000 UTC m=+31.142013482 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : open-test-file(0x1211404c8600): >close: err= 2026/06/30 05:42:18 DEBUG : open-test-file: Remove: 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x12113fd87dc0 item 96 2026/06/30 05:42:18 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/30 05:42:18 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/30 05:42:18 DEBUG : open-test-file: >Remove: err= 2026/06/30 05:42:18 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:18 DEBUG : Looking for writers 2026/06/30 05:42:18 DEBUG : >WaitForWriters: 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.39s) --- PASS: TestRWFileHandleOpenTests/writes (0.20s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full (0.19s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.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-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:18 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:18 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:18 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:42:18 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:18 DEBUG : file1: newRWFileHandle: 2026/06/30 05:42:18 DEBUG : file1(0x121140512080): openPending: 2026/06/30 05:42:18 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:18 DEBUG : file1(0x121140512080): >openPending: err= 2026/06/30 05:42:18 DEBUG : file1: >newRWFileHandle: err= 2026/06/30 05:42:18 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:18 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/30 05:42:18 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/30 05:42:18 DEBUG : file1(0x121140512080): _writeAt: size=2, off=0 2026/06/30 05:42:18 DEBUG : file1(0x121140512080): >_writeAt: n=2, err= 2026/06/30 05:42:18 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/06/30 05:42:18 DEBUG : file1(0x121140512080): RWFileHandle.Flush 2026/06/30 05:42:18 DEBUG : file1(0x121140512080): RWFileHandle.Release 2026/06/30 05:42:18 DEBUG : file1(0x121140512080): close: 2026/06/30 05:42:18 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/06/30 05:42:18 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:18 DEBUG : file1(0x121140512080): >close: err= 2026/06/30 05:42:18 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:18 DEBUG : Looking for writers 2026/06/30 05:42:18 DEBUG : file1: reading active writers 2026/06/30 05:42:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/30 05:42:18 DEBUG : Looking for writers 2026/06/30 05:42:18 DEBUG : file1: reading active writers 2026/06/30 05:42:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/30 05:42:18 DEBUG : Looking for writers 2026/06/30 05:42:18 DEBUG : file1: reading active writers 2026/06/30 05:42:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/30 05:42:18 DEBUG : Looking for writers 2026/06/30 05:42:18 DEBUG : file1: reading active writers 2026/06/30 05:42:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/30 05:42:18 DEBUG : file1: vfs cache: starting upload 2026/06/30 05:42:18 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1.a0a9169e.partial" 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1.a0a9169e.partial 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1.a0a9169e.partial" 2026/06/30 05:42:18 DEBUG : Looking for writers 2026/06/30 05:42:18 DEBUG : file1: reading active writers 2026/06/30 05:42:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-qegopog8heha/file1.a0a9169e.partial 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:18 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/30 05:42:18 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/06/30 05:42:18 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/06/30 05:42:18 INFO : file1: Copied (new) 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:18 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:18 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-qegopog8heha/dir/file1: no such file or directory 2026/06/30 05:42:18 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-qegopog8heha/dir/file1: no such file or directory 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-qegopog8heha/file1 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:19 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/30 05:42:19 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/06/30 05:42:19 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/30 05:42:19 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/06/30 05:42:19 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:19 INFO : file1: vfs cache: upload succeeded try #1 2026/06/30 05:42:19 DEBUG : Looking for writers 2026/06/30 05:42:19 DEBUG : file1: reading active writers 2026/06/30 05:42:19 DEBUG : >WaitForWriters: 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-qegopog8heha/file1 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:19 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-qegopog8heha/file1 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:19 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/06/30 05:42:19 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:19 DEBUG : Looking for writers 2026/06/30 05:42:19 DEBUG : file1: reading active writers 2026/06/30 05:42:19 DEBUG : >WaitForWriters: 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.52s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:19 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:19 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:19 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:42:19 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:19 DEBUG : rename_me: newRWFileHandle: 2026/06/30 05:42:19 DEBUG : rename_me(0x1211404c8200): openPending: 2026/06/30 05:42:19 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/30 05:42:19 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/06/30 05:42:19 DEBUG : rename_me(0x1211404c8200): >openPending: err= 2026/06/30 05:42:19 DEBUG : rename_me: >newRWFileHandle: err= 2026/06/30 05:42:19 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/06/30 05:42:19 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/06/30 05:42:19 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/06/30 05:42:19 DEBUG : rename_me(0x1211404c8200): _writeAt: size=5, off=0 2026/06/30 05:42:19 DEBUG : rename_me(0x1211404c8200): >_writeAt: n=5, err= 2026/06/30 05:42:19 DEBUG : rename_me(0x1211404c8200): close: 2026/06/30 05:42:19 DEBUG : rename_me: vfs cache: setting modification time to 2026-06-30 05:42:19.248323624 +0000 UTC m=+31.665460071 2026/06/30 05:42:19 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/06/30 05:42:19 DEBUG : rename_me(0x1211404c8200): >close: err= 2026/06/30 05:42:19 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/06/30 05:42:19 DEBUG : i_was_renamed: Updating file with 0x1211401e2750 2026/06/30 05:42:19 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/06/30 05:42:19 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/06/30 05:42:19 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:19 DEBUG : Looking for writers 2026/06/30 05:42:19 DEBUG : i_was_renamed: reading active writers 2026/06/30 05:42:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/30 05:42:19 DEBUG : Looking for writers 2026/06/30 05:42:19 DEBUG : i_was_renamed: reading active writers 2026/06/30 05:42:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/30 05:42:19 DEBUG : Looking for writers 2026/06/30 05:42:19 DEBUG : i_was_renamed: reading active writers 2026/06/30 05:42:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/30 05:42:19 DEBUG : Looking for writers 2026/06/30 05:42:19 DEBUG : i_was_renamed: reading active writers 2026/06/30 05:42:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/30 05:42:19 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-qegopog8heha/dir/file1: no such file or directory 2026/06/30 05:42:19 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-qegopog8heha/dir/file1: no such file or directory 2026/06/30 05:42:19 DEBUG : i_was_renamed: vfs cache: starting upload 2026/06/30 05:42:19 DEBUG : i_was_renamed.44d0a951.partial: size = 5 OK 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/i_was_renamed.44d0a951.partial" 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/i_was_renamed.44d0a951.partial 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/i_was_renamed.44d0a951.partial" 2026/06/30 05:42:19 DEBUG : Looking for writers 2026/06/30 05:42:19 DEBUG : i_was_renamed: reading active writers 2026/06/30 05:42:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qegopog8heha/i_was_renamed.44d0a951.partial 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:19 DEBUG : i_was_renamed.44d0a951.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/30 05:42:19 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/30 05:42:19 DEBUG : i_was_renamed.44d0a951.partial: renamed to: i_was_renamed 2026/06/30 05:42:19 INFO : i_was_renamed: Copied (new) 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/i_was_renamed" 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/i_was_renamed 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/i_was_renamed" 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qegopog8heha/i_was_renamed 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:19 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/30 05:42:19 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-06-30 05:42:19 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/30 05:42:19 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/06/30 05:42:19 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/06/30 05:42:19 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/06/30 05:42:19 DEBUG : Looking for writers 2026/06/30 05:42:19 DEBUG : i_was_renamed: reading active writers 2026/06/30 05:42:19 DEBUG : >WaitForWriters: 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:19 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:19 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:19 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/30 05:42:19 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-qegopog8heha" 2026/06/30 05:42:19 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:19 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:19 DEBUG : forgetting directory cache 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:19 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/06/30 05:42:19 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:19 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/30 05:42:19 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/30 05:42:19 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/30 05:42:19 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/30 05:42:19 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/30 05:42:19 DEBUG : TestRWCacheUpdate(0x12113ff8a280): _readAt: size=512, off=0 2026/06/30 05:42:19 DEBUG : TestRWCacheUpdate(0x12113ff8a280): openPending: 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:19 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-30 04:43:19 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/30 05:42:20 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate(0x12113ff8a280): >openPending: err= 2026/06/30 05:42:20 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate(0x12113ff8a280): >_readAt: n=20, err=EOF 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate(0x12113ff8a280): close: 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-30 04:43:19 +0000 UTC 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate(0x12113ff8a280): >close: err= 2026/06/30 05:42:20 DEBUG : Re-reading directory (101.841304ms old) 2026/06/30 05:42:20 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:20 DEBUG : forgetting directory cache 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate(0x12113ff8b1c0): _readAt: size=512, off=0 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate(0x12113ff8b1c0): openPending: 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-30 04:44:19 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-06-30 04:43:19 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-30 04:44:19 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-06-30 04:43:19 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/06/30 05:42:20 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/30 05:42:20 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate(0x12113ff8b1c0): >openPending: err= 2026/06/30 05:42:20 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate(0x12113ff8b1c0): >_readAt: n=20, err=EOF 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate(0x12113ff8b1c0): close: 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-30 04:44:19 +0000 UTC 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate(0x12113ff8b1c0): >close: err= 2026/06/30 05:42:20 DEBUG : Re-reading directory (100.351817ms old) 2026/06/30 05:42:20 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:20 DEBUG : forgetting directory cache 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate(0x1211404c8d00): _readAt: size=512, off=0 2026/06/30 05:42:20 DEBUG : TestRWCacheUpdate(0x1211404c8d00): openPending: 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:20 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-30 04:45:19 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-06-30 04:44:19 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-30 04:45:19 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-06-30 04:44:19 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/06/30 05:42:21 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/30 05:42:21 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate(0x1211404c8d00): >openPending: err= 2026/06/30 05:42:21 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate(0x1211404c8d00): >_readAt: n=20, err=EOF 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate(0x1211404c8d00): close: 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-30 04:45:19 +0000 UTC 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate(0x1211404c8d00): >close: err= 2026/06/30 05:42:21 DEBUG : Re-reading directory (102.857594ms old) 2026/06/30 05:42:21 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:21 DEBUG : forgetting directory cache 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate(0x12114019b880): _readAt: size=512, off=0 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate(0x12114019b880): openPending: 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-30 04:46:19 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-06-30 04:45:19 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-30 04:46:19 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-06-30 04:45:19 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/06/30 05:42:21 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/30 05:42:21 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate(0x12114019b880): >openPending: err= 2026/06/30 05:42:21 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate(0x12114019b880): >_readAt: n=20, err=EOF 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate(0x12114019b880): close: 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-30 04:46:19 +0000 UTC 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate(0x12114019b880): >close: err= 2026/06/30 05:42:21 DEBUG : Re-reading directory (101.446535ms old) 2026/06/30 05:42:21 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/06/30 05:42:21 DEBUG : forgetting directory cache 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate(0x1211400a2300): _readAt: size=512, off=0 2026/06/30 05:42:21 DEBUG : TestRWCacheUpdate(0x1211400a2300): openPending: 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:21 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-30 04:47:19 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-06-30 04:46:19 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-30 04:47:19 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-06-30 04:46:19 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/06/30 05:42:22 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/30 05:42:22 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate(0x1211400a2300): >openPending: err= 2026/06/30 05:42:22 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate(0x1211400a2300): >_readAt: n=20, err=EOF 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate(0x1211400a2300): close: 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-30 04:47:19 +0000 UTC 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate(0x1211400a2300): >close: err= 2026/06/30 05:42:22 DEBUG : Re-reading directory (102.735925ms old) 2026/06/30 05:42:22 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:22 DEBUG : forgetting directory cache 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate(0x121140100080): _readAt: size=512, off=0 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate(0x121140100080): openPending: 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-30 04:48:19 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-06-30 04:47:19 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-30 04:48:19 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-06-30 04:47:19 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/06/30 05:42:22 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/30 05:42:22 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate(0x121140100080): >openPending: err= 2026/06/30 05:42:22 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate(0x121140100080): >_readAt: n=20, err=EOF 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate(0x121140100080): close: 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-30 04:48:19 +0000 UTC 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate(0x121140100080): >close: err= 2026/06/30 05:42:22 DEBUG : Re-reading directory (102.004241ms old) 2026/06/30 05:42:22 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:22 DEBUG : forgetting directory cache 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:22 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:22 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate(0x121140304640): _readAt: size=512, off=0 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate(0x121140304640): openPending: 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-06-30 04:49:19 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-06-30 04:48:19 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-06-30 04:49:19 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-06-30 04:48:19 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/06/30 05:42:23 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/06/30 05:42:23 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate(0x121140304640): >openPending: err= 2026/06/30 05:42:23 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate(0x121140304640): >_readAt: n=21, err=EOF 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate(0x121140304640): close: 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-30 04:49:19 +0000 UTC 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate(0x121140304640): >close: err= 2026/06/30 05:42:23 DEBUG : Re-reading directory (101.420294ms old) 2026/06/30 05:42:23 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:23 DEBUG : forgetting directory cache 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate(0x121140100880): _readAt: size=512, off=0 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate(0x121140100880): openPending: 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-06-30 04:50:19 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-06-30 04:49:19 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-06-30 04:50:19 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-06-30 04:49:19 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/06/30 05:42:23 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/06/30 05:42:23 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate(0x121140100880): >openPending: err= 2026/06/30 05:42:23 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate(0x121140100880): >_readAt: n=22, err=EOF 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate(0x121140100880): close: 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-30 04:50:19 +0000 UTC 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate(0x121140100880): >close: err= 2026/06/30 05:42:23 DEBUG : Re-reading directory (100.106396ms old) 2026/06/30 05:42:23 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:23 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:23 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/06/30 05:42:23 DEBUG : forgetting directory cache 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate(0x1211403a6400): _readAt: size=512, off=0 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate(0x1211403a6400): openPending: 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-06-30 04:51:19 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-06-30 04:50:19 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-06-30 04:51:19 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-06-30 04:50:19 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/06/30 05:42:24 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/06/30 05:42:24 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate(0x1211403a6400): >openPending: err= 2026/06/30 05:42:24 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate(0x1211403a6400): >_readAt: n=23, err=EOF 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate(0x1211403a6400): close: 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-30 04:51:19 +0000 UTC 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate(0x1211403a6400): >close: err= 2026/06/30 05:42:24 DEBUG : Re-reading directory (100.992821ms old) 2026/06/30 05:42:24 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/06/30 05:42:24 DEBUG : forgetting directory cache 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate(0x121140305400): _readAt: size=512, off=0 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate(0x121140305400): openPending: 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/TestRWCacheUpdate" 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-qegopog8heha/TestRWCacheUpdate 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-06-30 04:52:19 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-06-30 04:51:19 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-06-30 04:52:19 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-06-30 04:51:19 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/06/30 05:42:24 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/06/30 05:42:24 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate(0x121140305400): >openPending: err= 2026/06/30 05:42:24 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate(0x121140305400): >_readAt: n=24, err=EOF 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate(0x121140305400): close: 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-30 04:52:19 +0000 UTC 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate(0x121140305400): >close: err= 2026/06/30 05:42:24 DEBUG : Re-reading directory (100.464869ms old) 2026/06/30 05:42:24 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/30 05:42:24 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:24 DEBUG : Looking for writers 2026/06/30 05:42:24 DEBUG : TestRWCacheUpdate: reading active writers 2026/06/30 05:42:24 DEBUG : >WaitForWriters: 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.07s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/FiLeA" 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/FiLeA 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/FiLeA" 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-qegopog8heha/FiLeA 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:24 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/FiLeA" 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/FiLeA 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/FiLeA" 2026/06/30 05:42:24 DEBUG : forgetting directory cache 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-qegopog8heha/FiLeA 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:24 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/FiLeB" 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/FiLeB 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/FiLeB" 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-qegopog8heha/FiLeB 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:24 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/FiLeB" 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/FiLeB 2026/06/30 05:42:24 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/FiLeB" 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-qegopog8heha/FiLeB 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:25 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/06/30 05:42:25 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:25 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:25 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:25 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/30 05:42:25 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/30 05:42:25 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/30 05:42:25 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:25 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/FiLeA" 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/FiLeA 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/FiLeA" 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-qegopog8heha/FiLeA 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:25 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/30 05:42:25 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:25 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/30 05:42:25 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/30 05:42:25 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/30 05:42:25 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:25 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/FiLeA" 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/FiLeA 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/FiLeA" 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-qegopog8heha/FiLeA 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:25 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/30 05:42:25 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:25 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/30 05:42:25 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/30 05:42:25 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/30 05:42:25 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:25 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:25 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:25 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/06/30 05:42:25 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/06/30 05:42:25 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/06/30 05:42:25 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:25 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/FiLeB" 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/FiLeB 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/FiLeB" 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-qegopog8heha/FiLeB 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:25 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/30 05:42:25 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:25 DEBUG : FilEb: Open: flags=O_RDONLY 2026/06/30 05:42:25 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/06/30 05:42:25 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/06/30 05:42:25 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:25 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/FilEb" 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/FilEb 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/FilEb" 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-qegopog8heha/FilEb 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:25 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/FiLeA" 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/FiLeA 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/FiLeA" 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-qegopog8heha/FiLeA 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:25 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/FiLeA" 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/FiLeA 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/FiLeA" 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-qegopog8heha/FiLeA 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:25 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/FiLeB" 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/FiLeB 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/FiLeB" 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-qegopog8heha/FiLeB 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:25 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/FiLeB" 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/FiLeB 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/FiLeB" 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-qegopog8heha/FiLeB 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:25 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/FilEb" 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/FilEb 2026/06/30 05:42:25 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/FilEb" 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-qegopog8heha/FilEb 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:26 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/FilEb" 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/FilEb 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/FilEb" 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-qegopog8heha/FilEb 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:26 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/06/30 05:42:26 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:26 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/30 05:42:26 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/30 05:42:26 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/30 05:42:26 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:26 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:26 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:26 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/30 05:42:26 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/30 05:42:26 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/06/30 05:42:26 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:26 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:26 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:26 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/30 05:42:26 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/30 05:42:26 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/06/30 05:42:26 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:26 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:26 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:26 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/30 05:42:26 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/30 05:42:26 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/06/30 05:42:26 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:26 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:26 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:26 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/06/30 05:42:26 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/06/30 05:42:26 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/06/30 05:42:26 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:26 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/FiLeB" 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/FiLeB 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/FiLeB" 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-qegopog8heha/FiLeB 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:26 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/30 05:42:26 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:26 DEBUG : FilEb: Open: flags=O_RDONLY 2026/06/30 05:42:26 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/06/30 05:42:26 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/06/30 05:42:26 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:26 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/FilEb" 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/FilEb 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/FilEb" 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-qegopog8heha/FilEb 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:26 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/06/30 05:42:26 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:26 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/06/30 05:42:26 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/06/30 05:42:26 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:26 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/06/30 05:42:26 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/06/30 05:42:26 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:26 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/30 05:42:26 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/30 05:42:26 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/30 05:42:26 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:26 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:26 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:26 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:26 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:26 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:26 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:26 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:26 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:26 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/06/30 05:42:26 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/06/30 05:42:26 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/06/30 05:42:26 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:26 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:26 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:26 DEBUG : FilEb: Open: flags=O_RDONLY 2026/06/30 05:42:26 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/06/30 05:42:26 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/06/30 05:42:26 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:26 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:26 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:26 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:26 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:26 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:26 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:26 DEBUG : Looking for writers 2026/06/30 05:42:26 DEBUG : FiLeB: reading active writers 2026/06/30 05:42:26 DEBUG : FilEb: reading active writers 2026/06/30 05:42:26 DEBUG : FiLeA: reading active writers 2026/06/30 05:42:26 DEBUG : >WaitForWriters: 2026/06/30 05:42:26 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:26 DEBUG : Looking for writers 2026/06/30 05:42:26 DEBUG : FiLeA: reading active writers 2026/06/30 05:42:26 DEBUG : FiLeB: reading active writers 2026/06/30 05:42:26 DEBUG : FilEb: reading active writers 2026/06/30 05:42:26 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.71s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/normal name with no special characters.txt" 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/normal\ name\ with\ no\ special\ characters.txt 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/normal\ name\ with\ no\ special\ characters.txt" 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-qegopog8heha/normal name with no special characters.txt 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:26 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/normal name with no special characters.txt" 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/normal\ name\ with\ no\ special\ characters.txt 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/normal\ name\ with\ no\ special\ characters.txt" 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-qegopog8heha/normal name with no special characters.txt 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:26 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/測試_Русский___ě_áñ" 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/測試_Русский___ě_áñ 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/測試_Русский___ě_áñ" 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-qegopog8heha/測試_Русский___ě_áñ 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:26 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/測試_Русский___ě_áñ" 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/測試_Русский___ě_áñ 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/測試_Русский___ě_áñ" 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-qegopog8heha/測試_Русский___ě_áñ 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:26 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/06/30 05:42:26 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:26 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:26 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/06/30 05:42:26 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/06/30 05:42:26 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/06/30 05:42:26 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:26 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/normal name with no special characters.txt" 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/normal\ name\ with\ no\ special\ characters.txt 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/normal\ name\ with\ no\ special\ characters.txt" 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-qegopog8heha/normal name with no special characters.txt 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:26 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/30 05:42:26 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:26 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/06/30 05:42:26 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/06/30 05:42:26 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/06/30 05:42:26 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:26 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/測試_Русский___ě_áñ" 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/測試_Русский___ě_áñ 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/測試_Русский___ě_áñ" 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-qegopog8heha/測試_Русский___ě_áñ 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:26 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/30 05:42:26 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:26 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/06/30 05:42:26 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/06/30 05:42:26 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/06/30 05:42:26 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:26 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:26 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:26 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:26 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:26 DEBUG : Looking for writers 2026/06/30 05:42:26 DEBUG : normal name with no special characters.txt: reading active writers 2026/06/30 05:42:26 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/06/30 05:42:26 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.64s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:26 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Reusing VFS from active cache 2026/06/30 05:42:26 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:26 DEBUG : Looking for writers 2026/06/30 05:42:26 DEBUG : >WaitForWriters: 2026/06/30 05:42:26 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:26 DEBUG : Looking for writers 2026/06/30 05:42:26 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:26 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:26 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:26 DEBUG : Looking for writers 2026/06/30 05:42:26 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:26 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:26 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:26 DEBUG : Looking for writers 2026/06/30 05:42:26 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:26 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:26 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/file1 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:27 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/file1 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:27 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file2" 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file2 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file2" 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-qegopog8heha/dir/file2 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:27 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file2" 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file2 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file2" 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-qegopog8heha/dir/file2 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:27 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/30 05:42:27 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:27 DEBUG : dir: Looking for writers 2026/06/30 05:42:27 DEBUG : file2: reading active writers 2026/06/30 05:42:27 DEBUG : Looking for writers 2026/06/30 05:42:27 DEBUG : dir: reading active writers 2026/06/30 05:42:27 DEBUG : file1: reading active writers 2026/06/30 05:42:27 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.44s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:27 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/file1 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:27 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/file1 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:27 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file2" 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file2 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file2" 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-qegopog8heha/dir/file2 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:27 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file2" 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file2 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file2" 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-qegopog8heha/dir/file2 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:27 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/30 05:42:27 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:27 DEBUG : dir: Looking for writers 2026/06/30 05:42:27 DEBUG : Looking for writers 2026/06/30 05:42:27 DEBUG : dir: reading active writers 2026/06/30 05:42:27 DEBUG : file1: reading active writers 2026/06/30 05:42:27 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.43s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:27 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-qegopog8heha/file1 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:27 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:27 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-qegopog8heha/file1 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:28 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file2" 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file2 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file2" 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-qegopog8heha/dir/file2 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:28 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file2" 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file2 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file2" 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-qegopog8heha/dir/file2 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:28 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/30 05:42:28 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:28 DEBUG : file1: Open: flags=O_RDONLY 2026/06/30 05:42:28 DEBUG : file1: >Open: fd=file1 (r), err= 2026/06/30 05:42:28 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/06/30 05:42:28 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:28 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/06/30 05:42:28 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/30 05:42:28 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:28 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:28 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:28 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/06/30 05:42:28 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/06/30 05:42:28 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/06/30 05:42:28 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: File to upload is small (0 bytes), uploading instead of streaming 2026/06/30 05:42:28 DEBUG : dir/new_file.txt: size = 0 OK 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/new_file.txt" 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/new_file.txt 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/new_file.txt" 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qegopog8heha/dir/new_file.txt 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:28 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/30 05:42:28 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/30 05:42:28 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/06/30 05:42:28 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/06/30 05:42:28 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:28 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/06/30 05:42:28 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:28 DEBUG : dir: Looking for writers 2026/06/30 05:42:28 DEBUG : file2: reading active writers 2026/06/30 05:42:28 DEBUG : new_file.txt: reading active writers 2026/06/30 05:42:28 DEBUG : Looking for writers 2026/06/30 05:42:28 DEBUG : file1: reading active writers 2026/06/30 05:42:28 DEBUG : dir: reading active writers 2026/06/30 05:42:28 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.53s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:28 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file2" 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file2 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file2" 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-qegopog8heha/dir/file2 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:28 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file2" 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file2 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file2" 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-qegopog8heha/dir/file2 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:28 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/30 05:42:28 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/06/30 05:42:28 DEBUG : dir/file1: Updating file with dir/file1 0x1211401efe10 2026/06/30 05:42:28 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/06/30 05:42:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:28 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/dir/file1" 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-qegopog8heha/dir/file1 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:28 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/30 05:42:28 INFO : dir/file1: Moved (server-side) to: file0 2026/06/30 05:42:28 DEBUG : file0: Updating file with file0 0x1211401efe10 2026/06/30 05:42:28 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/30 05:42:28 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file0" 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file0 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file0" 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-qegopog8heha/file0 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:28 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file0" 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/file0 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/file0" 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-qegopog8heha/file0 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:28 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/30 05:42:28 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:28 DEBUG : dir: Looking for writers 2026/06/30 05:42:28 DEBUG : Looking for writers 2026/06/30 05:42:28 DEBUG : dir: reading active writers 2026/06/30 05:42:28 DEBUG : file0: reading active writers 2026/06/30 05:42:28 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.61s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:28 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Server has VFS statistics extension 2026/06/30 05:42:28 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: About path "/rclone-test-qegopog8heha" 2026/06/30 05:42:28 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:28 DEBUG : Looking for writers 2026/06/30 05:42:28 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.00s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:28 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:28 DEBUG : Added virtual directory entry vAddDir: "/" 2026/06/30 05:42:28 DEBUG : Added virtual directory entry vAddDir: "a" 2026/06/30 05:42:28 DEBUG : Added virtual directory entry vAddDir: "b" 2026/06/30 05:42:29 DEBUG : Added virtual directory entry vAddDir: "c" 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/06/30 05:42:29 DEBUG : Added virtual directory entry vAddDir: "d" 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/06/30 05:42:29 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:29 DEBUG : Looking for writers 2026/06/30 05:42:29 DEBUG : a: Looking for writers 2026/06/30 05:42:29 DEBUG : b: Looking for writers 2026/06/30 05:42:29 DEBUG : c: Looking for writers 2026/06/30 05:42:29 DEBUG : d: Looking for writers 2026/06/30 05:42:29 DEBUG : Looking for writers 2026/06/30 05:42:29 DEBUG : b: reading active writers 2026/06/30 05:42:29 DEBUG : c: reading active writers 2026/06/30 05:42:29 DEBUG : d: reading active writers 2026/06/30 05:42:29 DEBUG : /: reading active writers 2026/06/30 05:42:29 DEBUG : a: reading active writers 2026/06/30 05:42:29 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.22s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:29 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:29 DEBUG : Added virtual directory entry vAddDir: "a" 2026/06/30 05:42:29 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/06/30 05:42:29 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/06/30 05:42:29 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/06/30 05:42:29 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:29 DEBUG : a/b/c/d: Looking for writers 2026/06/30 05:42:29 DEBUG : a/b/c: Looking for writers 2026/06/30 05:42:29 DEBUG : d: reading active writers 2026/06/30 05:42:29 DEBUG : a/b: Looking for writers 2026/06/30 05:42:29 DEBUG : c: reading active writers 2026/06/30 05:42:29 DEBUG : a: Looking for writers 2026/06/30 05:42:29 DEBUG : b: reading active writers 2026/06/30 05:42:29 DEBUG : Looking for writers 2026/06/30 05:42:29 DEBUG : a: reading active writers 2026/06/30 05:42:29 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-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:29 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:29 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:29 DEBUG : Looking for writers 2026/06/30 05:42:29 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-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:29 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:29 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:29 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:29 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/30 05:42:29 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/30 05:42:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:29 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/06/30 05:42:29 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/06/30 05:42:29 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: File to upload is small (5 bytes), uploading instead of streaming 2026/06/30 05:42:29 DEBUG : file1: size = 5 OK 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qegopog8heha/file1 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:29 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/30 05:42:29 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/30 05:42:29 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/30 05:42:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qegopog8heha/file1 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:29 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-qegopog8heha/file1 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:29 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/06/30 05:42:29 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:29 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:29 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/30 05:42:29 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/30 05:42:29 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:29 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:29 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/30 05:42:29 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/30 05:42:29 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/06/30 05:42:29 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/06/30 05:42:29 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/30 05:42:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:29 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/30 05:42:29 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/30 05:42:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: File to upload is small (0 bytes), uploading instead of streaming 2026/06/30 05:42:29 DEBUG : file1: size = 0 OK 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qegopog8heha/file1 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:29 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/30 05:42:29 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/30 05:42:29 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/30 05:42:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:29 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/06/30 05:42:29 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/30 05:42:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:29 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/30 05:42:29 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/30 05:42:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: File to upload is small (7 bytes), uploading instead of streaming 2026/06/30 05:42:29 DEBUG : file1: size = 7 OK 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-qegopog8heha/file1 2026/06/30 05:42:29 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:29 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/06/30 05:42:29 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/06/30 05:42:29 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/30 05:42:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:29 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:29 DEBUG : Looking for writers 2026/06/30 05:42:29 DEBUG : file1: reading active writers 2026/06/30 05:42:29 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.50s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:29 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:29 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:29 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:29 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/30 05:42:29 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/30 05:42:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:29 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/06/30 05:42:30 DEBUG : file1: aborting in-sequence write wait, off=100 2026/06/30 05:42:30 DEBUG : file1: failed to wait for in-sequence write to 100 2026/06/30 05:42:30 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/06/30 05:42:30 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: File to upload is small (11 bytes), uploading instead of streaming 2026/06/30 05:42:30 DEBUG : file1: size = 11 OK 2026/06/30 05:42:30 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:30 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:30 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:30 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:30 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:30 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qegopog8heha/file1 2026/06/30 05:42:30 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:30 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/30 05:42:30 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/06/30 05:42:30 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/30 05:42:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:30 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/06/30 05:42:30 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:30 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:30 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:30 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:30 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:30 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-qegopog8heha/file1 2026/06/30 05:42:30 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:30 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/30 05:42:30 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:30 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:30 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:30 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-qegopog8heha/file1 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:31 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/06/30 05:42:31 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:31 DEBUG : Looking for writers 2026/06/30 05:42:31 DEBUG : file1: reading active writers 2026/06/30 05:42:31 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.31s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:31 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:31 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:31 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:31 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/30 05:42:31 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/30 05:42:31 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/06/30 05:42:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: File to upload is small (5 bytes), uploading instead of streaming 2026/06/30 05:42:31 DEBUG : file1: size = 5 OK 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-qegopog8heha/file1 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:31 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/30 05:42:31 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/30 05:42:31 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/30 05:42:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:31 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/06/30 05:42:31 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:31 DEBUG : Looking for writers 2026/06/30 05:42:31 DEBUG : file1: reading active writers 2026/06/30 05:42:31 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.11s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:31 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:31 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:31 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:31 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/30 05:42:31 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/30 05:42:31 DEBUG : file1: WriteFileHandle.Release closing 2026/06/30 05:42:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: File to upload is small (0 bytes), uploading instead of streaming 2026/06/30 05:42:31 DEBUG : file1: size = 0 OK 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qegopog8heha/file1 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:31 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/30 05:42:31 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/30 05:42:31 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/30 05:42:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:31 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/06/30 05:42:31 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:31 DEBUG : Looking for writers 2026/06/30 05:42:31 DEBUG : file1: reading active writers 2026/06/30 05:42:31 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.10s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:31 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:31 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:31 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:31 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/30 05:42:31 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/30 05:42:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: File to upload is small (2 bytes), uploading instead of streaming 2026/06/30 05:42:31 DEBUG : file1: size = 2 OK 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-qegopog8heha/file1 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:31 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/30 05:42:31 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/06/30 05:42:31 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/30 05:42:31 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/06/30 05:42:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:31 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:31 DEBUG : Looking for writers 2026/06/30 05:42:31 DEBUG : file1: reading active writers 2026/06/30 05:42:31 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.11s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:31 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:31 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:31 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:31 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/30 05:42:31 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/30 05:42:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: File to upload is small (0 bytes), uploading instead of streaming 2026/06/30 05:42:31 DEBUG : file1: size = 0 OK 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-qegopog8heha/file1 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:31 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/30 05:42:31 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/30 05:42:31 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/30 05:42:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:31 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:31 DEBUG : file1: Open: flags=O_RDONLY 2026/06/30 05:42:31 DEBUG : file1: >Open: fd=file1 (r), err= 2026/06/30 05:42:31 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/06/30 05:42:31 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:31 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:31 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:31 DEBUG : Looking for writers 2026/06/30 05:42:31 DEBUG : file1: reading active writers 2026/06/30 05:42:31 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.11s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:31 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:31 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/30 05:42:31 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/30 05:42:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:31 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/30 05:42:31 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/30 05:42:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: File to upload is small (100 bytes), uploading instead of streaming 2026/06/30 05:42:31 DEBUG : file1: size = 100 OK 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/file1" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/file1 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/file1" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 11a650f2a704b8901e6f1b8ad14f4f50 /rclone-test-qegopog8heha/file1 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:31 DEBUG : file1: Parsed hash: 11a650f2a704b8901e6f1b8ad14f4f50 2026/06/30 05:42:31 DEBUG : file1: md5 = 11a650f2a704b8901e6f1b8ad14f4f50 OK 2026/06/30 05:42:31 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/30 05:42:31 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/30 05:42:31 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/30 05:42:31 DEBUG : file1: Open: flags=O_RDONLY 2026/06/30 05:42:31 DEBUG : file1: >Open: fd=file1 (r), err= 2026/06/30 05:42:31 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/06/30 05:42:31 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:31 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:31 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:31 DEBUG : Looking for writers 2026/06/30 05:42:31 DEBUG : file1: reading active writers 2026/06/30 05:42:31 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.11s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:31 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/flat/f000.txt" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/flat/f000.txt 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/flat/f000.txt" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-qegopog8heha/flat/f000.txt 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:31 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/flat/f000.txt" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/flat/f000.txt 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/flat/f000.txt" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-qegopog8heha/flat/f000.txt 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:31 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/flat/f001.txt" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/flat/f001.txt 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/flat/f001.txt" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-qegopog8heha/flat/f001.txt 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:31 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/flat/f001.txt" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/flat/f001.txt 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/flat/f001.txt" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-qegopog8heha/flat/f001.txt 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:31 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/flat/f002.txt" 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/flat/f002.txt 2026/06/30 05:42:31 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/flat/f002.txt" 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-qegopog8heha/flat/f002.txt 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:32 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/flat/f002.txt" 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/flat/f002.txt 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/flat/f002.txt" 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-qegopog8heha/flat/f002.txt 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:32 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/flat/f003.txt" 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/flat/f003.txt 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/flat/f003.txt" 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-qegopog8heha/flat/f003.txt 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:32 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/flat/f003.txt" 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/flat/f003.txt 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/flat/f003.txt" 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-qegopog8heha/flat/f003.txt 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:32 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/flat/f004.txt" 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/flat/f004.txt 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/flat/f004.txt" 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-qegopog8heha/flat/f004.txt 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:32 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/flat/f004.txt" 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: sha1sum /rclone-test-qegopog8heha/flat/f004.txt 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-qegopog8heha/flat/f004.txt" 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-qegopog8heha/flat/f004.txt 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:32 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/06/30 05:42:32 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/06/30 05:42:32 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/06/30 05:42:32 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:32 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/flat/f000.txt" 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/flat/f000.txt 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/flat/f000.txt" 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-qegopog8heha/flat/f000.txt 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:32 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/06/30 05:42:32 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/06/30 05:42:32 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/06/30 05:42:32 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:32 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/flat/f001.txt" 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/flat/f001.txt 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/flat/f001.txt" 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-qegopog8heha/flat/f001.txt 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:32 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/06/30 05:42:32 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/06/30 05:42:32 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/06/30 05:42:32 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:32 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/flat/f002.txt" 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/flat/f002.txt 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/flat/f002.txt" 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-qegopog8heha/flat/f002.txt 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:32 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/06/30 05:42:32 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/06/30 05:42:32 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/06/30 05:42:32 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:32 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/flat/f003.txt" 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/flat/f003.txt 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/flat/f003.txt" 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-qegopog8heha/flat/f003.txt 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:32 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/06/30 05:42:32 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/06/30 05:42:32 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/06/30 05:42:32 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:32 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/flat/f004.txt" 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/flat/f004.txt 2026/06/30 05:42:32 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/flat/f004.txt" 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-qegopog8heha/flat/f004.txt 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:33 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/06/30 05:42:33 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:33 DEBUG : flat: Looking for writers 2026/06/30 05:42:33 DEBUG : f000.txt: reading active writers 2026/06/30 05:42:33 DEBUG : f001.txt: reading active writers 2026/06/30 05:42:33 DEBUG : f002.txt: reading active writers 2026/06/30 05:42:33 DEBUG : f003.txt: reading active writers 2026/06/30 05:42:33 DEBUG : f004.txt: reading active writers 2026/06/30 05:42:33 DEBUG : Looking for writers 2026/06/30 05:42:33 DEBUG : flat: reading active writers 2026/06/30 05:42:33 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.51s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:33 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:33 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/06/30 05:42:33 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/06/30 05:42:33 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:33 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/a/b/c/deep.txt" 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/a/b/c/deep.txt 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/a/b/c/deep.txt" 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-qegopog8heha/a/b/c/deep.txt 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:33 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/06/30 05:42:33 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/06/30 05:42:33 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/06/30 05:42:33 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:33 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/a/b/mid.txt" 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/a/b/mid.txt 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/a/b/mid.txt" 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-qegopog8heha/a/b/mid.txt 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:33 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/06/30 05:42:33 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/06/30 05:42:33 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/06/30 05:42:33 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:33 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/a/top.txt" 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/a/top.txt 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/a/top.txt" 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-qegopog8heha/a/top.txt 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:33 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/06/30 05:42:33 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:33 DEBUG : a/b/c: Looking for writers 2026/06/30 05:42:33 DEBUG : deep.txt: reading active writers 2026/06/30 05:42:33 DEBUG : a/b: Looking for writers 2026/06/30 05:42:33 DEBUG : c: reading active writers 2026/06/30 05:42:33 DEBUG : mid.txt: reading active writers 2026/06/30 05:42:33 DEBUG : a: Looking for writers 2026/06/30 05:42:33 DEBUG : b: reading active writers 2026/06/30 05:42:33 DEBUG : top.txt: reading active writers 2026/06/30 05:42:33 DEBUG : Looking for writers 2026/06/30 05:42:33 DEBUG : a: reading active writers 2026/06/30 05:42:33 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.33s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:33 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:33 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/06/30 05:42:33 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/06/30 05:42:33 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:33 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:33 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:33 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:33 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:33 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:33 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:33 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:33 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:33 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:33 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:33 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:33 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:33 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/bigdir/big.bin" 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/bigdir/big.bin 2026/06/30 05:42:33 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/bigdir/big.bin" 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 897dfb614a41136351d7f2f786c01cac /rclone-test-qegopog8heha/bigdir/big.bin 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:34 DEBUG : bigdir/big.bin: Parsed hash: 897dfb614a41136351d7f2f786c01cac 2026/06/30 05:42:34 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:34 DEBUG : bigdir: Looking for writers 2026/06/30 05:42:34 DEBUG : big.bin: reading active writers 2026/06/30 05:42:34 DEBUG : Looking for writers 2026/06/30 05:42:34 DEBUG : bigdir: reading active writers 2026/06/30 05:42:34 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.73s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-qegopog8heha", Local "Local file system at /tmp/rclone117383259", Modify Window "1s" 2026/06/30 05:42:34 INFO : sftp://rclone@:22/rclone-test-qegopog8heha: poll-interval is not supported by this remote 2026/06/30 05:42:34 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/06/30 05:42:34 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/06/30 05:42:34 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:34 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir1/a.txt" 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir1/a.txt 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir1/a.txt" 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-qegopog8heha/dir1/a.txt 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:34 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/06/30 05:42:34 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/06/30 05:42:34 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/06/30 05:42:34 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:34 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir2/b.txt" 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir2/b.txt 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir2/b.txt" 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: 415290769594460e2e485922904f345d /rclone-test-qegopog8heha/dir2/b.txt 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:34 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/06/30 05:42:34 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/06/30 05:42:34 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/06/30 05:42:34 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/30 05:42:34 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Shell path "/rclone-test-qegopog8heha/dir3/c.txt" 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: creating additional session 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Running remote command: md5sum /rclone-test-qegopog8heha/dir3/c.txt 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-qegopog8heha/dir3/c.txt" 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: command exited OK 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-qegopog8heha/dir3/c.txt 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: ssh external: close 2026/06/30 05:42:34 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/06/30 05:42:34 DEBUG : WaitForWriters: timeout=30s 2026/06/30 05:42:34 DEBUG : dir2: Looking for writers 2026/06/30 05:42:34 DEBUG : b.txt: reading active writers 2026/06/30 05:42:34 DEBUG : dir3: Looking for writers 2026/06/30 05:42:34 DEBUG : c.txt: reading active writers 2026/06/30 05:42:34 DEBUG : dir1: Looking for writers 2026/06/30 05:42:34 DEBUG : a.txt: reading active writers 2026/06/30 05:42:34 DEBUG : Looking for writers 2026/06/30 05:42:34 DEBUG : dir1: reading active writers 2026/06/30 05:42:34 DEBUG : dir2: reading active writers 2026/06/30 05:42:34 DEBUG : dir3: reading active writers 2026/06/30 05:42:34 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.28s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/06/30 05:42:34 DEBUG : sftp://rclone@:22/rclone-test-qegopog8heha: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 46.856112857s (try 1/5)