"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/04/27 04:47:32 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-vixavog4pogi" 2026/04/27 04:47:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/27 04:47:32 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/04/27 04:47:32 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/04/27 04:47:32 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/04/27 04:47:32 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/04/27 04:47:32 NOTICE: TestSFTPRcloneSSH{aFBXt}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/04/27 04:47:32 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell type "unix" from config 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Relative path resolved to "/rclone-test-vixavog4pogi" 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Using root directory "/rclone-test-vixavog4pogi" 2026/04/27 04:47:33 DEBUG : Creating backend with remote "/tmp/rclone4239913945" === RUN TestDirHandleMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:33 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:33 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:33 DEBUG : dir: Looking for writers 2026/04/27 04:47:33 DEBUG : Looking for writers 2026/04/27 04:47:33 DEBUG : dir: reading active writers 2026/04/27 04:47:33 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.21s) === RUN TestDirHandleReaddir run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:33 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file2" 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file2 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file2" 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-vixavog4pogi/dir/file2 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:33 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file2" 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file2 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file2" 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-vixavog4pogi/dir/file2 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:33 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/subdir/file3" 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/subdir/file3 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/subdir/file3" 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-vixavog4pogi/dir/subdir/file3 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:33 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/subdir/file3" 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/subdir/file3 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/subdir/file3" 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-vixavog4pogi/dir/subdir/file3 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:33 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/04/27 04:47:33 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:33 DEBUG : dir/subdir: Looking for writers 2026/04/27 04:47:33 DEBUG : dir: Looking for writers 2026/04/27 04:47:33 DEBUG : file2: reading active writers 2026/04/27 04:47:33 DEBUG : subdir: reading active writers 2026/04/27 04:47:33 DEBUG : file1: reading active writers 2026/04/27 04:47:33 DEBUG : Looking for writers 2026/04/27 04:47:33 DEBUG : dir: reading active writers 2026/04/27 04:47:33 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.61s) === RUN TestDirHandleReaddirnames run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:33 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:33 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:34 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:34 DEBUG : dir: Looking for writers 2026/04/27 04:47:34 DEBUG : file1: reading active writers 2026/04/27 04:47:34 DEBUG : Looking for writers 2026/04/27 04:47:34 DEBUG : dir: reading active writers 2026/04/27 04:47:34 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.21s) === RUN TestDirMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:34 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:34 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:34 DEBUG : dir: Looking for writers 2026/04/27 04:47:34 DEBUG : Looking for writers 2026/04/27 04:47:34 DEBUG : dir: reading active writers 2026/04/27 04:47:34 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.21s) === RUN TestDirForgetAll run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:34 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:34 DEBUG : dir: forgetting directory cache 2026/04/27 04:47:34 DEBUG : forgetting directory cache 2026/04/27 04:47:34 DEBUG : dir: forgetting directory cache 2026/04/27 04:47:34 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:34 DEBUG : Looking for writers 2026/04/27 04:47:34 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.21s) === RUN TestDirForgetPath run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:34 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:34 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/04/27 04:47:34 DEBUG : dir: invalidating directory cache 2026/04/27 04:47:34 DEBUG : >ForgetPath: 2026/04/27 04:47:34 DEBUG : ForgetPath: relativePath="dir", type=0 2026/04/27 04:47:34 DEBUG : invalidating directory cache 2026/04/27 04:47:34 DEBUG : dir: forgetting directory cache 2026/04/27 04:47:34 DEBUG : >ForgetPath: 2026/04/27 04:47:34 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/04/27 04:47:34 DEBUG : >ForgetPath: 2026/04/27 04:47:34 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:34 DEBUG : dir: Looking for writers 2026/04/27 04:47:34 DEBUG : Looking for writers 2026/04/27 04:47:34 DEBUG : dir: reading active writers 2026/04/27 04:47:34 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.21s) === RUN TestDirWalk run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:34 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:34 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/fil/a/b/c" 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/fil/a/b/c 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/fil/a/b/c" 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-vixavog4pogi/fil/a/b/c 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:35 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/fil/a/b/c" 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/fil/a/b/c 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/fil/a/b/c" 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-vixavog4pogi/fil/a/b/c 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:35 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:35 DEBUG : forgetting directory cache 2026/04/27 04:47:35 DEBUG : dir: forgetting directory cache 2026/04/27 04:47:35 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:35 DEBUG : dir: Looking for writers 2026/04/27 04:47:35 DEBUG : fil/a/b: Looking for writers 2026/04/27 04:47:35 DEBUG : fil/a: Looking for writers 2026/04/27 04:47:35 DEBUG : b: reading active writers 2026/04/27 04:47:35 DEBUG : fil: Looking for writers 2026/04/27 04:47:35 DEBUG : a: reading active writers 2026/04/27 04:47:35 DEBUG : Looking for writers 2026/04/27 04:47:35 DEBUG : dir: reading active writers 2026/04/27 04:47:35 DEBUG : fil: reading active writers 2026/04/27 04:47:35 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.70s) === RUN TestDirSetModTime run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:35 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:35 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:35 DEBUG : dir: Looking for writers 2026/04/27 04:47:35 DEBUG : Looking for writers 2026/04/27 04:47:35 DEBUG : dir: reading active writers 2026/04/27 04:47:35 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.20s) === RUN TestDirStat run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:35 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:35 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:35 DEBUG : dir: Looking for writers 2026/04/27 04:47:35 DEBUG : file1: reading active writers 2026/04/27 04:47:35 DEBUG : Looking for writers 2026/04/27 04:47:35 DEBUG : dir: reading active writers 2026/04/27 04:47:35 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.21s) === RUN TestDirReadDirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:35 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:35 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file2" 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file2 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file2" 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-vixavog4pogi/dir/file2 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:36 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file2" 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file2 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file2" 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-vixavog4pogi/dir/file2 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:36 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/subdir/file3" 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/subdir/file3 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/subdir/file3" 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-vixavog4pogi/dir/subdir/file3 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:36 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/subdir/file3" 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/subdir/file3 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/subdir/file3" 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-vixavog4pogi/dir/subdir/file3 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:36 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/04/27 04:47:36 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/04/27 04:47:36 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/04/27 04:47:36 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/04/27 04:47:36 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/04/27 04:47:36 DEBUG : Waiting for deletions to finish 2026/04/27 04:47:36 INFO : dir/subdir/file3: Deleted 2026/04/27 04:47:36 DEBUG : removing 1 level 2 directories 2026/04/27 04:47:36 INFO : dir/subdir: Removing directory 2026/04/27 04:47:36 DEBUG : dir: invalidating directory cache 2026/04/27 04:47:36 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/04/27 04:47:36 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/04/27 04:47:36 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/04/27 04:47:36 DEBUG : dir/file1: Reset virtual modtime 2026/04/27 04:47:36 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/04/27 04:47:36 DEBUG : dir/virtualFile: Reset virtual modtime 2026/04/27 04:47:36 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/04/27 04:47:36 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/04/27 04:47:36 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/27 04:47:36 DEBUG : dir: invalidating directory cache 2026/04/27 04:47:36 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/04/27 04:47:36 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/04/27 04:47:36 DEBUG : dir/virtualFile: Reset virtual modtime 2026/04/27 04:47:36 DEBUG : forgetting directory cache 2026/04/27 04:47:36 DEBUG : dir: forgetting directory cache 2026/04/27 04:47:36 DEBUG : dir/virtualDir: forgetting directory cache 2026/04/27 04:47:36 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:36 DEBUG : dir/virtualDir: Looking for writers 2026/04/27 04:47:36 DEBUG : dir: Looking for writers 2026/04/27 04:47:36 DEBUG : file1: reading active writers 2026/04/27 04:47:36 DEBUG : virtualFile2: reading active writers 2026/04/27 04:47:36 DEBUG : virtualFile: reading active writers 2026/04/27 04:47:36 DEBUG : virtualDir: reading active writers 2026/04/27 04:47:36 DEBUG : Looking for writers 2026/04/27 04:47:36 DEBUG : dir: reading active writers 2026/04/27 04:47:36 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.62s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:36 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:36 ERROR : dir/: Can only open directories read only 2026/04/27 04:47:36 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:36 DEBUG : dir: Looking for writers 2026/04/27 04:47:36 DEBUG : Looking for writers 2026/04/27 04:47:36 DEBUG : dir: reading active writers 2026/04/27 04:47:36 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.20s) === RUN TestDirCreate run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:36 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:36 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:47:36 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/27 04:47:36 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/04/27 04:47:36 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: File to upload is small (5 bytes), uploading instead of streaming 2026/04/27 04:47:36 DEBUG : dir/potato: size = 5 OK 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/potato" 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/potato 2026/04/27 04:47:36 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/potato" 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-vixavog4pogi/dir/potato 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:37 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/27 04:47:37 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/27 04:47:37 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/04/27 04:47:37 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/27 04:47:37 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:37 DEBUG : dir: Looking for writers 2026/04/27 04:47:37 DEBUG : file1: reading active writers 2026/04/27 04:47:37 DEBUG : potato: reading active writers 2026/04/27 04:47:37 DEBUG : Looking for writers 2026/04/27 04:47:37 DEBUG : dir: reading active writers 2026/04/27 04:47:37 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.41s) === RUN TestDirMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:37 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:37 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:37 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:37 DEBUG : dir/sub: Looking for writers 2026/04/27 04:47:37 DEBUG : dir: Looking for writers 2026/04/27 04:47:37 DEBUG : file1: reading active writers 2026/04/27 04:47:37 DEBUG : sub: reading active writers 2026/04/27 04:47:37 DEBUG : Looking for writers 2026/04/27 04:47:37 DEBUG : dir: reading active writers 2026/04/27 04:47:37 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.52s) === RUN TestDirMkdirSub run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:37 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:37 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/27 04:47:37 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:37 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:37 DEBUG : dir/sub/subsub: Looking for writers 2026/04/27 04:47:37 DEBUG : dir/sub: Looking for writers 2026/04/27 04:47:37 DEBUG : subsub: reading active writers 2026/04/27 04:47:37 DEBUG : dir: Looking for writers 2026/04/27 04:47:37 DEBUG : file1: reading active writers 2026/04/27 04:47:37 DEBUG : sub: reading active writers 2026/04/27 04:47:37 DEBUG : Looking for writers 2026/04/27 04:47:37 DEBUG : dir: reading active writers 2026/04/27 04:47:37 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.42s) === RUN TestDirRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:37 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:37 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:38 ERROR : dir/: Dir.Remove not empty 2026/04/27 04:47:38 DEBUG : dir/file1: Remove: 2026/04/27 04:47:38 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/27 04:47:38 DEBUG : dir/file1: >Remove: err= 2026/04/27 04:47:38 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/27 04:47:38 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:38 DEBUG : Looking for writers 2026/04/27 04:47:38 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.20s) === RUN TestDirRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:38 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:38 DEBUG : dir/file1: Remove: 2026/04/27 04:47:38 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/27 04:47:38 DEBUG : dir/file1: >Remove: err= 2026/04/27 04:47:38 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/27 04:47:38 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:38 DEBUG : Looking for writers 2026/04/27 04:47:38 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.21s) === RUN TestDirRemoveName run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:38 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:38 DEBUG : dir/file1: Remove: 2026/04/27 04:47:38 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/27 04:47:38 DEBUG : dir/file1: >Remove: err= 2026/04/27 04:47:38 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:38 DEBUG : dir: Looking for writers 2026/04/27 04:47:38 DEBUG : Looking for writers 2026/04/27 04:47:38 DEBUG : dir: reading active writers 2026/04/27 04:47:38 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.31s) === RUN TestDirRename run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:38 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:38 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file3" 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file3 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file3" 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-vixavog4pogi/dir/file3 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:39 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file3" 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file3 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file3" 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-vixavog4pogi/dir/file3 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:39 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/27 04:47:39 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/04/27 04:47:39 DEBUG : dir: Updating dir with dir2 0x10066b3c51e0 2026/04/27 04:47:39 DEBUG : dir: forgetting directory cache 2026/04/27 04:47:39 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/27 04:47:39 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir2/file1" 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir2/file1 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir2/file1" 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir2/file1 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:39 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir2/file1" 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir2/file1 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir2/file1" 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir2/file1 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:39 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir2/file3" 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir2/file3 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir2/file3" 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-vixavog4pogi/dir2/file3 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:39 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir2/file3" 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir2/file3 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir2/file3" 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-vixavog4pogi/dir2/file3 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:39 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/27 04:47:39 INFO : dir2/file1: Moved (server-side) to: file2 2026/04/27 04:47:39 DEBUG : file2: Updating file with file2 0x10066b543860 2026/04/27 04:47:39 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/04/27 04:47:39 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file2" 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file2 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file2" 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/file2 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:39 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file2" 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/file2 2026/04/27 04:47:39 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/file2" 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/file2 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:40 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir2/file3" 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir2/file3 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir2/file3" 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-vixavog4pogi/dir2/file3 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:40 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir2/file3" 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir2/file3 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir2/file3" 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-vixavog4pogi/dir2/file3 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:40 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/27 04:47:40 INFO : dir2/file3: Deleted 2026/04/27 04:47:40 INFO : file2: Moved (server-side) to: dir2/file3 2026/04/27 04:47:40 DEBUG : dir2/file3: Updating file with dir2/file3 0x10066b543860 2026/04/27 04:47:40 DEBUG : Added virtual directory entry vDel: "file2" 2026/04/27 04:47:40 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir2/file3" 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir2/file3 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir2/file3" 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir2/file3 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:40 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir2/file3" 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir2/file3 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir2/file3" 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir2/file3 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:40 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:40 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/04/27 04:47:40 DEBUG : empty directory: Updating dir with renamed empty directory 0x10066b362410 2026/04/27 04:47:40 DEBUG : empty directory: forgetting directory cache 2026/04/27 04:47:40 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/04/27 04:47:40 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/04/27 04:47:40 DEBUG : dir2: Renaming to "dir3" 2026/04/27 04:47:40 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:40 DEBUG : dir3: Looking for writers 2026/04/27 04:47:40 DEBUG : file3: reading active writers 2026/04/27 04:47:40 DEBUG : renamed empty directory: Looking for writers 2026/04/27 04:47:40 DEBUG : Looking for writers 2026/04/27 04:47:40 DEBUG : renamed empty directory: reading active writers 2026/04/27 04:47:40 DEBUG : dir3: reading active writers 2026/04/27 04:47:40 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.70s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:40 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:40 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/27 04:47:40 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:47:40 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/27 04:47:40 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/27 04:47:40 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/04/27 04:47:40 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/04/27 04:47:40 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/27 04:47:40 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:47:40 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/27 04:47:40 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/27 04:47:40 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/04/27 04:47:40 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/04/27 04:47:40 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: File to upload is small (12 bytes), uploading instead of streaming 2026/04/27 04:47:40 DEBUG : dir/sub/file2: size = 12 OK 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/sub/file2" 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/sub/file2 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/sub/file2" 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-vixavog4pogi/dir/sub/file2 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:40 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/04/27 04:47:40 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/04/27 04:47:40 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/04/27 04:47:40 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/27 04:47:40 DEBUG : forgetting directory cache 2026/04/27 04:47:40 DEBUG : dir: forgetting directory cache 2026/04/27 04:47:40 DEBUG : dir/sub: forgetting directory cache 2026/04/27 04:47:40 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/04/27 04:47:40 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: File to upload is small (5 bytes), uploading instead of streaming 2026/04/27 04:47:40 DEBUG : dir/sub/file0: size = 5 OK 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/sub/file0" 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/sub/file0 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/sub/file0" 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-vixavog4pogi/dir/sub/file0 2026/04/27 04:47:40 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:40 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/27 04:47:40 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/27 04:47:40 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/04/27 04:47:40 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/27 04:47:40 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:40 DEBUG : dir/sub: Looking for writers 2026/04/27 04:47:40 DEBUG : file0: reading active writers 2026/04/27 04:47:40 DEBUG : file2: reading active writers 2026/04/27 04:47:40 DEBUG : dir: Looking for writers 2026/04/27 04:47:40 DEBUG : file1: reading active writers 2026/04/27 04:47:40 DEBUG : sub: reading active writers 2026/04/27 04:47:40 DEBUG : Looking for writers 2026/04/27 04:47:40 DEBUG : dir: reading active writers 2026/04/27 04:47:40 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.44s) === RUN TestDirEntryModTimeInvalidation run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:40 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:40 DEBUG : forgetting directory cache 2026/04/27 04:47:41 DEBUG : forgetting directory cache 2026/04/27 04:47:41 DEBUG : dir: forgetting directory cache 2026/04/27 04:47:41 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:41 DEBUG : dir: Looking for writers 2026/04/27 04:47:41 DEBUG : Looking for writers 2026/04/27 04:47:41 DEBUG : dir: reading active writers 2026/04/27 04:47:41 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.11s) === RUN TestDirMetadataExtension run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:41 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:41 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:41 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:41 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:41 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/04/27 04:47:42 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:47:42 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/04/27 04:47:42 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/04/27 04:47:42 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/04/27 04:47:42 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:47:42 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/27 04:47:42 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/04/27 04:47:42 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:47:42 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/04/27 04:47:42 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/04/27 04:47:42 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/04/27 04:47:42 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:47:42 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/27 04:47:42 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:42 DEBUG : dir: Looking for writers 2026/04/27 04:47:42 DEBUG : file1: reading active writers 2026/04/27 04:47:42 DEBUG : file1.metadata: reading active writers 2026/04/27 04:47:42 DEBUG : Looking for writers 2026/04/27 04:47:42 DEBUG : dir: reading active writers 2026/04/27 04:47:42 DEBUG : dir.metadata: reading active writers 2026/04/27 04:47:42 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.20s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:42 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:42 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:42 DEBUG : dir: Looking for writers 2026/04/27 04:47:42 DEBUG : file1: reading active writers 2026/04/27 04:47:42 DEBUG : Looking for writers 2026/04/27 04:47:42 DEBUG : dir: reading active writers 2026/04/27 04:47:42 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.21s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:42 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:42 DEBUG : Can set mod time: true 2026/04/27 04:47:42 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:42 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:42 DEBUG : dir: Looking for writers 2026/04/27 04:47:42 DEBUG : file1: reading active writers 2026/04/27 04:47:42 DEBUG : Looking for writers 2026/04/27 04:47:42 DEBUG : dir: reading active writers 2026/04/27 04:47:42 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:42 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:42 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/27 04:47:42 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/27 04:47:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: File to upload is small (0 bytes), uploading instead of streaming 2026/04/27 04:47:42 DEBUG : dir/file1: size = 0 OK 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:42 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:43 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/27 04:47:43 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/27 04:47:43 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/27 04:47:43 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/27 04:47:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:43 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:43 DEBUG : dir: Looking for writers 2026/04/27 04:47:43 DEBUG : file1: reading active writers 2026/04/27 04:47:43 DEBUG : Looking for writers 2026/04/27 04:47:43 DEBUG : dir: reading active writers 2026/04/27 04:47:43 DEBUG : >WaitForWriters: 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:43 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:43 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/27 04:47:43 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:43 DEBUG : dir: Looking for writers 2026/04/27 04:47:43 DEBUG : file1: reading active writers 2026/04/27 04:47:43 DEBUG : Looking for writers 2026/04/27 04:47:43 DEBUG : dir: reading active writers 2026/04/27 04:47:43 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:43 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:43 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/27 04:47:43 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/27 04:47:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: File to upload is small (5 bytes), uploading instead of streaming 2026/04/27 04:47:43 DEBUG : dir/file1: size = 5 OK 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:43 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/27 04:47:43 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/27 04:47:43 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/27 04:47:43 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/27 04:47:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:43 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:43 DEBUG : dir: Looking for writers 2026/04/27 04:47:43 DEBUG : file1: reading active writers 2026/04/27 04:47:43 DEBUG : Looking for writers 2026/04/27 04:47:43 DEBUG : dir: reading active writers 2026/04/27 04:47:43 DEBUG : >WaitForWriters: 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:43 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:43 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/04/27 04:47:43 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:43 DEBUG : dir: Looking for writers 2026/04/27 04:47:43 DEBUG : file1: reading active writers 2026/04/27 04:47:43 DEBUG : Looking for writers 2026/04/27 04:47:43 DEBUG : dir: reading active writers 2026/04/27 04:47:43 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:43 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:43 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:43 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:44 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:44 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:44 DEBUG : dir: Looking for writers 2026/04/27 04:47:44 DEBUG : file1: reading active writers 2026/04/27 04:47:44 DEBUG : Looking for writers 2026/04/27 04:47:44 DEBUG : dir: reading active writers 2026/04/27 04:47:44 DEBUG : >WaitForWriters: 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:44 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:44 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:44 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/27 04:47:44 DEBUG : dir/file1: newRWFileHandle: 2026/04/27 04:47:44 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/27 04:47:44 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/27 04:47:44 DEBUG : dir/file1(0x10066b338d80): close: 2026/04/27 04:47:44 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/27 04:47:44 DEBUG : dir/file1(0x10066b338d80): >close: err= 2026/04/27 04:47:44 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:44 DEBUG : dir: Looking for writers 2026/04/27 04:47:44 DEBUG : file1: reading active writers 2026/04/27 04:47:44 DEBUG : Looking for writers 2026/04/27 04:47:44 DEBUG : dir: reading active writers 2026/04/27 04:47:44 DEBUG : >WaitForWriters: 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:44 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:44 DEBUG : dir: Looking for writers 2026/04/27 04:47:44 DEBUG : file1: reading active writers 2026/04/27 04:47:44 DEBUG : Looking for writers 2026/04/27 04:47:44 DEBUG : dir: reading active writers 2026/04/27 04:47:44 DEBUG : >WaitForWriters: 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:44 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:44 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:44 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/27 04:47:44 DEBUG : dir/file1: newRWFileHandle: 2026/04/27 04:47:44 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/27 04:47:44 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/27 04:47:44 DEBUG : dir/file1(0x10066b70ac40): _writeAt: size=5, off=0 2026/04/27 04:47:44 DEBUG : dir/file1(0x10066b70ac40): openPending: 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:44 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:44 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/27 04:47:44 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/27 04:47:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:44 DEBUG : dir/file1(0x10066b70ac40): >openPending: err= 2026/04/27 04:47:44 DEBUG : dir/file1(0x10066b70ac40): >_writeAt: n=5, err= 2026/04/27 04:47:44 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/04/27 04:47:44 DEBUG : dir/file1(0x10066b70ac40): close: 2026/04/27 04:47:44 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/04/27 04:47:44 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/04/27 04:47:44 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/04/27 04:47:44 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/27 04:47:44 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/04/27 04:47:44 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/27 04:47:44 DEBUG : dir/file1(0x10066b70ac40): >close: err= 2026/04/27 04:47:44 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:44 DEBUG : dir: Looking for writers 2026/04/27 04:47:44 DEBUG : file1: reading active writers 2026/04/27 04:47:44 DEBUG : Looking for writers 2026/04/27 04:47:44 DEBUG : dir: reading active writers 2026/04/27 04:47:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/27 04:47:44 DEBUG : dir: Looking for writers 2026/04/27 04:47:44 DEBUG : file1: reading active writers 2026/04/27 04:47:44 DEBUG : Looking for writers 2026/04/27 04:47:44 DEBUG : dir: reading active writers 2026/04/27 04:47:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/27 04:47:44 DEBUG : dir: Looking for writers 2026/04/27 04:47:44 DEBUG : file1: reading active writers 2026/04/27 04:47:44 DEBUG : Looking for writers 2026/04/27 04:47:44 DEBUG : dir: reading active writers 2026/04/27 04:47:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/27 04:47:45 DEBUG : dir: Looking for writers 2026/04/27 04:47:45 DEBUG : file1: reading active writers 2026/04/27 04:47:45 DEBUG : Looking for writers 2026/04/27 04:47:45 DEBUG : dir: reading active writers 2026/04/27 04:47:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/27 04:47:45 DEBUG : dir/file1: vfs cache: starting upload 2026/04/27 04:47:45 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1.2f98c60a.partial" 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1.2f98c60a.partial 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1.2f98c60a.partial" 2026/04/27 04:47:45 DEBUG : dir: Looking for writers 2026/04/27 04:47:45 DEBUG : file1: reading active writers 2026/04/27 04:47:45 DEBUG : Looking for writers 2026/04/27 04:47:45 DEBUG : dir: reading active writers 2026/04/27 04:47:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-vixavog4pogi/dir/file1.2f98c60a.partial 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:45 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/27 04:47:45 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/04/27 04:47:45 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/04/27 04:47:45 INFO : dir/file1: Copied (replaced existing) 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:45 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/27 04:47:45 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/04/27 04:47:45 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/27 04:47:45 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/04/27 04:47:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:45 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/27 04:47:45 DEBUG : dir: Looking for writers 2026/04/27 04:47:45 DEBUG : file1: reading active writers 2026/04/27 04:47:45 DEBUG : Looking for writers 2026/04/27 04:47:45 DEBUG : dir: reading active writers 2026/04/27 04:47:45 DEBUG : >WaitForWriters: 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:45 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:45 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/04/27 04:47:45 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:45 DEBUG : dir: Looking for writers 2026/04/27 04:47:45 DEBUG : file1: reading active writers 2026/04/27 04:47:45 DEBUG : Looking for writers 2026/04/27 04:47:45 DEBUG : dir: reading active writers 2026/04/27 04:47:45 DEBUG : >WaitForWriters: 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.10s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.41s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.51s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.52s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.41s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.41s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.84s) === RUN TestFileOpenRead run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:45 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:45 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/27 04:47:45 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/27 04:47:45 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:47:45 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:45 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:45 DEBUG : dir: Looking for writers 2026/04/27 04:47:45 DEBUG : file1: reading active writers 2026/04/27 04:47:45 DEBUG : Looking for writers 2026/04/27 04:47:45 DEBUG : dir: reading active writers 2026/04/27 04:47:45 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.31s) === RUN TestFileOpenReadUnknownSize 2026/04/27 04:47:45 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/04/27 04:47:45 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/27 04:47:45 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:47:45 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/04/27 04:47:45 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:45 DEBUG : Looking for writers 2026/04/27 04:47:45 DEBUG : file.txt: reading active writers 2026/04/27 04:47:45 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:45 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: File to upload is small (25 bytes), uploading instead of streaming 2026/04/27 04:47:45 DEBUG : dir/file1: size = 25 OK 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:45 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:46 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/27 04:47:46 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/27 04:47:46 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/27 04:47:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:46 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:46 DEBUG : dir: Looking for writers 2026/04/27 04:47:46 DEBUG : file1: reading active writers 2026/04/27 04:47:46 DEBUG : Looking for writers 2026/04/27 04:47:46 DEBUG : dir: reading active writers 2026/04/27 04:47:46 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.31s) === RUN TestFileRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:46 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:46 DEBUG : dir/file1: Remove: 2026/04/27 04:47:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/27 04:47:46 DEBUG : dir/file1: >Remove: err= 2026/04/27 04:47:46 DEBUG : dir/file1: Remove: 2026/04/27 04:47:46 DEBUG : dir/file1: >Remove: err=Read only file system 2026/04/27 04:47:46 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:46 DEBUG : dir: Looking for writers 2026/04/27 04:47:46 DEBUG : Looking for writers 2026/04/27 04:47:46 DEBUG : dir: reading active writers 2026/04/27 04:47:46 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.21s) === RUN TestFileRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:46 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:46 DEBUG : dir/file1: Remove: 2026/04/27 04:47:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/27 04:47:46 DEBUG : dir/file1: >Remove: err= 2026/04/27 04:47:46 DEBUG : dir/file1: Remove: 2026/04/27 04:47:46 DEBUG : dir/file1: >Remove: err=Read only file system 2026/04/27 04:47:46 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:46 DEBUG : dir: Looking for writers 2026/04/27 04:47:46 DEBUG : Looking for writers 2026/04/27 04:47:46 DEBUG : dir: reading active writers 2026/04/27 04:47:46 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.21s) === RUN TestFileOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:46 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:46 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/27 04:47:46 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/27 04:47:46 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/27 04:47:46 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/27 04:47:46 DEBUG : dir/file1: Open: flags=O_RDWR 2026/04/27 04:47:46 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/27 04:47:46 DEBUG : dir/file1: Open: flags=0x3 2026/04/27 04:47:46 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/04/27 04:47:46 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/04/27 04:47:46 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:46 DEBUG : dir: Looking for writers 2026/04/27 04:47:46 DEBUG : file1: reading active writers 2026/04/27 04:47:46 DEBUG : Looking for writers 2026/04/27 04:47:46 DEBUG : dir: reading active writers 2026/04/27 04:47:46 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.20s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:46 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:46 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:46 DEBUG : dir: Looking for writers 2026/04/27 04:47:46 DEBUG : file1: reading active writers 2026/04/27 04:47:46 DEBUG : Looking for writers 2026/04/27 04:47:46 DEBUG : dir: reading active writers 2026/04/27 04:47:46 DEBUG : >WaitForWriters: 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:46 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:47 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/27 04:47:47 DEBUG : newLeaf: Updating file with newLeaf 0x10066b834c30 2026/04/27 04:47:47 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/27 04:47:47 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:47 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:47 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:47 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/27 04:47:47 DEBUG : dir/file1: Updating file with dir/file1 0x10066b834c30 2026/04/27 04:47:47 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/27 04:47:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:47 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/27 04:47:47 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/27 04:47:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:47 DEBUG : dir/file1: File is currently open, delaying rename 0x10066b834c30 2026/04/27 04:47:47 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/27 04:47:47 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: File to upload is small (25 bytes), uploading instead of streaming 2026/04/27 04:47:47 DEBUG : dir/file1: size = 25 OK 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:47 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/27 04:47:47 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/27 04:47:47 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/27 04:47:47 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/27 04:47:47 DEBUG : newLeaf: Running delayed rename now 2026/04/27 04:47:47 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/27 04:47:47 DEBUG : newLeaf: Updating file with newLeaf 0x10066b834c30 2026/04/27 04:47:47 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:47 DEBUG : dir: Looking for writers 2026/04/27 04:47:47 DEBUG : Looking for writers 2026/04/27 04:47:47 DEBUG : dir: reading active writers 2026/04/27 04:47:47 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:47 DEBUG : >WaitForWriters: 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:47 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:47 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/27 04:47:47 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:47 DEBUG : dir: Looking for writers 2026/04/27 04:47:47 DEBUG : Looking for writers 2026/04/27 04:47:47 DEBUG : dir: reading active writers 2026/04/27 04:47:47 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:47 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:47 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:47 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:47 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:48 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:48 DEBUG : dir: Looking for writers 2026/04/27 04:47:48 DEBUG : file1: reading active writers 2026/04/27 04:47:48 DEBUG : Looking for writers 2026/04/27 04:47:48 DEBUG : dir: reading active writers 2026/04/27 04:47:48 DEBUG : >WaitForWriters: 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:48 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/27 04:47:48 DEBUG : newLeaf: Updating file with newLeaf 0x10066b879380 2026/04/27 04:47:48 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/27 04:47:48 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:48 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:48 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:48 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/27 04:47:48 DEBUG : dir/file1: Updating file with dir/file1 0x10066b879380 2026/04/27 04:47:48 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/27 04:47:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:48 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/27 04:47:48 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/27 04:47:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:48 DEBUG : dir/file1: File is currently open, delaying rename 0x10066b879380 2026/04/27 04:47:48 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/27 04:47:48 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: File to upload is small (25 bytes), uploading instead of streaming 2026/04/27 04:47:48 DEBUG : dir/file1: size = 25 OK 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:48 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/27 04:47:48 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/27 04:47:48 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/27 04:47:48 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/27 04:47:48 DEBUG : newLeaf: Running delayed rename now 2026/04/27 04:47:48 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/27 04:47:48 DEBUG : newLeaf: Updating file with newLeaf 0x10066b879380 2026/04/27 04:47:48 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:48 DEBUG : dir: Looking for writers 2026/04/27 04:47:48 DEBUG : Looking for writers 2026/04/27 04:47:48 DEBUG : dir: reading active writers 2026/04/27 04:47:48 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:48 DEBUG : >WaitForWriters: 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:48 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:48 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:49 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/27 04:47:49 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:49 DEBUG : dir: Looking for writers 2026/04/27 04:47:49 DEBUG : Looking for writers 2026/04/27 04:47:49 DEBUG : dir: reading active writers 2026/04/27 04:47:49 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:49 DEBUG : >WaitForWriters: 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:49 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:49 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:49 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/27 04:47:49 DEBUG : dir/file1: newRWFileHandle: 2026/04/27 04:47:49 DEBUG : dir/file1(0x10066b6f2f80): openPending: 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:49 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/27 04:47:49 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/27 04:47:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:49 DEBUG : dir/file1(0x10066b6f2f80): >openPending: err= 2026/04/27 04:47:49 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/27 04:47:49 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/27 04:47:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:49 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/27 04:47:49 DEBUG : dir/file1(0x10066b6f2f80): _writeAt: size=14, off=0 2026/04/27 04:47:49 DEBUG : dir/file1(0x10066b6f2f80): >_writeAt: n=14, err= 2026/04/27 04:47:49 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/27 04:47:49 DEBUG : dir/file1(0x10066b6f2f80): close: 2026/04/27 04:47:49 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/27 04:47:49 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/27 04:47:49 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/27 04:47:49 DEBUG : dir/file1(0x10066b6f2f80): >close: err= 2026/04/27 04:47:49 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:49 DEBUG : dir: Looking for writers 2026/04/27 04:47:49 DEBUG : file1: reading active writers 2026/04/27 04:47:49 DEBUG : Looking for writers 2026/04/27 04:47:49 DEBUG : dir: reading active writers 2026/04/27 04:47:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/27 04:47:49 DEBUG : dir: Looking for writers 2026/04/27 04:47:49 DEBUG : file1: reading active writers 2026/04/27 04:47:49 DEBUG : Looking for writers 2026/04/27 04:47:49 DEBUG : dir: reading active writers 2026/04/27 04:47:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/27 04:47:49 DEBUG : dir: Looking for writers 2026/04/27 04:47:49 DEBUG : file1: reading active writers 2026/04/27 04:47:49 DEBUG : Looking for writers 2026/04/27 04:47:49 DEBUG : dir: reading active writers 2026/04/27 04:47:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/27 04:47:49 DEBUG : dir: Looking for writers 2026/04/27 04:47:49 DEBUG : file1: reading active writers 2026/04/27 04:47:49 DEBUG : Looking for writers 2026/04/27 04:47:49 DEBUG : dir: reading active writers 2026/04/27 04:47:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/27 04:47:49 DEBUG : dir/file1: vfs cache: starting upload 2026/04/27 04:47:49 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1.ca338588.partial" 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1.ca338588.partial 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1.ca338588.partial" 2026/04/27 04:47:49 DEBUG : dir: Looking for writers 2026/04/27 04:47:49 DEBUG : file1: reading active writers 2026/04/27 04:47:49 DEBUG : Looking for writers 2026/04/27 04:47:49 DEBUG : dir: reading active writers 2026/04/27 04:47:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1.ca338588.partial 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:49 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:49 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/04/27 04:47:49 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/04/27 04:47:49 INFO : dir/file1: Copied (replaced existing) 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:49 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/27 04:47:49 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/04/27 04:47:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:49 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/27 04:47:49 DEBUG : dir: Looking for writers 2026/04/27 04:47:49 DEBUG : file1: reading active writers 2026/04/27 04:47:49 DEBUG : Looking for writers 2026/04/27 04:47:49 DEBUG : dir: reading active writers 2026/04/27 04:47:49 DEBUG : >WaitForWriters: 2026/04/27 04:47:49 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/27 04:47:49 DEBUG : dir/file1: newRWFileHandle: 2026/04/27 04:47:49 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/27 04:47:49 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/27 04:47:49 DEBUG : dir/file1(0x10066bb5a700): _readAt: size=512, off=0 2026/04/27 04:47:49 DEBUG : dir/file1(0x10066bb5a700): openPending: 2026/04/27 04:47:49 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/27 04:47:49 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/27 04:47:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:49 DEBUG : dir/file1(0x10066bb5a700): >openPending: err= 2026/04/27 04:47:49 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/27 04:47:49 DEBUG : dir/file1(0x10066bb5a700): >_readAt: n=14, err=EOF 2026/04/27 04:47:49 DEBUG : dir/file1(0x10066bb5a700): close: 2026/04/27 04:47:49 DEBUG : dir/file1(0x10066bb5a700): >close: err= 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:49 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:49 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:49 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/27 04:47:49 DEBUG : newLeaf: Updating file with newLeaf 0x10066bb27e10 2026/04/27 04:47:49 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/27 04:47:49 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:49 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:50 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:50 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:50 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:50 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/27 04:47:50 DEBUG : dir/file1: Updating file with dir/file1 0x10066bb27e10 2026/04/27 04:47:50 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/27 04:47:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:50 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/27 04:47:50 DEBUG : dir/file1: newRWFileHandle: 2026/04/27 04:47:50 DEBUG : dir/file1(0x10066b1650c0): openPending: 2026/04/27 04:47:50 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/27 04:47:50 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/27 04:47:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:50 DEBUG : dir/file1(0x10066b1650c0): >openPending: err= 2026/04/27 04:47:50 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/27 04:47:50 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/27 04:47:50 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/27 04:47:50 DEBUG : dir/file1(0x10066b1650c0): _writeAt: size=25, off=0 2026/04/27 04:47:50 DEBUG : dir/file1(0x10066b1650c0): >_writeAt: n=25, err= 2026/04/27 04:47:50 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:50 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:50 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/27 04:47:50 DEBUG : newLeaf: Updating file with newLeaf 0x10066bb27e10 2026/04/27 04:47:50 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/27 04:47:50 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/27 04:47:50 DEBUG : newLeaf(0x10066b1650c0): close: 2026/04/27 04:47:50 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/27 04:47:50 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-27 04:47:50.442233592 +0000 UTC m=+17.519306191 2026/04/27 04:47:50 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/27 04:47:50 DEBUG : newLeaf(0x10066b1650c0): >close: err= 2026/04/27 04:47:50 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:50 DEBUG : dir: Looking for writers 2026/04/27 04:47:50 DEBUG : Looking for writers 2026/04/27 04:47:50 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:50 DEBUG : dir: reading active writers 2026/04/27 04:47:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/27 04:47:50 DEBUG : dir: Looking for writers 2026/04/27 04:47:50 DEBUG : Looking for writers 2026/04/27 04:47:50 DEBUG : dir: reading active writers 2026/04/27 04:47:50 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/27 04:47:50 DEBUG : dir: Looking for writers 2026/04/27 04:47:50 DEBUG : Looking for writers 2026/04/27 04:47:50 DEBUG : dir: reading active writers 2026/04/27 04:47:50 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/27 04:47:50 DEBUG : dir: Looking for writers 2026/04/27 04:47:50 DEBUG : Looking for writers 2026/04/27 04:47:50 DEBUG : dir: reading active writers 2026/04/27 04:47:50 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/27 04:47:50 DEBUG : newLeaf: vfs cache: starting upload 2026/04/27 04:47:50 DEBUG : newLeaf.9f6d267f.partial: size = 25 OK 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf.9f6d267f.partial" 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf.9f6d267f.partial 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf.9f6d267f.partial" 2026/04/27 04:47:50 DEBUG : dir: Looking for writers 2026/04/27 04:47:50 DEBUG : Looking for writers 2026/04/27 04:47:50 DEBUG : dir: reading active writers 2026/04/27 04:47:50 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-vixavog4pogi/newLeaf.9f6d267f.partial 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:50 DEBUG : newLeaf.9f6d267f.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/27 04:47:50 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/27 04:47:50 DEBUG : newLeaf.9f6d267f.partial: renamed to: newLeaf 2026/04/27 04:47:50 INFO : newLeaf: Copied (replaced existing) 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:50 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/27 04:47:50 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-27 04:47:50 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/27 04:47:50 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/27 04:47:50 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/27 04:47:50 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/27 04:47:50 DEBUG : dir: Looking for writers 2026/04/27 04:47:50 DEBUG : Looking for writers 2026/04/27 04:47:50 DEBUG : dir: reading active writers 2026/04/27 04:47:50 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:50 DEBUG : >WaitForWriters: 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:50 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:50 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:51 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/27 04:47:51 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:51 DEBUG : dir: Looking for writers 2026/04/27 04:47:51 DEBUG : Looking for writers 2026/04/27 04:47:51 DEBUG : dir: reading active writers 2026/04/27 04:47:51 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:51 DEBUG : >WaitForWriters: 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:51 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:51 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:51 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:51 DEBUG : dir: Looking for writers 2026/04/27 04:47:51 DEBUG : file1: reading active writers 2026/04/27 04:47:51 DEBUG : Looking for writers 2026/04/27 04:47:51 DEBUG : dir: reading active writers 2026/04/27 04:47:51 DEBUG : >WaitForWriters: 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:51 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/27 04:47:51 DEBUG : newLeaf: Updating file with newLeaf 0x10066b4c40d0 2026/04/27 04:47:51 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/27 04:47:51 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:51 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:51 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:51 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/27 04:47:51 DEBUG : dir/file1: Updating file with dir/file1 0x10066b4c40d0 2026/04/27 04:47:51 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/27 04:47:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:51 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/27 04:47:51 DEBUG : dir/file1: newRWFileHandle: 2026/04/27 04:47:51 DEBUG : dir/file1(0x10066b10b8c0): openPending: 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:51 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:52 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/27 04:47:52 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/27 04:47:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:52 DEBUG : dir/file1(0x10066b10b8c0): >openPending: err= 2026/04/27 04:47:52 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/27 04:47:52 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/27 04:47:52 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/27 04:47:52 DEBUG : dir/file1(0x10066b10b8c0): _writeAt: size=25, off=0 2026/04/27 04:47:52 DEBUG : dir/file1(0x10066b10b8c0): >_writeAt: n=25, err= 2026/04/27 04:47:52 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:52 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:52 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/27 04:47:52 DEBUG : newLeaf: Updating file with newLeaf 0x10066b4c40d0 2026/04/27 04:47:52 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/27 04:47:52 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/27 04:47:52 DEBUG : newLeaf(0x10066b10b8c0): close: 2026/04/27 04:47:52 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/27 04:47:52 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-27 04:47:52.011536237 +0000 UTC m=+19.088608865 2026/04/27 04:47:52 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/27 04:47:52 DEBUG : newLeaf(0x10066b10b8c0): >close: err= 2026/04/27 04:47:52 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:52 DEBUG : dir: Looking for writers 2026/04/27 04:47:52 DEBUG : Looking for writers 2026/04/27 04:47:52 DEBUG : dir: reading active writers 2026/04/27 04:47:52 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/27 04:47:52 DEBUG : dir: Looking for writers 2026/04/27 04:47:52 DEBUG : Looking for writers 2026/04/27 04:47:52 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:52 DEBUG : dir: reading active writers 2026/04/27 04:47:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/27 04:47:52 DEBUG : dir: Looking for writers 2026/04/27 04:47:52 DEBUG : Looking for writers 2026/04/27 04:47:52 DEBUG : dir: reading active writers 2026/04/27 04:47:52 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/27 04:47:52 DEBUG : dir: Looking for writers 2026/04/27 04:47:52 DEBUG : Looking for writers 2026/04/27 04:47:52 DEBUG : dir: reading active writers 2026/04/27 04:47:52 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/27 04:47:52 DEBUG : newLeaf: vfs cache: starting upload 2026/04/27 04:47:52 DEBUG : newLeaf.bae8c4e0.partial: size = 25 OK 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf.bae8c4e0.partial" 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf.bae8c4e0.partial 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf.bae8c4e0.partial" 2026/04/27 04:47:52 DEBUG : dir: Looking for writers 2026/04/27 04:47:52 DEBUG : Looking for writers 2026/04/27 04:47:52 DEBUG : dir: reading active writers 2026/04/27 04:47:52 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-vixavog4pogi/newLeaf.bae8c4e0.partial 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:52 DEBUG : newLeaf.bae8c4e0.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/27 04:47:52 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/27 04:47:52 DEBUG : newLeaf.bae8c4e0.partial: renamed to: newLeaf 2026/04/27 04:47:52 INFO : newLeaf: Copied (replaced existing) 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:52 DEBUG : dir: Looking for writers 2026/04/27 04:47:52 DEBUG : Looking for writers 2026/04/27 04:47:52 DEBUG : dir: reading active writers 2026/04/27 04:47:52 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:52 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/27 04:47:52 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-27 04:47:52 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/27 04:47:52 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/27 04:47:52 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/27 04:47:52 DEBUG : >WaitForWriters: 2026/04/27 04:47:52 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:52 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:52 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/27 04:47:52 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:52 DEBUG : dir: Looking for writers 2026/04/27 04:47:52 DEBUG : Looking for writers 2026/04/27 04:47:52 DEBUG : dir: reading active writers 2026/04/27 04:47:52 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:52 DEBUG : >WaitForWriters: 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:52 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:52 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:52 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/27 04:47:52 DEBUG : dir/file1: newRWFileHandle: 2026/04/27 04:47:52 DEBUG : dir/file1(0x10066bb9b600): openPending: 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:52 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:52 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/27 04:47:52 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/27 04:47:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:52 DEBUG : dir/file1(0x10066bb9b600): >openPending: err= 2026/04/27 04:47:52 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/27 04:47:52 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/27 04:47:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:52 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/27 04:47:52 DEBUG : dir/file1(0x10066bb9b600): _writeAt: size=14, off=0 2026/04/27 04:47:52 DEBUG : dir/file1(0x10066bb9b600): >_writeAt: n=14, err= 2026/04/27 04:47:52 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/27 04:47:52 DEBUG : dir/file1(0x10066bb9b600): close: 2026/04/27 04:47:52 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/27 04:47:52 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/27 04:47:52 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/27 04:47:52 DEBUG : dir/file1(0x10066bb9b600): >close: err= 2026/04/27 04:47:52 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:52 DEBUG : dir: Looking for writers 2026/04/27 04:47:52 DEBUG : file1: reading active writers 2026/04/27 04:47:52 DEBUG : Looking for writers 2026/04/27 04:47:52 DEBUG : dir: reading active writers 2026/04/27 04:47:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/27 04:47:52 DEBUG : dir: Looking for writers 2026/04/27 04:47:52 DEBUG : file1: reading active writers 2026/04/27 04:47:52 DEBUG : Looking for writers 2026/04/27 04:47:52 DEBUG : dir: reading active writers 2026/04/27 04:47:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/27 04:47:52 DEBUG : dir: Looking for writers 2026/04/27 04:47:52 DEBUG : file1: reading active writers 2026/04/27 04:47:52 DEBUG : Looking for writers 2026/04/27 04:47:52 DEBUG : dir: reading active writers 2026/04/27 04:47:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/27 04:47:53 DEBUG : dir: Looking for writers 2026/04/27 04:47:53 DEBUG : file1: reading active writers 2026/04/27 04:47:53 DEBUG : Looking for writers 2026/04/27 04:47:53 DEBUG : dir: reading active writers 2026/04/27 04:47:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/27 04:47:53 DEBUG : dir/file1: vfs cache: starting upload 2026/04/27 04:47:53 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1.ca338588.partial" 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1.ca338588.partial 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1.ca338588.partial" 2026/04/27 04:47:53 DEBUG : dir: Looking for writers 2026/04/27 04:47:53 DEBUG : file1: reading active writers 2026/04/27 04:47:53 DEBUG : Looking for writers 2026/04/27 04:47:53 DEBUG : dir: reading active writers 2026/04/27 04:47:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1.ca338588.partial 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:53 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:53 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/04/27 04:47:53 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/04/27 04:47:53 INFO : dir/file1: Copied (replaced existing) 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:53 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/27 04:47:53 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/04/27 04:47:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:53 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/27 04:47:53 DEBUG : dir: Looking for writers 2026/04/27 04:47:53 DEBUG : file1: reading active writers 2026/04/27 04:47:53 DEBUG : Looking for writers 2026/04/27 04:47:53 DEBUG : dir: reading active writers 2026/04/27 04:47:53 DEBUG : >WaitForWriters: 2026/04/27 04:47:53 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/27 04:47:53 DEBUG : dir/file1: newRWFileHandle: 2026/04/27 04:47:53 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/27 04:47:53 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/27 04:47:53 DEBUG : dir/file1(0x10066b4ae080): _readAt: size=512, off=0 2026/04/27 04:47:53 DEBUG : dir/file1(0x10066b4ae080): openPending: 2026/04/27 04:47:53 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/27 04:47:53 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/27 04:47:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:53 DEBUG : dir/file1(0x10066b4ae080): >openPending: err= 2026/04/27 04:47:53 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/27 04:47:53 DEBUG : dir/file1(0x10066b4ae080): >_readAt: n=14, err=EOF 2026/04/27 04:47:53 DEBUG : dir/file1(0x10066b4ae080): close: 2026/04/27 04:47:53 DEBUG : dir/file1(0x10066b4ae080): >close: err= 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:53 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:53 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:53 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/27 04:47:53 DEBUG : newLeaf: Updating file with newLeaf 0x10066b4df790 2026/04/27 04:47:53 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/27 04:47:53 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:53 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:53 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:53 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:53 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/27 04:47:53 DEBUG : dir/file1: Updating file with dir/file1 0x10066b4df790 2026/04/27 04:47:53 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/27 04:47:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:53 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:54 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/27 04:47:54 DEBUG : dir/file1: newRWFileHandle: 2026/04/27 04:47:54 DEBUG : dir/file1(0x10066b5606c0): openPending: 2026/04/27 04:47:54 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/27 04:47:54 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/27 04:47:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:54 DEBUG : dir/file1(0x10066b5606c0): >openPending: err= 2026/04/27 04:47:54 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/27 04:47:54 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/27 04:47:54 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/27 04:47:54 DEBUG : dir/file1(0x10066b5606c0): _writeAt: size=25, off=0 2026/04/27 04:47:54 DEBUG : dir/file1(0x10066b5606c0): >_writeAt: n=25, err= 2026/04/27 04:47:54 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:54 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:54 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/27 04:47:54 DEBUG : newLeaf: Updating file with newLeaf 0x10066b4df790 2026/04/27 04:47:54 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/27 04:47:54 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/27 04:47:54 DEBUG : newLeaf(0x10066b5606c0): close: 2026/04/27 04:47:54 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/27 04:47:54 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-27 04:47:54.079996336 +0000 UTC m=+21.157068975 2026/04/27 04:47:54 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/27 04:47:54 DEBUG : newLeaf(0x10066b5606c0): >close: err= 2026/04/27 04:47:54 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:54 DEBUG : dir: Looking for writers 2026/04/27 04:47:54 DEBUG : Looking for writers 2026/04/27 04:47:54 DEBUG : dir: reading active writers 2026/04/27 04:47:54 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/27 04:47:54 DEBUG : dir: Looking for writers 2026/04/27 04:47:54 DEBUG : Looking for writers 2026/04/27 04:47:54 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:54 DEBUG : dir: reading active writers 2026/04/27 04:47:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/27 04:47:54 DEBUG : dir: Looking for writers 2026/04/27 04:47:54 DEBUG : Looking for writers 2026/04/27 04:47:54 DEBUG : dir: reading active writers 2026/04/27 04:47:54 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/27 04:47:54 DEBUG : dir: Looking for writers 2026/04/27 04:47:54 DEBUG : Looking for writers 2026/04/27 04:47:54 DEBUG : dir: reading active writers 2026/04/27 04:47:54 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/27 04:47:54 DEBUG : newLeaf: vfs cache: starting upload 2026/04/27 04:47:54 DEBUG : newLeaf.788c9aa6.partial: size = 25 OK 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf.788c9aa6.partial" 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf.788c9aa6.partial 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf.788c9aa6.partial" 2026/04/27 04:47:54 DEBUG : dir: Looking for writers 2026/04/27 04:47:54 DEBUG : Looking for writers 2026/04/27 04:47:54 DEBUG : dir: reading active writers 2026/04/27 04:47:54 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-vixavog4pogi/newLeaf.788c9aa6.partial 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:54 DEBUG : newLeaf.788c9aa6.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/27 04:47:54 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/27 04:47:54 DEBUG : newLeaf.788c9aa6.partial: renamed to: newLeaf 2026/04/27 04:47:54 INFO : newLeaf: Copied (replaced existing) 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:54 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/27 04:47:54 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-27 04:47:54 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/27 04:47:54 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/27 04:47:54 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/27 04:47:54 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/27 04:47:54 DEBUG : dir: Looking for writers 2026/04/27 04:47:54 DEBUG : Looking for writers 2026/04/27 04:47:54 DEBUG : dir: reading active writers 2026/04/27 04:47:54 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:54 DEBUG : >WaitForWriters: 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:54 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:54 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/27 04:47:54 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:54 DEBUG : dir: Looking for writers 2026/04/27 04:47:54 DEBUG : Looking for writers 2026/04/27 04:47:54 DEBUG : dir: reading active writers 2026/04/27 04:47:54 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:54 DEBUG : >WaitForWriters: 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:54 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:54 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:54 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:54 DEBUG : dir: Looking for writers 2026/04/27 04:47:54 DEBUG : file1: reading active writers 2026/04/27 04:47:54 DEBUG : Looking for writers 2026/04/27 04:47:54 DEBUG : dir: reading active writers 2026/04/27 04:47:54 DEBUG : >WaitForWriters: 2026/04/27 04:47:54 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/27 04:47:54 DEBUG : dir/file1: newRWFileHandle: 2026/04/27 04:47:54 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/27 04:47:54 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/27 04:47:54 DEBUG : dir/file1(0x10066bd5e700): _readAt: size=512, off=0 2026/04/27 04:47:54 DEBUG : dir/file1(0x10066bd5e700): openPending: 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:54 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:55 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/27 04:47:55 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/27 04:47:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:55 DEBUG : dir/file1(0x10066bd5e700): >openPending: err= 2026/04/27 04:47:55 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/04/27 04:47:55 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/27 04:47:55 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:47:55 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:47:55 DEBUG : dir/file1(0x10066bd5e700): >_readAt: n=14, err=EOF 2026/04/27 04:47:55 DEBUG : dir/file1(0x10066bd5e700): close: 2026/04/27 04:47:55 DEBUG : dir/file1(0x10066bd5e700): >close: err= 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:55 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:55 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:55 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/27 04:47:55 DEBUG : newLeaf: Updating file with newLeaf 0x10066bd604e0 2026/04/27 04:47:55 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/27 04:47:55 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:55 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:55 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:55 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:55 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/27 04:47:55 DEBUG : dir/file1: Updating file with dir/file1 0x10066bd604e0 2026/04/27 04:47:55 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/27 04:47:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:47:55 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/27 04:47:55 DEBUG : dir/file1: newRWFileHandle: 2026/04/27 04:47:55 DEBUG : dir/file1(0x10066b6543c0): openPending: 2026/04/27 04:47:55 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/27 04:47:55 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/27 04:47:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:55 DEBUG : dir/file1(0x10066b6543c0): >openPending: err= 2026/04/27 04:47:55 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/27 04:47:55 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/27 04:47:55 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/27 04:47:55 DEBUG : dir/file1(0x10066b6543c0): _writeAt: size=25, off=0 2026/04/27 04:47:55 DEBUG : dir/file1(0x10066b6543c0): >_writeAt: n=25, err= 2026/04/27 04:47:55 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:55 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:55 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:47:55 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/27 04:47:55 DEBUG : newLeaf: Updating file with newLeaf 0x10066bd604e0 2026/04/27 04:47:55 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/27 04:47:55 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/27 04:47:55 DEBUG : newLeaf(0x10066b6543c0): close: 2026/04/27 04:47:55 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/27 04:47:55 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-27 04:47:55.850557135 +0000 UTC m=+22.927629775 2026/04/27 04:47:55 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/27 04:47:55 DEBUG : newLeaf(0x10066b6543c0): >close: err= 2026/04/27 04:47:55 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:55 DEBUG : dir: Looking for writers 2026/04/27 04:47:55 DEBUG : Looking for writers 2026/04/27 04:47:55 DEBUG : dir: reading active writers 2026/04/27 04:47:55 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/27 04:47:55 DEBUG : dir: Looking for writers 2026/04/27 04:47:55 DEBUG : Looking for writers 2026/04/27 04:47:55 DEBUG : dir: reading active writers 2026/04/27 04:47:55 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/27 04:47:55 DEBUG : dir: Looking for writers 2026/04/27 04:47:55 DEBUG : Looking for writers 2026/04/27 04:47:55 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:55 DEBUG : dir: reading active writers 2026/04/27 04:47:55 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/27 04:47:56 DEBUG : dir: Looking for writers 2026/04/27 04:47:56 DEBUG : Looking for writers 2026/04/27 04:47:56 DEBUG : dir: reading active writers 2026/04/27 04:47:56 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/27 04:47:56 DEBUG : newLeaf: vfs cache: starting upload 2026/04/27 04:47:56 DEBUG : newLeaf.0cf3a3f3.partial: size = 25 OK 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf.0cf3a3f3.partial" 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf.0cf3a3f3.partial 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf.0cf3a3f3.partial" 2026/04/27 04:47:56 DEBUG : dir: Looking for writers 2026/04/27 04:47:56 DEBUG : Looking for writers 2026/04/27 04:47:56 DEBUG : dir: reading active writers 2026/04/27 04:47:56 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:56 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-vixavog4pogi/newLeaf.0cf3a3f3.partial 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:56 DEBUG : newLeaf.0cf3a3f3.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/27 04:47:56 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/27 04:47:56 DEBUG : newLeaf.0cf3a3f3.partial: renamed to: newLeaf 2026/04/27 04:47:56 INFO : newLeaf: Copied (replaced existing) 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:56 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/27 04:47:56 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-27 04:47:55 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/27 04:47:56 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/27 04:47:56 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/27 04:47:56 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/27 04:47:56 DEBUG : dir: Looking for writers 2026/04/27 04:47:56 DEBUG : Looking for writers 2026/04/27 04:47:56 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:56 DEBUG : dir: reading active writers 2026/04/27 04:47:56 DEBUG : >WaitForWriters: 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:56 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/newLeaf" 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-vixavog4pogi/newLeaf 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:56 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/27 04:47:56 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:56 DEBUG : dir: Looking for writers 2026/04/27 04:47:56 DEBUG : Looking for writers 2026/04/27 04:47:56 DEBUG : dir: reading active writers 2026/04/27 04:47:56 DEBUG : newLeaf: reading active writers 2026/04/27 04:47:56 DEBUG : >WaitForWriters: 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting --- PASS: TestFileRename (9.72s) --- PASS: TestFileRename/off,forceCache=false (1.17s) --- PASS: TestFileRename/minimal,forceCache=false (1.15s) --- PASS: TestFileRename/minimal,forceCache=true (2.04s) --- PASS: TestFileRename/writes,forceCache=false (1.59s) --- PASS: TestFileRename/writes,forceCache=true (2.07s) --- PASS: TestFileRename/full,forceCache=false (1.71s) === RUN TestFileStructSize file_test.go:419: File struct has size 208 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:56 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:56 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:56 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:56 DEBUG : Looking for writers 2026/04/27 04:47:56 DEBUG : >WaitForWriters: --- PASS: TestRcGetVFS (0.00s) === RUN TestRcForget rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcForget (0.00s) === RUN TestRcRefresh rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcRefresh (0.00s) === RUN TestRcPollInterval rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcPollInterval (0.00s) === RUN TestRcList rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStats rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcStats (0.00s) === RUN TestReadFileHandleMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:56 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:56 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/27 04:47:56 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:47:56 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/27 04:47:56 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/27 04:47:56 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/27 04:47:56 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:47:56 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/27 04:47:56 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/27 04:47:56 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:56 DEBUG : dir: Looking for writers 2026/04/27 04:47:56 DEBUG : file1: reading active writers 2026/04/27 04:47:56 DEBUG : Looking for writers 2026/04/27 04:47:56 DEBUG : dir: reading active writers 2026/04/27 04:47:56 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.32s) === RUN TestReadFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:56 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:56 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:56 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/27 04:47:56 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:47:56 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/27 04:47:56 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/27 04:47:56 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/27 04:47:56 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:47:56 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/27 04:47:56 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/04/27 04:47:56 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/04/27 04:47:56 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/04/27 04:47:56 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/04/27 04:47:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/04/27 04:47:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/04/27 04:47:56 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/27 04:47:57 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/04/27 04:47:57 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/04/27 04:47:57 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/04/27 04:47:57 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/04/27 04:47:57 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/04/27 04:47:57 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/04/27 04:47:57 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/04/27 04:47:57 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/04/27 04:47:57 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:57 DEBUG : dir: Looking for writers 2026/04/27 04:47:57 DEBUG : file1: reading active writers 2026/04/27 04:47:57 DEBUG : Looking for writers 2026/04/27 04:47:57 DEBUG : dir: reading active writers 2026/04/27 04:47:57 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.30s) === RUN TestReadFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:57 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:57 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:57 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/27 04:47:57 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:47:57 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/27 04:47:57 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/27 04:47:57 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/27 04:47:57 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:47:57 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/27 04:47:57 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/04/27 04:47:57 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/04/27 04:47:57 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/04/27 04:47:57 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/04/27 04:47:57 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/04/27 04:47:57 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/04/27 04:47:57 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/27 04:47:57 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/04/27 04:47:57 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/04/27 04:47:57 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/04/27 04:47:57 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/04/27 04:47:57 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/04/27 04:47:57 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/04/27 04:47:57 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/04/27 04:47:57 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/04/27 04:47:57 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/04/27 04:47:57 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/04/27 04:47:57 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/04/27 04:47:57 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/04/27 04:47:57 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/04/27 04:47:57 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/04/27 04:47:57 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/04/27 04:47:57 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/04/27 04:47:57 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/04/27 04:47:57 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/04/27 04:47:57 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/04/27 04:47:57 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/04/27 04:47:57 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/04/27 04:47:57 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/04/27 04:47:57 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/04/27 04:47:57 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:57 DEBUG : dir: Looking for writers 2026/04/27 04:47:57 DEBUG : file1: reading active writers 2026/04/27 04:47:57 DEBUG : Looking for writers 2026/04/27 04:47:57 DEBUG : dir: reading active writers 2026/04/27 04:47:57 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.40s) === RUN TestReadFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:57 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:57 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:57 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/27 04:47:57 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:47:57 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/27 04:47:57 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/27 04:47:57 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/27 04:47:57 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:47:57 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:57 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/27 04:47:57 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:57 DEBUG : dir: Looking for writers 2026/04/27 04:47:57 DEBUG : file1: reading active writers 2026/04/27 04:47:57 DEBUG : Looking for writers 2026/04/27 04:47:57 DEBUG : dir: reading active writers 2026/04/27 04:47:57 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.30s) === RUN TestReadFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:57 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:57 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:57 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/27 04:47:57 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:47:57 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/27 04:47:57 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/27 04:47:57 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/27 04:47:57 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:47:57 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/04/27 04:47:57 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:57 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/27 04:47:58 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/04/27 04:47:58 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:58 DEBUG : dir: Looking for writers 2026/04/27 04:47:58 DEBUG : file1: reading active writers 2026/04/27 04:47:58 DEBUG : Looking for writers 2026/04/27 04:47:58 DEBUG : dir: reading active writers 2026/04/27 04:47:58 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.30s) === RUN TestRWFileHandleMethodsRead run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:58 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:58 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:58 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/27 04:47:58 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:47:58 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/27 04:47:58 DEBUG : dir/file1: newRWFileHandle: 2026/04/27 04:47:58 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/27 04:47:58 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/27 04:47:58 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b654c80): _readAt: size=1, off=0 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b654c80): openPending: 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/27 04:47:58 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/27 04:47:58 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/27 04:47:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b654c80): >openPending: err= 2026/04/27 04:47:58 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/27 04:47:58 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/27 04:47:58 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:47:58 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b654c80): >_readAt: n=1, err= 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b654c80): _readAt: size=256, off=1 2026/04/27 04:47:58 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b654c80): >_readAt: n=15, err=EOF 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b654c80): _readAt: size=16, off=16 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b654c80): >_readAt: n=0, err=EOF 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b654c80): close: 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b654c80): >close: err= 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b654c80): close: 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b654c80): >close: err=file already closed 2026/04/27 04:47:58 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:58 DEBUG : dir: Looking for writers 2026/04/27 04:47:58 DEBUG : file1: reading active writers 2026/04/27 04:47:58 DEBUG : Looking for writers 2026/04/27 04:47:58 DEBUG : dir: reading active writers 2026/04/27 04:47:58 DEBUG : >WaitForWriters: 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.31s) === RUN TestRWFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:58 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:58 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:58 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/27 04:47:58 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:47:58 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/27 04:47:58 DEBUG : dir/file1: newRWFileHandle: 2026/04/27 04:47:58 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/27 04:47:58 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/27 04:47:58 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b165a00): _readAt: size=1, off=0 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b165a00): openPending: 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/27 04:47:58 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/27 04:47:58 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/27 04:47:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b165a00): >openPending: err= 2026/04/27 04:47:58 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/27 04:47:58 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/27 04:47:58 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:47:58 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b165a00): >_readAt: n=1, err= 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b165a00): _readAt: size=1, off=5 2026/04/27 04:47:58 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b165a00): >_readAt: n=1, err= 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b165a00): _readAt: size=1, off=3 2026/04/27 04:47:58 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b165a00): >_readAt: n=1, err= 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b165a00): _readAt: size=1, off=13 2026/04/27 04:47:58 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b165a00): >_readAt: n=1, err= 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b165a00): _readAt: size=16, off=100 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b165a00): >_readAt: n=0, err=EOF 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b165a00): close: 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b165a00): >close: err= 2026/04/27 04:47:58 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:58 DEBUG : dir: Looking for writers 2026/04/27 04:47:58 DEBUG : file1: reading active writers 2026/04/27 04:47:58 DEBUG : Looking for writers 2026/04/27 04:47:58 DEBUG : dir: reading active writers 2026/04/27 04:47:58 DEBUG : >WaitForWriters: 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.32s) === RUN TestRWFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:58 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:58 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:58 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/27 04:47:58 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:47:58 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/27 04:47:58 DEBUG : dir/file1: newRWFileHandle: 2026/04/27 04:47:58 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/27 04:47:58 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/27 04:47:58 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b338940): _readAt: size=1, off=0 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b338940): openPending: 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:58 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:58 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/27 04:47:58 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/27 04:47:58 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/27 04:47:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:58 DEBUG : dir/file1(0x10066b338940): >openPending: err= 2026/04/27 04:47:58 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/27 04:47:58 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/27 04:47:58 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:47:58 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066b338940): >_readAt: n=1, err= 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066b338940): _readAt: size=1, off=5 2026/04/27 04:47:59 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066b338940): >_readAt: n=1, err= 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066b338940): _readAt: size=1, off=1 2026/04/27 04:47:59 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066b338940): >_readAt: n=1, err= 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066b338940): _readAt: size=6, off=10 2026/04/27 04:47:59 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066b338940): >_readAt: n=6, err= 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066b338940): _readAt: size=256, off=10 2026/04/27 04:47:59 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066b338940): >_readAt: n=6, err=EOF 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066b338940): _readAt: size=256, off=100 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066b338940): >_readAt: n=0, err=EOF 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066b338940): close: 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066b338940): >close: err= 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066b338940): _readAt: size=256, off=100 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066b338940): >_readAt: n=0, err=file already closed 2026/04/27 04:47:59 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:59 DEBUG : dir: Looking for writers 2026/04/27 04:47:59 DEBUG : file1: reading active writers 2026/04/27 04:47:59 DEBUG : Looking for writers 2026/04/27 04:47:59 DEBUG : dir: reading active writers 2026/04/27 04:47:59 DEBUG : >WaitForWriters: 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.32s) === RUN TestRWFileHandleFlushRead run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:59 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:59 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:59 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:59 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/27 04:47:59 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:47:59 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/27 04:47:59 DEBUG : dir/file1: newRWFileHandle: 2026/04/27 04:47:59 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/27 04:47:59 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/27 04:47:59 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066b868c40): RWFileHandle.Flush 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066b868c40): _readAt: size=256, off=0 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066b868c40): openPending: 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:59 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/27 04:47:59 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/27 04:47:59 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/27 04:47:59 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066b868c40): >openPending: err= 2026/04/27 04:47:59 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/04/27 04:47:59 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/27 04:47:59 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:47:59 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066b868c40): >_readAt: n=16, err=EOF 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066b868c40): RWFileHandle.Flush 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066b868c40): RWFileHandle.Flush 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066b868c40): close: 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066b868c40): >close: err= 2026/04/27 04:47:59 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:59 DEBUG : dir: Looking for writers 2026/04/27 04:47:59 DEBUG : file1: reading active writers 2026/04/27 04:47:59 DEBUG : Looking for writers 2026/04/27 04:47:59 DEBUG : dir: reading active writers 2026/04/27 04:47:59 DEBUG : >WaitForWriters: 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.32s) === RUN TestRWFileHandleReleaseRead run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:59 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:59 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:59 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:59 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/27 04:47:59 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:47:59 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/27 04:47:59 DEBUG : dir/file1: newRWFileHandle: 2026/04/27 04:47:59 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/27 04:47:59 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/27 04:47:59 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066bb9a500): _readAt: size=256, off=0 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066bb9a500): openPending: 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:59 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/27 04:47:59 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/27 04:47:59 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/27 04:47:59 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066bb9a500): >openPending: err= 2026/04/27 04:47:59 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/04/27 04:47:59 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/27 04:47:59 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:47:59 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066bb9a500): >_readAt: n=16, err=EOF 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066bb9a500): RWFileHandle.Release 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066bb9a500): close: 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066bb9a500): >close: err= 2026/04/27 04:47:59 DEBUG : dir/file1(0x10066bb9a500): RWFileHandle.Release 2026/04/27 04:47:59 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:59 DEBUG : dir: Looking for writers 2026/04/27 04:47:59 DEBUG : file1: reading active writers 2026/04/27 04:47:59 DEBUG : Looking for writers 2026/04/27 04:47:59 DEBUG : dir: reading active writers 2026/04/27 04:47:59 DEBUG : >WaitForWriters: 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.28s) === RUN TestRWFileHandleMethodsWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:47:59 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:47:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:47:59 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:47:59 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:47:59 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:47:59 DEBUG : file1: newRWFileHandle: 2026/04/27 04:47:59 DEBUG : file1(0x10066b10b640): openPending: 2026/04/27 04:47:59 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:47:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:59 DEBUG : file1(0x10066b10b640): >openPending: err= 2026/04/27 04:47:59 DEBUG : file1: >newRWFileHandle: err= 2026/04/27 04:47:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:59 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/27 04:47:59 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/27 04:47:59 DEBUG : file1(0x10066b10b640): _writeAt: size=5, off=0 2026/04/27 04:47:59 DEBUG : file1(0x10066b10b640): >_writeAt: n=5, err= 2026/04/27 04:47:59 DEBUG : file1(0x10066b10b640): _writeAt: size=7, off=5 2026/04/27 04:47:59 DEBUG : file1(0x10066b10b640): >_writeAt: n=7, err= 2026/04/27 04:47:59 DEBUG : file1: vfs cache: truncate to size=11 2026/04/27 04:47:59 DEBUG : file1(0x10066b10b640): close: 2026/04/27 04:47:59 DEBUG : file1: vfs cache: setting modification time to 2026-04-27 04:47:59.618129895 +0000 UTC m=+26.695202514 2026/04/27 04:47:59 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/27 04:47:59 DEBUG : file1(0x10066b10b640): >close: err= 2026/04/27 04:47:59 DEBUG : file1(0x10066b10b640): close: 2026/04/27 04:47:59 DEBUG : file1(0x10066b10b640): >close: err=file already closed 2026/04/27 04:47:59 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:47:59 DEBUG : Looking for writers 2026/04/27 04:47:59 DEBUG : file1: reading active writers 2026/04/27 04:47:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/27 04:47:59 DEBUG : Looking for writers 2026/04/27 04:47:59 DEBUG : file1: reading active writers 2026/04/27 04:47:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/27 04:47:59 DEBUG : Looking for writers 2026/04/27 04:47:59 DEBUG : file1: reading active writers 2026/04/27 04:47:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/27 04:47:59 DEBUG : Looking for writers 2026/04/27 04:47:59 DEBUG : file1: reading active writers 2026/04/27 04:47:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/27 04:47:59 DEBUG : file1: vfs cache: starting upload 2026/04/27 04:47:59 DEBUG : file1.0378f363.partial: size = 11 OK 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1.0378f363.partial" 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1.0378f363.partial 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1.0378f363.partial" 2026/04/27 04:47:59 DEBUG : Looking for writers 2026/04/27 04:47:59 DEBUG : file1: reading active writers 2026/04/27 04:47:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-vixavog4pogi/file1.0378f363.partial 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:59 DEBUG : file1.0378f363.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/27 04:47:59 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/27 04:47:59 DEBUG : file1.0378f363.partial: renamed to: file1 2026/04/27 04:47:59 INFO : file1: Copied (new) 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-vixavog4pogi/file1 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:47:59 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/27 04:47:59 DEBUG : file1: vfs cache: fingerprint now "11,2026-04-27 04:47:59 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/04/27 04:47:59 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/27 04:47:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:47:59 INFO : file1: vfs cache: upload succeeded try #1 2026/04/27 04:47:59 DEBUG : Looking for writers 2026/04/27 04:47:59 DEBUG : file1: reading active writers 2026/04/27 04:47:59 DEBUG : >WaitForWriters: 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:47:59 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:00 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:00 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/27 04:48:00 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:00 DEBUG : Looking for writers 2026/04/27 04:48:00 DEBUG : file1: reading active writers 2026/04/27 04:48:00 DEBUG : >WaitForWriters: 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.52s) === RUN TestRWFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:00 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:48:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:48:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:00 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:00 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:48:00 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:00 DEBUG : file1: newRWFileHandle: 2026/04/27 04:48:00 DEBUG : file1(0x10066b720280): openPending: 2026/04/27 04:48:00 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:00 DEBUG : file1(0x10066b720280): >openPending: err= 2026/04/27 04:48:00 DEBUG : file1: >newRWFileHandle: err= 2026/04/27 04:48:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:00 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/27 04:48:00 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/27 04:48:00 DEBUG : file1(0x10066b720280): _writeAt: size=7, off=0 2026/04/27 04:48:00 DEBUG : file1(0x10066b720280): >_writeAt: n=7, err= 2026/04/27 04:48:00 DEBUG : file1(0x10066b720280): _writeAt: size=6, off=5 2026/04/27 04:48:00 DEBUG : file1(0x10066b720280): >_writeAt: n=6, err= 2026/04/27 04:48:00 DEBUG : file1(0x10066b720280): close: 2026/04/27 04:48:00 DEBUG : file1: vfs cache: setting modification time to 2026-04-27 04:48:00.139601999 +0000 UTC m=+27.216674608 2026/04/27 04:48:00 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:00 DEBUG : file1(0x10066b720280): >close: err= 2026/04/27 04:48:00 DEBUG : file1(0x10066b720280): _writeAt: size=5, off=0 2026/04/27 04:48:00 DEBUG : file1(0x10066b720280): >_writeAt: n=0, err=file already closed 2026/04/27 04:48:00 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:00 DEBUG : Looking for writers 2026/04/27 04:48:00 DEBUG : file1: reading active writers 2026/04/27 04:48:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/27 04:48:00 DEBUG : Looking for writers 2026/04/27 04:48:00 DEBUG : file1: reading active writers 2026/04/27 04:48:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/27 04:48:00 DEBUG : Looking for writers 2026/04/27 04:48:00 DEBUG : file1: reading active writers 2026/04/27 04:48:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/27 04:48:00 DEBUG : Looking for writers 2026/04/27 04:48:00 DEBUG : file1: reading active writers 2026/04/27 04:48:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/27 04:48:00 DEBUG : file1: vfs cache: starting upload 2026/04/27 04:48:00 DEBUG : file1.682ab299.partial: size = 11 OK 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1.682ab299.partial" 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1.682ab299.partial 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1.682ab299.partial" 2026/04/27 04:48:00 DEBUG : Looking for writers 2026/04/27 04:48:00 DEBUG : file1: reading active writers 2026/04/27 04:48:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-vixavog4pogi/file1.682ab299.partial 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:00 DEBUG : file1.682ab299.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/27 04:48:00 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/27 04:48:00 DEBUG : file1.682ab299.partial: renamed to: file1 2026/04/27 04:48:00 INFO : file1: Copied (new) 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:00 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/27 04:48:00 DEBUG : file1: vfs cache: fingerprint now "11,2026-04-27 04:48:00 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/04/27 04:48:00 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/27 04:48:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:00 INFO : file1: vfs cache: upload succeeded try #1 2026/04/27 04:48:00 DEBUG : Looking for writers 2026/04/27 04:48:00 DEBUG : file1: reading active writers 2026/04/27 04:48:00 DEBUG : >WaitForWriters: 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:00 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:00 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/27 04:48:00 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:00 DEBUG : Looking for writers 2026/04/27 04:48:00 DEBUG : file1: reading active writers 2026/04/27 04:48:00 DEBUG : >WaitForWriters: 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.53s) === RUN TestRWFileHandleWriteNoWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:00 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:48:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:48:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:00 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:00 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:48:00 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:00 DEBUG : file1: newRWFileHandle: 2026/04/27 04:48:00 DEBUG : file1(0x10066b9861c0): openPending: 2026/04/27 04:48:00 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:00 DEBUG : file1(0x10066b9861c0): >openPending: err= 2026/04/27 04:48:00 DEBUG : file1: >newRWFileHandle: err= 2026/04/27 04:48:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:00 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/27 04:48:00 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/27 04:48:00 DEBUG : file1(0x10066b9861c0): close: 2026/04/27 04:48:00 DEBUG : file1: vfs cache: setting modification time to 2026-04-27 04:48:00.67320303 +0000 UTC m=+27.750275639 2026/04/27 04:48:00 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:00 DEBUG : file1(0x10066b9861c0): >close: err= 2026/04/27 04:48:00 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/27 04:48:00 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/27 04:48:00 DEBUG : file2: newRWFileHandle: 2026/04/27 04:48:00 DEBUG : file2(0x10066b794980): openPending: 2026/04/27 04:48:00 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:00 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/27 04:48:00 DEBUG : file2(0x10066b794980): >openPending: err= 2026/04/27 04:48:00 DEBUG : file2: >newRWFileHandle: err= 2026/04/27 04:48:00 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/27 04:48:00 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/04/27 04:48:00 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/04/27 04:48:00 DEBUG : file2(0x10066b794980): RWFileHandle.Flush 2026/04/27 04:48:00 DEBUG : file2(0x10066b794980): RWFileHandle.Release 2026/04/27 04:48:00 DEBUG : file2(0x10066b794980): close: 2026/04/27 04:48:00 DEBUG : file2: vfs cache: setting modification time to 2026-04-27 04:48:00.674729024 +0000 UTC m=+27.751801623 2026/04/27 04:48:00 INFO : file2: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:00 DEBUG : file2(0x10066b794980): >close: err= 2026/04/27 04:48:00 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:00 DEBUG : Looking for writers 2026/04/27 04:48:00 DEBUG : file1: reading active writers 2026/04/27 04:48:00 DEBUG : file2: reading active writers 2026/04/27 04:48:00 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/04/27 04:48:00 DEBUG : Looking for writers 2026/04/27 04:48:00 DEBUG : file1: reading active writers 2026/04/27 04:48:00 DEBUG : file2: reading active writers 2026/04/27 04:48:00 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/04/27 04:48:00 DEBUG : Looking for writers 2026/04/27 04:48:00 DEBUG : file1: reading active writers 2026/04/27 04:48:00 DEBUG : file2: reading active writers 2026/04/27 04:48:00 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/04/27 04:48:00 DEBUG : Looking for writers 2026/04/27 04:48:00 DEBUG : file1: reading active writers 2026/04/27 04:48:00 DEBUG : file2: reading active writers 2026/04/27 04:48:00 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/04/27 04:48:00 DEBUG : file2: vfs cache: starting upload 2026/04/27 04:48:00 DEBUG : file1: vfs cache: starting upload 2026/04/27 04:48:00 DEBUG : file2.cb21cc92.partial: size = 0 OK 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file2.cb21cc92.partial" 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file2.cb21cc92.partial 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file2.cb21cc92.partial" 2026/04/27 04:48:00 DEBUG : file1.6db73952.partial: size = 0 OK 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1.6db73952.partial" 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1.6db73952.partial 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1.6db73952.partial" 2026/04/27 04:48:00 DEBUG : Looking for writers 2026/04/27 04:48:00 DEBUG : file1: reading active writers 2026/04/27 04:48:00 DEBUG : file2: reading active writers 2026/04/27 04:48:00 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-vixavog4pogi/file1.6db73952.partial 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:00 DEBUG : file1.6db73952.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/27 04:48:00 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-vixavog4pogi/file2.cb21cc92.partial 2026/04/27 04:48:00 DEBUG : file1.6db73952.partial: renamed to: file1 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:00 DEBUG : file2.cb21cc92.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/27 04:48:00 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/27 04:48:00 INFO : file1: Copied (new) 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:00 DEBUG : file2.cb21cc92.partial: renamed to: file2 2026/04/27 04:48:00 INFO : file2: Copied (new) 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file2" 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file2 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file2" 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-vixavog4pogi/file2 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:00 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/27 04:48:00 DEBUG : file2: vfs cache: fingerprint now "0,2026-04-27 04:48:00 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/04/27 04:48:00 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/04/27 04:48:00 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/27 04:48:00 INFO : file2: vfs cache: upload succeeded try #1 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:00 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/27 04:48:00 DEBUG : file1: vfs cache: fingerprint now "0,2026-04-27 04:48:00 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/04/27 04:48:00 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/27 04:48:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:00 INFO : file1: vfs cache: upload succeeded try #1 2026/04/27 04:48:00 DEBUG : Looking for writers 2026/04/27 04:48:00 DEBUG : file1: reading active writers 2026/04/27 04:48:00 DEBUG : file2: reading active writers 2026/04/27 04:48:00 DEBUG : >WaitForWriters: 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:00 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:01 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:01 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file2" 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file2 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file2" 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-vixavog4pogi/file2 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:01 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file2" 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/file2 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/file2" 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-vixavog4pogi/file2 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:01 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/27 04:48:01 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:01 DEBUG : Looking for writers 2026/04/27 04:48:01 DEBUG : file1: reading active writers 2026/04/27 04:48:01 DEBUG : file2: reading active writers 2026/04/27 04:48:01 DEBUG : >WaitForWriters: 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.68s) === RUN TestRWFileHandleFlushWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:01 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:48:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:48:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:01 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:01 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:48:01 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:01 DEBUG : file1: newRWFileHandle: 2026/04/27 04:48:01 DEBUG : file1(0x10066b986900): openPending: 2026/04/27 04:48:01 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:01 DEBUG : file1(0x10066b986900): >openPending: err= 2026/04/27 04:48:01 DEBUG : file1: >newRWFileHandle: err= 2026/04/27 04:48:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:01 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/27 04:48:01 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/27 04:48:01 DEBUG : file1(0x10066b986900): _writeAt: size=5, off=0 2026/04/27 04:48:01 DEBUG : file1(0x10066b986900): >_writeAt: n=5, err= 2026/04/27 04:48:01 DEBUG : file1(0x10066b986900): RWFileHandle.Flush 2026/04/27 04:48:01 DEBUG : file1(0x10066b986900): RWFileHandle.Flush 2026/04/27 04:48:01 DEBUG : file1(0x10066b986900): close: 2026/04/27 04:48:01 DEBUG : file1: vfs cache: setting modification time to 2026-04-27 04:48:01.348454882 +0000 UTC m=+28.425527492 2026/04/27 04:48:01 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:01 DEBUG : file1(0x10066b986900): >close: err= 2026/04/27 04:48:01 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:01 DEBUG : Looking for writers 2026/04/27 04:48:01 DEBUG : file1: reading active writers 2026/04/27 04:48:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/27 04:48:01 DEBUG : Looking for writers 2026/04/27 04:48:01 DEBUG : file1: reading active writers 2026/04/27 04:48:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/27 04:48:01 DEBUG : Looking for writers 2026/04/27 04:48:01 DEBUG : file1: reading active writers 2026/04/27 04:48:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/27 04:48:01 DEBUG : Looking for writers 2026/04/27 04:48:01 DEBUG : file1: reading active writers 2026/04/27 04:48:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/27 04:48:01 DEBUG : file1: vfs cache: starting upload 2026/04/27 04:48:01 DEBUG : file1.8ecd18ad.partial: size = 5 OK 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1.8ecd18ad.partial" 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1.8ecd18ad.partial 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1.8ecd18ad.partial" 2026/04/27 04:48:01 DEBUG : Looking for writers 2026/04/27 04:48:01 DEBUG : file1: reading active writers 2026/04/27 04:48:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-vixavog4pogi/file1.8ecd18ad.partial 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:01 DEBUG : file1.8ecd18ad.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/27 04:48:01 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/27 04:48:01 DEBUG : file1.8ecd18ad.partial: renamed to: file1 2026/04/27 04:48:01 INFO : file1: Copied (new) 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:01 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/27 04:48:01 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-27 04:48:01 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/27 04:48:01 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/27 04:48:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:01 INFO : file1: vfs cache: upload succeeded try #1 2026/04/27 04:48:01 DEBUG : Looking for writers 2026/04/27 04:48:01 DEBUG : file1: reading active writers 2026/04/27 04:48:01 DEBUG : >WaitForWriters: 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:01 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:48:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:48:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:01 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:01 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:48:01 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:01 DEBUG : file1: newRWFileHandle: 2026/04/27 04:48:01 DEBUG : file1(0x10066b794700): openPending: 2026/04/27 04:48:01 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:01 DEBUG : file1(0x10066b794700): >openPending: err= 2026/04/27 04:48:01 DEBUG : file1: >newRWFileHandle: err= 2026/04/27 04:48:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:01 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/27 04:48:01 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/27 04:48:01 DEBUG : file1(0x10066b794700): _writeAt: size=5, off=0 2026/04/27 04:48:01 DEBUG : file1(0x10066b794700): >_writeAt: n=5, err= 2026/04/27 04:48:01 DEBUG : file1(0x10066b794700): RWFileHandle.Release 2026/04/27 04:48:01 DEBUG : file1(0x10066b794700): close: 2026/04/27 04:48:01 DEBUG : file1: vfs cache: setting modification time to 2026-04-27 04:48:01.667766425 +0000 UTC m=+28.744839054 2026/04/27 04:48:01 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:01 DEBUG : file1(0x10066b794700): >close: err= 2026/04/27 04:48:01 DEBUG : file1(0x10066b794700): RWFileHandle.Release 2026/04/27 04:48:01 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:01 DEBUG : Looking for writers 2026/04/27 04:48:01 DEBUG : file1: reading active writers 2026/04/27 04:48:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/27 04:48:01 DEBUG : Looking for writers 2026/04/27 04:48:01 DEBUG : file1: reading active writers 2026/04/27 04:48:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/27 04:48:01 DEBUG : Looking for writers 2026/04/27 04:48:01 DEBUG : file1: reading active writers 2026/04/27 04:48:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/27 04:48:01 DEBUG : Looking for writers 2026/04/27 04:48:01 DEBUG : file1: reading active writers 2026/04/27 04:48:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/27 04:48:01 DEBUG : file1: vfs cache: starting upload 2026/04/27 04:48:01 DEBUG : file1.f37c937e.partial: size = 5 OK 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1.f37c937e.partial" 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1.f37c937e.partial 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1.f37c937e.partial" 2026/04/27 04:48:01 DEBUG : Looking for writers 2026/04/27 04:48:01 DEBUG : file1: reading active writers 2026/04/27 04:48:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-vixavog4pogi/file1.f37c937e.partial 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:01 DEBUG : file1.f37c937e.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/27 04:48:01 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/27 04:48:01 DEBUG : file1.f37c937e.partial: renamed to: file1 2026/04/27 04:48:01 INFO : file1: Copied (new) 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:01 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/27 04:48:01 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-27 04:48:01 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/27 04:48:01 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/27 04:48:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:01 INFO : file1: vfs cache: upload succeeded try #1 2026/04/27 04:48:01 DEBUG : Looking for writers 2026/04/27 04:48:01 DEBUG : file1: reading active writers 2026/04/27 04:48:01 DEBUG : >WaitForWriters: 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:01 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:48:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:48:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:01 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:48:01 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:02 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:02 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/27 04:48:02 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/04/27 04:48:02 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/27 04:48:02 DEBUG : dir/file1: newRWFileHandle: 2026/04/27 04:48:02 DEBUG : dir/file1(0x10066bb9b600): openPending: 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:02 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/27 04:48:02 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/27 04:48:02 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/27 04:48:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:02 DEBUG : dir/file1(0x10066bb9b600): >openPending: err= 2026/04/27 04:48:02 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/27 04:48:02 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/27 04:48:02 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/27 04:48:02 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/27 04:48:02 DEBUG : dir/file1(0x10066bb9b600): _writeAt: size=5, off=0 2026/04/27 04:48:02 DEBUG : dir/file1(0x10066bb9b600): >_writeAt: n=5, err= 2026/04/27 04:48:02 DEBUG : dir/file1(0x10066bb9b600): close: 2026/04/27 04:48:02 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:02 DEBUG : dir/file1: vfs cache: setting modification time to 2026-04-27 04:48:02.289512829 +0000 UTC m=+29.366585438 2026/04/27 04:48:02 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:02 DEBUG : dir/file1(0x10066bb9b600): >close: err= 2026/04/27 04:48:02 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:02 DEBUG : dir: Looking for writers 2026/04/27 04:48:02 DEBUG : file1: reading active writers 2026/04/27 04:48:02 DEBUG : Looking for writers 2026/04/27 04:48:02 DEBUG : dir: reading active writers 2026/04/27 04:48:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/27 04:48:02 DEBUG : dir: Looking for writers 2026/04/27 04:48:02 DEBUG : file1: reading active writers 2026/04/27 04:48:02 DEBUG : Looking for writers 2026/04/27 04:48:02 DEBUG : dir: reading active writers 2026/04/27 04:48:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/27 04:48:02 DEBUG : dir: Looking for writers 2026/04/27 04:48:02 DEBUG : file1: reading active writers 2026/04/27 04:48:02 DEBUG : Looking for writers 2026/04/27 04:48:02 DEBUG : dir: reading active writers 2026/04/27 04:48:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/27 04:48:02 DEBUG : dir: Looking for writers 2026/04/27 04:48:02 DEBUG : file1: reading active writers 2026/04/27 04:48:02 DEBUG : Looking for writers 2026/04/27 04:48:02 DEBUG : dir: reading active writers 2026/04/27 04:48:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/27 04:48:02 DEBUG : dir/file1: vfs cache: starting upload 2026/04/27 04:48:02 DEBUG : dir/file1.39ace14e.partial: size = 5 OK 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1.39ace14e.partial" 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1.39ace14e.partial 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1.39ace14e.partial" 2026/04/27 04:48:02 DEBUG : dir: Looking for writers 2026/04/27 04:48:02 DEBUG : file1: reading active writers 2026/04/27 04:48:02 DEBUG : Looking for writers 2026/04/27 04:48:02 DEBUG : dir: reading active writers 2026/04/27 04:48:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-vixavog4pogi/dir/file1.39ace14e.partial 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:02 DEBUG : dir/file1.39ace14e.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/27 04:48:02 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/27 04:48:02 DEBUG : dir/file1.39ace14e.partial: renamed to: dir/file1 2026/04/27 04:48:02 INFO : dir/file1: Copied (replaced existing) 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:02 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/27 04:48:02 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-04-27 04:48:02 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/27 04:48:02 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/27 04:48:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:02 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/27 04:48:02 DEBUG : dir: Looking for writers 2026/04/27 04:48:02 DEBUG : file1: reading active writers 2026/04/27 04:48:02 DEBUG : Looking for writers 2026/04/27 04:48:02 DEBUG : dir: reading active writers 2026/04/27 04:48:02 DEBUG : >WaitForWriters: 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.63s) === RUN TestRWFileHandleSizeCreateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:02 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:48:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:48:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:02 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:02 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:02 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/27 04:48:02 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:02 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:02 DEBUG : dir/file1: newRWFileHandle: 2026/04/27 04:48:02 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/27 04:48:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:02 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/27 04:48:02 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/27 04:48:02 DEBUG : dir/file1(0x10066b338800): _writeAt: size=5, off=0 2026/04/27 04:48:02 DEBUG : dir/file1(0x10066b338800): openPending: 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:48:02 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:02 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/27 04:48:02 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/27 04:48:02 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/27 04:48:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:02 DEBUG : dir/file1(0x10066b338800): >openPending: err= 2026/04/27 04:48:02 DEBUG : dir/file1(0x10066b338800): >_writeAt: n=5, err= 2026/04/27 04:48:02 DEBUG : dir/file1(0x10066b338800): _writeAt: size=15, off=5 2026/04/27 04:48:02 DEBUG : dir/file1(0x10066b338800): >_writeAt: n=15, err= 2026/04/27 04:48:02 DEBUG : dir/file1(0x10066b338800): close: 2026/04/27 04:48:02 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/04/27 04:48:02 DEBUG : dir/file1: vfs cache: setting modification time to 2026-04-27 04:48:02.91582411 +0000 UTC m=+29.992896720 2026/04/27 04:48:02 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:02 DEBUG : dir/file1(0x10066b338800): >close: err= 2026/04/27 04:48:02 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:02 DEBUG : dir: Looking for writers 2026/04/27 04:48:02 DEBUG : file1: reading active writers 2026/04/27 04:48:02 DEBUG : Looking for writers 2026/04/27 04:48:02 DEBUG : dir: reading active writers 2026/04/27 04:48:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/27 04:48:02 DEBUG : dir: Looking for writers 2026/04/27 04:48:02 DEBUG : file1: reading active writers 2026/04/27 04:48:02 DEBUG : Looking for writers 2026/04/27 04:48:02 DEBUG : dir: reading active writers 2026/04/27 04:48:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/27 04:48:02 DEBUG : dir: Looking for writers 2026/04/27 04:48:02 DEBUG : file1: reading active writers 2026/04/27 04:48:02 DEBUG : Looking for writers 2026/04/27 04:48:02 DEBUG : dir: reading active writers 2026/04/27 04:48:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/27 04:48:02 DEBUG : dir: Looking for writers 2026/04/27 04:48:02 DEBUG : file1: reading active writers 2026/04/27 04:48:02 DEBUG : Looking for writers 2026/04/27 04:48:02 DEBUG : dir: reading active writers 2026/04/27 04:48:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/27 04:48:03 DEBUG : dir/file1: vfs cache: starting upload 2026/04/27 04:48:03 DEBUG : dir/file1.c2cc9efd.partial: size = 20 OK 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1.c2cc9efd.partial" 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1.c2cc9efd.partial 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1.c2cc9efd.partial" 2026/04/27 04:48:03 DEBUG : dir: Looking for writers 2026/04/27 04:48:03 DEBUG : file1: reading active writers 2026/04/27 04:48:03 DEBUG : Looking for writers 2026/04/27 04:48:03 DEBUG : dir: reading active writers 2026/04/27 04:48:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-vixavog4pogi/dir/file1.c2cc9efd.partial 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:03 DEBUG : dir/file1.c2cc9efd.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/04/27 04:48:03 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/04/27 04:48:03 DEBUG : dir/file1.c2cc9efd.partial: renamed to: dir/file1 2026/04/27 04:48:03 INFO : dir/file1: Copied (replaced existing) 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:03 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/04/27 04:48:03 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-04-27 04:48:02 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/04/27 04:48:03 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/27 04:48:03 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:03 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/27 04:48:03 DEBUG : dir: Looking for writers 2026/04/27 04:48:03 DEBUG : file1: reading active writers 2026/04/27 04:48:03 DEBUG : Looking for writers 2026/04/27 04:48:03 DEBUG : dir: reading active writers 2026/04/27 04:48:03 DEBUG : >WaitForWriters: 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.63s) === RUN TestRWFileHandleSizeCreateNew run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:03 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:48:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:48:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:03 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:48:03 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : file1: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : file1(0x10066b10ba00): openPending: 2026/04/27 04:48:03 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:03 DEBUG : file1(0x10066b10ba00): >openPending: err= 2026/04/27 04:48:03 DEBUG : file1: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:03 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/27 04:48:03 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/27 04:48:03 DEBUG : file1(0x10066b10ba00): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : file1(0x10066b10ba00): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : file1(0x10066b10ba00): close: 2026/04/27 04:48:03 DEBUG : file1: vfs cache: setting modification time to 2026-04-27 04:48:03.237879449 +0000 UTC m=+30.314952058 2026/04/27 04:48:03 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : file1(0x10066b10ba00): >close: err= 2026/04/27 04:48:03 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:03 DEBUG : Looking for writers 2026/04/27 04:48:03 DEBUG : file1: reading active writers 2026/04/27 04:48:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/27 04:48:03 DEBUG : Looking for writers 2026/04/27 04:48:03 DEBUG : file1: reading active writers 2026/04/27 04:48:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/27 04:48:03 DEBUG : Looking for writers 2026/04/27 04:48:03 DEBUG : file1: reading active writers 2026/04/27 04:48:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/27 04:48:03 DEBUG : Looking for writers 2026/04/27 04:48:03 DEBUG : file1: reading active writers 2026/04/27 04:48:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/27 04:48:03 DEBUG : file1: vfs cache: starting upload 2026/04/27 04:48:03 DEBUG : file1.9e88c105.partial: size = 5 OK 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1.9e88c105.partial" 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1.9e88c105.partial 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1.9e88c105.partial" 2026/04/27 04:48:03 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi/dir/file1: no such file or directory 2026/04/27 04:48:03 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi/dir/file1: no such file or directory 2026/04/27 04:48:03 DEBUG : Looking for writers 2026/04/27 04:48:03 DEBUG : file1: reading active writers 2026/04/27 04:48:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-vixavog4pogi/file1.9e88c105.partial 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:03 DEBUG : file1.9e88c105.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/27 04:48:03 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/27 04:48:03 DEBUG : file1.9e88c105.partial: renamed to: file1 2026/04/27 04:48:03 INFO : file1: Copied (new) 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:03 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/27 04:48:03 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-27 04:48:03 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/27 04:48:03 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:03 INFO : file1: vfs cache: upload succeeded try #1 2026/04/27 04:48:03 DEBUG : Looking for writers 2026/04/27 04:48:03 DEBUG : file1: reading active writers 2026/04/27 04:48:03 DEBUG : >WaitForWriters: 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:03 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:48:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:48:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/04/27 04:48:03 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dc140): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dc140): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dc140): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dc140): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dc140): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.559895473 +0000 UTC m=+30.636968082 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dc140): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dc5c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dc5c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dc5c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dc5c0): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dc5c0): _writeAt: size=3, off=2 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dc5c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dc5c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.559895473 +0000 UTC m=+30.636968082 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dc5c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dca80): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dca80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dca80): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dca80): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dca80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.559895473 +0000 UTC m=+30.636968082 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dca80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066ad50a10 item 1 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dd0c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dd0c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dd0c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dd0c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dd0c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.562150806 +0000 UTC m=+30.639223415 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dd0c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dd5c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dd5c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dd5c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dd5c0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dd5c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.562150806 +0000 UTC m=+30.639223415 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4dd5c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066ad51570 item 2 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4ddc00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4ddc00): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4ddc00): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4ddc00): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4ddc00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.563518761 +0000 UTC m=+30.640591371 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4ddc00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e180): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e180): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e180): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e180): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e180): _writeAt: size=3, off=2 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e180): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e180): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.563518761 +0000 UTC m=+30.640591371 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e180): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e640): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e640): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e640): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e640): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e640): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.563518761 +0000 UTC m=+30.640591371 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e640): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b0ad9d0 item 3 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70ecc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70ecc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70ecc0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70ecc0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70ecc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.5655126 +0000 UTC m=+30.642585200 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70ecc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f200): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f200): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f200): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f200): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f200): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.5655126 +0000 UTC m=+30.642585200 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f200): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b0e51f0 item 4 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f840): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f840): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f840): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f840): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f840): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.566795706 +0000 UTC m=+30.643868305 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f840): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70fcc0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70fcc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70fcc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70fcc0): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70fcc0): _writeAt: size=3, off=2 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70fcc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70fcc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.566795706 +0000 UTC m=+30.643868305 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70fcc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b730280): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b730280): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b730280): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b730280): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b730280): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.566795706 +0000 UTC m=+30.643868305 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b730280): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4cc0e0 item 5 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b730900): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b730900): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b730900): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b730900): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b730900): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.568548238 +0000 UTC m=+30.645620847 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b730900): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b730e40): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b730e40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b730e40): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b730e40): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b730e40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.568548238 +0000 UTC m=+30.645620847 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b730e40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4cc850 item 6 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7314c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7314c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7314c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7314c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7314c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.569824411 +0000 UTC m=+30.646897020 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7314c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7319c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7319c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7319c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7319c0): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7319c0): _writeAt: size=3, off=2 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7319c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7319c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.569824411 +0000 UTC m=+30.646897020 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7319c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b731e80): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b731e80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b731e80): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b731e80): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b731e80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.569824411 +0000 UTC m=+30.646897020 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b731e80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4ccbd0 item 7 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74c600): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74c600): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74c600): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74c600): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74c600): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.57152745 +0000 UTC m=+30.648600049 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74c600): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74cb40): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74cb40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74cb40): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74cb40): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74cb40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.57152745 +0000 UTC m=+30.648600049 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74cb40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4cd260 item 8 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74d100): _readAt: size=2, off=0 2026/04/27 04:48:03 ERROR : open-test-file(0x10066b74d100): Couldn't read size of file 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74d100): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74d100): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74d100): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74d100): close: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74d100): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74d4c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74d4c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74d4c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74d4c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74d4c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.572849388 +0000 UTC m=+30.649921997 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74d4c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74d940): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74d940): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74d940): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74d940): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74d940): _writeAt: size=3, off=2 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74d940): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74d940): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.572849388 +0000 UTC m=+30.649921997 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74d940): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74de40): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74de40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74de40): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74de40): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74de40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.572849388 +0000 UTC m=+30.649921997 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b74de40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4cd730 item 9 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b76a5c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b76a5c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b76a5c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b76a5c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b76a5c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.574772214 +0000 UTC m=+30.651844823 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b76a5c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e4a00): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e4a00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e4a00): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e4a00): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e4a00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.574772214 +0000 UTC m=+30.651844823 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e4a00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb733b0 item 10 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5040): _readAt: size=2, off=0 2026/04/27 04:48:03 ERROR : open-test-file(0x10066b8e5040): Couldn't read size of file 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5040): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5040): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5040): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5040): close: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5040): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5400): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5400): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5400): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5400): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5400): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.576475202 +0000 UTC m=+30.653547811 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5400): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5900): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5900): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5900): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5900): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5900): _writeAt: size=3, off=2 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5900): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5900): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.576475202 +0000 UTC m=+30.653547811 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5900): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5e00): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5e00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5e00): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5e00): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5e00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.576475202 +0000 UTC m=+30.653547811 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8e5e00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb73730 item 11 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cc580): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cc580): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cc580): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cc580): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cc580): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.578421752 +0000 UTC m=+30.655494361 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cc580): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ccac0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ccac0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ccac0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ccac0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ccac0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.578421752 +0000 UTC m=+30.655494361 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ccac0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb73c00 item 12 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd100): _readAt: size=2, off=0 2026/04/27 04:48:03 ERROR : open-test-file(0x10066b6cd100): Couldn't read size of file 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd100): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd100): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd100): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd100): close: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd100): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd4c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd4c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd4c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd4c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd4c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.579788925 +0000 UTC m=+30.656861535 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd4c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cdb80): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cdb80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cdb80): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cdb80): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cdb80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.579788925 +0000 UTC m=+30.656861535 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cdb80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b57c4d0 item 13 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b792300): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b792300): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b792300): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b792300): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b792300): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.581197579 +0000 UTC m=+30.658270188 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b792300): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b792840): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b792840): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b792840): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b792840): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b792840): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.581197579 +0000 UTC m=+30.658270188 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b792840): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b57ce00 item 14 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b792e80): _readAt: size=2, off=0 2026/04/27 04:48:03 ERROR : open-test-file(0x10066b792e80): Couldn't read size of file 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b792e80): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b792e80): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b792e80): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b792e80): close: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b792e80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b793240): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b793240): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b793240): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b793240): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b793240): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.582614496 +0000 UTC m=+30.659687096 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b793240): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b793900): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b793900): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b793900): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b793900): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b793900): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.582614496 +0000 UTC m=+30.659687096 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b793900): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b57d180 item 15 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7ba080): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7ba080): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7ba080): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7ba080): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7ba080): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.584130522 +0000 UTC m=+30.661203131 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7ba080): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7ba5c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7ba5c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7ba5c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7ba5c0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7ba5c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.584130522 +0000 UTC m=+30.661203131 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7ba5c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b57d960 item 16 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bac00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bac00): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bac00): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bac00): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bac00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.585497817 +0000 UTC m=+30.662570426 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bac00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bb080): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bb080): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bb080): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bb080): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bb080): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bb080): _writeAt: size=3, off=7 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bb080): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bb080): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.585497817 +0000 UTC m=+30.662570426 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bb080): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bb580): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bb580): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bb580): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bb580): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bb580): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.585497817 +0000 UTC m=+30.662570426 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bb580): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b57dce0 item 17 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bbc00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bbc00): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bbc00): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bbc00): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bbc00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.587298851 +0000 UTC m=+30.664371450 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7bbc00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dc240): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dc240): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dc240): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dc240): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dc240): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.587298851 +0000 UTC m=+30.664371450 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dc240): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b59c3f0 item 18 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dc8c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dc8c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dc8c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dc8c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dc8c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.588571628 +0000 UTC m=+30.665644237 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dc8c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dcdc0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dcdc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dcdc0): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dcdc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dcdc0): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dcdc0): _writeAt: size=3, off=7 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dcdc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dcdc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.588571628 +0000 UTC m=+30.665644237 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dcdc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dd2c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dd2c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dd2c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dd2c0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dd2c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.588571628 +0000 UTC m=+30.665644237 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dd2c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b59c770 item 19 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dd940): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dd940): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dd940): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dd940): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dd940): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.590326334 +0000 UTC m=+30.667398932 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dd940): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dde80): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dde80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dde80): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dde80): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dde80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.590326334 +0000 UTC m=+30.667398932 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7dde80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b59cc40 item 20 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b808600): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b808600): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b808600): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b808600): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b808600): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.591593649 +0000 UTC m=+30.668666258 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b808600): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b808b00): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b808b00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b808b00): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b808b00): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b808b00): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b808b00): _writeAt: size=3, off=7 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b808b00): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b808b00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.591593649 +0000 UTC m=+30.668666258 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b808b00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b809000): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b809000): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b809000): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b809000): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b809000): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.591593649 +0000 UTC m=+30.668666258 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b809000): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b59cfc0 item 21 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b809680): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b809680): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b809680): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b809680): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b809680): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.593339009 +0000 UTC m=+30.670411638 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b809680): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b809bc0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b809bc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b809bc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b809bc0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b809bc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.593339009 +0000 UTC m=+30.670411638 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b809bc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b59d810 item 22 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850340): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850340): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850340): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850340): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850340): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.594831059 +0000 UTC m=+30.671903658 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850340): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850840): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850840): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850840): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850840): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850840): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850840): _writeAt: size=3, off=7 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850840): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850840): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.594831059 +0000 UTC m=+30.671903658 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850840): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850d40): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850d40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850d40): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850d40): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850d40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.594831059 +0000 UTC m=+30.671903658 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850d40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b59db90 item 23 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8513c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8513c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8513c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8513c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8513c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.597446603 +0000 UTC m=+30.674519202 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8513c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b851900): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b851900): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b851900): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b851900): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b851900): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.597446603 +0000 UTC m=+30.674519202 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b851900): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b0fa8c0 item 24 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882040): _readAt: size=2, off=0 2026/04/27 04:48:03 ERROR : open-test-file(0x10066b882040): Couldn't read size of file 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882040): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882040): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882040): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882040): close: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882040): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882400): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882400): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882400): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882400): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882400): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.598856036 +0000 UTC m=+30.675928636 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882400): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882900): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882900): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882900): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882900): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882900): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882900): _writeAt: size=3, off=7 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882900): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882900): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.598856036 +0000 UTC m=+30.675928636 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882900): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428340): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428340): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428340): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428340): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428340): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.598856036 +0000 UTC m=+30.675928636 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428340): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b0fb500 item 25 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428a40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428a40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428a40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428a40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428a40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.600526495 +0000 UTC m=+30.677599094 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428a40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428f80): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428f80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428f80): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428f80): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428f80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.600526495 +0000 UTC m=+30.677599094 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428f80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b69efc0 item 26 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4295c0): _readAt: size=2, off=0 2026/04/27 04:48:03 ERROR : open-test-file(0x10066b4295c0): Couldn't read size of file 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4295c0): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4295c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4295c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4295c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4295c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429980): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429980): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429980): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429980): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429980): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.602028073 +0000 UTC m=+30.679100682 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429980): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429e80): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429e80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429e80): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429e80): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429e80): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429e80): _writeAt: size=3, off=7 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429e80): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429e80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.602028073 +0000 UTC m=+30.679100682 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429e80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882fc0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882fc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882fc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882fc0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882fc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.602028073 +0000 UTC m=+30.679100682 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b882fc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b69fc70 item 27 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b883640): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b883640): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b883640): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b883640): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b883640): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.603841882 +0000 UTC m=+30.680914491 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b883640): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b883b80): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b883b80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b883b80): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b883b80): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b883b80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.603841882 +0000 UTC m=+30.680914491 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b883b80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b5c45b0 item 28 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b164880): _readAt: size=2, off=0 2026/04/27 04:48:03 ERROR : open-test-file(0x10066b164880): Couldn't read size of file 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b164880): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b164880): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b164880): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b164880): close: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b164880): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165100): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165100): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165100): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165100): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165100): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.605378886 +0000 UTC m=+30.682451535 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165100): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165b40): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165b40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165b40): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165b40): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165b40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.605378886 +0000 UTC m=+30.682451535 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165b40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b5c49a0 item 29 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9a5c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9a5c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9a5c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9a5c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9a5c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.606759666 +0000 UTC m=+30.683832275 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9a5c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9ab00): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9ab00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9ab00): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9ab00): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9ab00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.606759666 +0000 UTC m=+30.683832275 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9ab00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b5c4d20 item 30 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9b140): _readAt: size=2, off=0 2026/04/27 04:48:03 ERROR : open-test-file(0x10066bb9b140): Couldn't read size of file 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9b140): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9b140): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9b140): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9b140): close: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9b140): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9b540): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9b540): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9b540): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9b540): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9b540): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.608225477 +0000 UTC m=+30.685298076 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9b540): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9bc80): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9bc80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9bc80): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9bc80): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9bc80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.608225477 +0000 UTC m=+30.685298076 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9bc80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b5c50a0 item 31 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10a5c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10a5c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10a5c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10a5c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10a5c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.609641174 +0000 UTC m=+30.686713773 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10a5c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10b0c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10b0c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10b0c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10b0c0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10b0c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.609641174 +0000 UTC m=+30.686713773 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10b0c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b5c5570 item 32 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10ba40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10ba40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10ba40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10ba40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10ba40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.610980826 +0000 UTC m=+30.688053435 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10ba40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338280): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338280): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338280): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338280): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338280): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b5c5a40 item 33 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338280): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338280): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.611456624 +0000 UTC m=+30.688529233 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338280): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338800): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338800): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338800): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338800): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338800): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.611456624 +0000 UTC m=+30.688529233 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338800): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b5c5c00 item 33 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339a40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339a40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339a40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339a40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339a40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.612843657 +0000 UTC m=+30.689916266 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339a40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850040): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850040): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b0fb6c0 item 34 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850040): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850040): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850040): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850040): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850040): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.61347477 +0000 UTC m=+30.690547379 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850040): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850580): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850580): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850580): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850580): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850580): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.61347477 +0000 UTC m=+30.690547379 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850580): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b0fbe30 item 34 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850bc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850bc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850bc0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850bc0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850bc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.614700898 +0000 UTC m=+30.691773507 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b850bc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296040): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296040): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296040): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296040): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296040): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4cc4d0 item 35 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296040): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296040): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.615163011 +0000 UTC m=+30.692235620 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296040): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296540): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296540): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296540): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296540): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296540): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.615163011 +0000 UTC m=+30.692235620 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296540): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4cc770 item 35 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296bc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296bc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296bc0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296bc0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296bc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.616317493 +0000 UTC m=+30.693390092 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296bc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2970c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2970c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4ccaf0 item 36 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2970c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2970c0): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2970c0): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2970c0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2970c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.616743418 +0000 UTC m=+30.693816018 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2970c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297600): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297600): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297600): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297600): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297600): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.616743418 +0000 UTC m=+30.693816018 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297600): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4cccb0 item 36 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297c40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297c40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297c40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297c40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297c40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.617799084 +0000 UTC m=+30.694871683 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297c40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d61c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d61c0): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d61c0): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d61c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d61c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4cd110 item 37 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d61c0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d61c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.618250907 +0000 UTC m=+30.695323506 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d61c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d66c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d66c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d66c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d66c0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d66c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.618250907 +0000 UTC m=+30.695323506 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d66c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4cd420 item 37 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6d40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6d40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6d40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6d40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6d40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.619443893 +0000 UTC m=+30.696516491 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6d40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7240): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7240): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4cd880 item 38 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7240): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7240): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7240): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7240): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7240): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.620028718 +0000 UTC m=+30.697101327 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7240): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7780): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7780): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7780): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7780): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7780): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.620028718 +0000 UTC m=+30.697101327 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7780): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4cdab0 item 38 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7e00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7e00): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7e00): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7e00): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7e00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.621439295 +0000 UTC m=+30.698511904 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7e00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4400): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4400): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4400): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4400): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4400): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3a8070 item 39 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4400): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4400): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.621860561 +0000 UTC m=+30.698933170 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4400): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4900): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4900): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4900): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4900): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4900): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.621860561 +0000 UTC m=+30.698933170 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4900): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3a83f0 item 39 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65a4c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65a4c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65a4c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65a4c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65a4c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.623260637 +0000 UTC m=+30.700333236 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65a4c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65a9c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65a9c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3bc7e0 item 40 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65a9c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65a9c0): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65a9c0): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65a9c0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65a9c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.624131574 +0000 UTC m=+30.701204173 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65a9c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65af00): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65af00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65af00): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65af00): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65af00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.624131574 +0000 UTC m=+30.701204173 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65af00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3bcaf0 item 40 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65b4c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65b4c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65b4c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65b4c0): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65b4c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65b4c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65b4c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.625336451 +0000 UTC m=+30.702409050 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65b4c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65b9c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65b9c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65b9c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3bcfc0 item 41 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65b9c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65b9c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.625863898 +0000 UTC m=+30.702936497 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65b9c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65be80): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65be80): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65be80): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65be80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65be80): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3bd1f0 item 41 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65be80): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65be80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.62631995 +0000 UTC m=+30.703392550 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b65be80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6764c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6764c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6764c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6764c0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6764c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.62631995 +0000 UTC m=+30.703392550 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6764c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3bd880 item 41 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b676b00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b676b00): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b676b00): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b676b00): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b676b00): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b676b00): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b676b00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.627460225 +0000 UTC m=+30.704532825 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b676b00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b677000): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b677000): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b677000): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b158070 item 42 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b677000): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b677000): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.627873276 +0000 UTC m=+30.704945875 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b677000): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b677540): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b677540): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b1583f0 item 42 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b677540): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b677540): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b677540): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b677540): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b677540): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.628385034 +0000 UTC m=+30.705457632 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b677540): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b677ac0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b677ac0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b677ac0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b677ac0): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b677ac0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.628385034 +0000 UTC m=+30.705457632 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b677ac0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b158a10 item 42 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34a200): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34a200): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34a200): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34a200): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34a200): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34a200): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34a200): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.629461719 +0000 UTC m=+30.706534318 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34a200): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34a700): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34a700): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34a700): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b1592d0 item 43 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34a700): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34a700): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.62983268 +0000 UTC m=+30.706905279 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34a700): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34ac40): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34ac40): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34ac40): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34ac40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34ac40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b159500 item 43 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34ac40): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34ac40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.630302638 +0000 UTC m=+30.707375237 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34ac40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34b180): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34b180): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34b180): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34b180): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34b180): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.630302638 +0000 UTC m=+30.707375237 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34b180): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b159730 item 43 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34b7c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34b7c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34b7c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34b7c0): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34b7c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34b7c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34b7c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.631458404 +0000 UTC m=+30.708531002 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34b7c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34bcc0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34bcc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34bcc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b159dc0 item 44 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34bcc0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34bcc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.631925396 +0000 UTC m=+30.708997995 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b34bcc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3fe300): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3fe300): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb90230 item 44 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3fe300): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3fe300): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3fe300): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3fe300): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3fe300): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.632489472 +0000 UTC m=+30.709562070 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3fe300): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3fe880): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3fe880): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3fe880): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3fe880): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3fe880): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.632489472 +0000 UTC m=+30.709562070 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3fe880): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb90460 item 44 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3feec0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3feec0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3feec0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3feec0): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3feec0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3feec0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3feec0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.633561067 +0000 UTC m=+30.710633666 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3feec0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ff3c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ff3c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ff3c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb911f0 item 45 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ff3c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ff3c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.633933732 +0000 UTC m=+30.711006331 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ff3c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ffac0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ffac0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ffac0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ffac0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ffac0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.633933732 +0000 UTC m=+30.711006331 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ffac0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb91420 item 45 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418200): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418200): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418200): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418200): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418200): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418200): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418200): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.635060441 +0000 UTC m=+30.712133040 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418200): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418700): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418700): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418700): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb91810 item 46 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418700): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418700): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.635520602 +0000 UTC m=+30.712593200 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418700): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418e00): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418e00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418e00): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418e00): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418e00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.635520602 +0000 UTC m=+30.712593200 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418e00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4e6230 item 46 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419440): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419440): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419440): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419440): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419440): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419440): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419440): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.636976033 +0000 UTC m=+30.714048631 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419440): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419940): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419940): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419940): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4e65b0 item 47 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419940): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419940): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.637489753 +0000 UTC m=+30.714562353 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419940): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b452140): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b452140): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b452140): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b452140): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b452140): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.637489753 +0000 UTC m=+30.714562353 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b452140): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4e6930 item 47 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b452780): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b452780): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b452780): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b452780): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b452780): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b452780): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b452780): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.638992144 +0000 UTC m=+30.716064743 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b452780): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b452c80): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b452c80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b452c80): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4e6e00 item 48 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b452c80): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b452c80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.639570948 +0000 UTC m=+30.716643557 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b452c80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b453380): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b453380): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b453380): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b453380): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b453380): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.639570948 +0000 UTC m=+30.716643557 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b453380): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4e7110 item 48 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4539c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4539c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4539c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4539c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4539c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.640887436 +0000 UTC m=+30.717960035 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4539c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b453e40): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b453e40): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b453e40): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b453e40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b453e40): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b453e40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4e75e0 item 49 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b453e40): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b453e40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.641479885 +0000 UTC m=+30.718552515 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b453e40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b490480): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b490480): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b490480): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b490480): >_readAt: n=8, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b490480): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.641479885 +0000 UTC m=+30.718552515 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b490480): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4e77a0 item 49 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b490b00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b490b00): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b490b00): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b490b00): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b490b00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.642883148 +0000 UTC m=+30.719955748 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b490b00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b491000): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b491000): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b491000): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4e7c70 item 50 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b491000): _readAt: size=2, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b491000): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b491000): _writeAt: size=3, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b491000): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b491000): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.643488543 +0000 UTC m=+30.720561172 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b491000): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b491580): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b491580): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b491580): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b491580): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b491580): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.643488543 +0000 UTC m=+30.720561172 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b491580): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3320e0 item 50 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b491c00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b491c00): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b491c00): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b491c00): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b491c00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.644989249 +0000 UTC m=+30.722061858 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b491c00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6200): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6200): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6200): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6200): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6200): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6200): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b332ee0 item 51 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6200): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6200): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.645491489 +0000 UTC m=+30.722564087 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6200): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6740): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6740): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6740): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6740): >_readAt: n=8, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6740): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.645491489 +0000 UTC m=+30.722564087 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6740): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3330a0 item 51 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6dc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6dc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6dc0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6dc0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6dc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.646774364 +0000 UTC m=+30.723846963 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6dc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b72c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b72c0): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b72c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bac4150 item 52 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b72c0): _readAt: size=2, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b72c0): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b72c0): _writeAt: size=3, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b72c0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b72c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.647362716 +0000 UTC m=+30.724435315 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b72c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b7840): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b7840): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b7840): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b7840): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b7840): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.647362716 +0000 UTC m=+30.724435315 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b7840): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bac4310 item 52 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b7ec0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b7ec0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b7ec0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b7ec0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b7ec0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.649146628 +0000 UTC m=+30.726219227 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b7ec0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fc4c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fc4c0): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fc4c0): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fc4c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fc4c0): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fc4c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bac4700 item 53 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fc4c0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fc4c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.649695485 +0000 UTC m=+30.726768085 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fc4c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fca00): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fca00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fca00): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fca00): >_readAt: n=8, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fca00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.649695485 +0000 UTC m=+30.726768085 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fca00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bac48c0 item 53 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fd080): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fd080): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fd080): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fd080): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fd080): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.650999951 +0000 UTC m=+30.728072551 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fd080): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fd580): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fd580): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fd580): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bac4d90 item 54 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fd580): _readAt: size=2, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fd580): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fd580): _writeAt: size=3, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fd580): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fd580): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.651631254 +0000 UTC m=+30.728703853 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fd580): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fdb00): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fdb00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fdb00): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fdb00): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fdb00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.651631254 +0000 UTC m=+30.728703853 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4fdb00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bac5030 item 54 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b570280): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b570280): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b570280): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b570280): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b570280): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.652916444 +0000 UTC m=+30.729989043 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b570280): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b570780): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b570780): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b570780): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b570780): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b570780): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b570780): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bac5570 item 55 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b570780): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b570780): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.653400038 +0000 UTC m=+30.730472636 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b570780): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b570cc0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b570cc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b570cc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b570cc0): >_readAt: n=8, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b570cc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.653400038 +0000 UTC m=+30.730472636 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b570cc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bac5730 item 55 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b571340): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b571340): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b571340): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b571340): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b571340): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.654682011 +0000 UTC m=+30.731754610 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b571340): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b571840): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b571840): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b571840): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bac5b90 item 56 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b571840): _readAt: size=2, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b571840): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b571840): _writeAt: size=3, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b571840): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b571840): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.655492914 +0000 UTC m=+30.732565513 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b571840): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b571dc0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b571dc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b571dc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b571dc0): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b571dc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.655492914 +0000 UTC m=+30.732565513 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b571dc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bac5dc0 item 56 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d8500): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d8500): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d8500): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d8500): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d8500): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d8500): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d8500): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d8500): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.656666573 +0000 UTC m=+30.733739171 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d8500): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d8a40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d8a40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d8a40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b8202a0 item 57 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d8a40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d8a40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.657192877 +0000 UTC m=+30.734265476 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d8a40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d8f80): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d8f80): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d8f80): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d8f80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d8f80): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d8f80): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b8204d0 item 57 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d8f80): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d8f80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.657643819 +0000 UTC m=+30.734716418 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d8f80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d9500): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d9500): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d9500): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d9500): >_readAt: n=8, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d9500): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.657643819 +0000 UTC m=+30.734716418 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d9500): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b820690 item 57 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d9b40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d9b40): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d9b40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d9b40): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d9b40): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d9b40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d9b40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d9b40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.658938517 +0000 UTC m=+30.736011116 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d9b40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61c180): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61c180): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61c180): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b820d90 item 58 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61c180): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61c180): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.659411731 +0000 UTC m=+30.736484330 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61c180): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61c6c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61c6c0): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61c6c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b820f50 item 58 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61c6c0): _readAt: size=2, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61c6c0): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61c6c0): _writeAt: size=3, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61c6c0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61c6c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.659971609 +0000 UTC m=+30.737044209 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61c6c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61cc80): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61cc80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61cc80): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61cc80): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61cc80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.659971609 +0000 UTC m=+30.737044209 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61cc80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b821260 item 58 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61d2c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61d2c0): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61d2c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61d2c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61d2c0): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61d2c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61d2c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61d2c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.661246569 +0000 UTC m=+30.738319169 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61d2c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61d800): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61d800): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61d800): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b821650 item 59 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61d800): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61d800): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.661705607 +0000 UTC m=+30.738778206 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61d800): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61dd40): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61dd40): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61dd40): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61dd40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61dd40): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61dd40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b8218f0 item 59 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61dd40): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61dd40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.66222554 +0000 UTC m=+30.739298139 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b61dd40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63c3c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63c3c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63c3c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63c3c0): >_readAt: n=8, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63c3c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.66222554 +0000 UTC m=+30.739298139 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63c3c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b821b20 item 59 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63ca00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63ca00): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63ca00): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63ca00): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63ca00): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63ca00): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63ca00): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63ca00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.663456657 +0000 UTC m=+30.740529256 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63ca00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63cf40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63cf40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63cf40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066ae1a700 item 60 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63cf40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63cf40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.663959537 +0000 UTC m=+30.741032137 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63cf40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63d480): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63d480): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63d480): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066ae1aa80 item 60 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63d480): _readAt: size=2, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63d480): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63d480): _writeAt: size=3, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63d480): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63d480): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.664555484 +0000 UTC m=+30.741628083 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63d480): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63da40): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63da40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63da40): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63da40): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63da40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.664555484 +0000 UTC m=+30.741628083 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b63da40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066ae1aee0 item 60 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b696180): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b696180): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b696180): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b696180): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b696180): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b696180): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b696180): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b696180): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.66571173 +0000 UTC m=+30.742784329 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b696180): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6966c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6966c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6966c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b84a000 item 61 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6966c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6966c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.666221964 +0000 UTC m=+30.743294563 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6966c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b696dc0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b696dc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b696dc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b696dc0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b696dc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.666221964 +0000 UTC m=+30.743294563 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b696dc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b84a1c0 item 61 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b697400): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b697400): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b697400): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b697400): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b697400): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b697400): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b697400): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b697400): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.667561336 +0000 UTC m=+30.744633935 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b697400): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b697940): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b697940): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b697940): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b84a620 item 62 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b697940): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b697940): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.668072241 +0000 UTC m=+30.745144840 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b697940): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6be140): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6be140): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6be140): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6be140): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6be140): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.668072241 +0000 UTC m=+30.745144840 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6be140): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b84a8c0 item 62 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6be780): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6be780): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6be780): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6be780): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6be780): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6be780): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6be780): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6be780): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.669403889 +0000 UTC m=+30.746476488 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6be780): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6becc0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6becc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6becc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b84ac40 item 63 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6becc0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6becc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.66988631 +0000 UTC m=+30.746958909 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6becc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6bf3c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6bf3c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6bf3c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6bf3c0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6bf3c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.66988631 +0000 UTC m=+30.746958909 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6bf3c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b84ae00 item 63 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6bfa00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6bfa00): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6bfa00): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6bfa00): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6bfa00): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6bfa00): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6bfa00): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6bfa00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.671238215 +0000 UTC m=+30.748310815 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6bfa00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e2040): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e2040): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e2040): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b84b180 item 64 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e2040): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e2040): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.671692585 +0000 UTC m=+30.748765184 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e2040): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e2740): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e2740): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e2740): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e2740): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e2740): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.671692585 +0000 UTC m=+30.748765184 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e2740): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b84b490 item 64 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e2d80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e2d80): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e2d80): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e2d80): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e2d80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.672977213 +0000 UTC m=+30.750049832 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e2d80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e3200): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e3200): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e3200): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e3200): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e3200): _writeAt: size=3, off=2 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b84b9d0 item 65 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e3200): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e3200): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.673510011 +0000 UTC m=+30.750582609 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e3200): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e3700): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e3700): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e3700): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e3700): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e3700): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.673510011 +0000 UTC m=+30.750582609 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e3700): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b84bc70 item 65 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e3d40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e3d40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e3d40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e3d40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e3d40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.674707543 +0000 UTC m=+30.751780143 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6e3d40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7022c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7022c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b11a5b0 item 66 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7022c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7022c0): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7022c0): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7022c0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7022c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.675313008 +0000 UTC m=+30.752385607 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7022c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b702800): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b702800): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b702800): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b702800): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b702800): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.675313008 +0000 UTC m=+30.752385607 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b702800): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b11acb0 item 66 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b702e40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b702e40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b702e40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b702e40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b702e40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.67650952 +0000 UTC m=+30.753582129 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b702e40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7032c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7032c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7032c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7032c0): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7032c0): _writeAt: size=3, off=2 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b11b420 item 67 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7032c0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7032c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.676936837 +0000 UTC m=+30.754009437 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7032c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7037c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7037c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7037c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7037c0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7037c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.676936837 +0000 UTC m=+30.754009437 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7037c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b11bd50 item 67 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b703e40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b703e40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b703e40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b703e40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b703e40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.677977706 +0000 UTC m=+30.755050305 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b703e40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71c440): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71c440): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bbfe620 item 68 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71c440): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71c440): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71c440): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71c440): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71c440): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.678474755 +0000 UTC m=+30.755547353 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71c440): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71c980): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71c980): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71c980): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71c980): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71c980): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.678474755 +0000 UTC m=+30.755547353 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71c980): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bbfe7e0 item 68 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71cfc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71cfc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71cfc0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71cfc0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71cfc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.679590424 +0000 UTC m=+30.756663022 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71cfc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a0180): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a0180): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a0180): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a0180): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a0180): _writeAt: size=3, off=2 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b6f6000 item 69 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a0180): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a0180): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.680131176 +0000 UTC m=+30.757203775 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a0180): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a0680): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a0680): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a0680): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a0680): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a0680): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.680131176 +0000 UTC m=+30.757203775 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a0680): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b6f6310 item 69 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a0d00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a0d00): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a0d00): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a0d00): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a0d00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.681358135 +0000 UTC m=+30.758430734 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a0d00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a1200): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a1200): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b6f6690 item 70 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a1200): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a1200): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a1200): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a1200): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a1200): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.682273075 +0000 UTC m=+30.759345674 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a1200): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a1740): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a1740): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a1740): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a1740): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a1740): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.682273075 +0000 UTC m=+30.759345674 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a1740): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b6f6850 item 70 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a1dc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a1dc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a1dc0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a1dc0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a1dc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.683797165 +0000 UTC m=+30.760869764 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7a1dc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d63c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d63c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d63c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d63c0): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d63c0): _writeAt: size=3, off=2 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b6f6bd0 item 71 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d63c0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d63c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.684262525 +0000 UTC m=+30.761335124 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d63c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d68c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d68c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d68c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d68c0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d68c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.684262525 +0000 UTC m=+30.761335124 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d68c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b6f6d90 item 71 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d6f40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d6f40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d6f40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d6f40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d6f40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.685354929 +0000 UTC m=+30.762427529 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d6f40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7440): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7440): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b6f7110 item 72 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7440): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7440): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7440): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7440): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7440): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.685812965 +0000 UTC m=+30.762885564 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7440): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7980): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7980): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7980): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7980): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7980): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.685812965 +0000 UTC m=+30.762885564 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7980): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b6f73b0 item 72 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4040): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4040): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4040): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4040): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4040): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4040): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4040): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.68693691 +0000 UTC m=+30.764009508 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4040): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4540): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4540): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4540): >openPending: err= 2026/04/27 04:48:03 ERROR : dir/file1: vfs cache: item close failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi/dir/file1: no such file or directory 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b6f7730 item 73 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4540): >_writeAt: n=5, err= 2026/04/27 04:48:03 ERROR : dir/file1: vfs cache: close after grace period failed: vfs cache item: failed to write metadata: open /home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi/dir/file1: no such file or directory 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4540): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.687351214 +0000 UTC m=+30.764423812 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4540): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4a00): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4a00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4a00): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4a00): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4a00): _writeAt: size=3, off=2 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b6f78f0 item 73 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4a00): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4a00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.687808859 +0000 UTC m=+30.764881458 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4a00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4f40): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4f40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4f40): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4f40): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4f40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.687808859 +0000 UTC m=+30.764881458 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4f40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b6f7ab0 item 73 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5580): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5580): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5580): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5580): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5580): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5580): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5580): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.688884852 +0000 UTC m=+30.765957451 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5580): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5a80): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5a80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5a80): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b6f7e30 item 74 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5a80): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5a80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.689321818 +0000 UTC m=+30.766394416 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5a80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82a0c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82a0c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b124460 item 74 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82a0c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82a0c0): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82a0c0): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82a0c0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82a0c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.689833605 +0000 UTC m=+30.766906204 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82a0c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82a640): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82a640): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82a640): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82a640): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82a640): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.689833605 +0000 UTC m=+30.766906204 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82a640): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b124620 item 74 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82ac80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82ac80): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82ac80): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82ac80): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82ac80): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82ac80): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82ac80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.690806214 +0000 UTC m=+30.767878813 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82ac80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82b180): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82b180): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82b180): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b124f50 item 75 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82b180): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82b180): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.691320126 +0000 UTC m=+30.768392725 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82b180): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82b6c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82b6c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82b6c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82b6c0): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82b6c0): _writeAt: size=3, off=2 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b1258f0 item 75 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82b6c0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82b6c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.691804591 +0000 UTC m=+30.768877210 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82b6c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82bc00): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82bc00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82bc00): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82bc00): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82bc00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.691804591 +0000 UTC m=+30.768877210 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b82bc00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b514000 item 75 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b894340): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b894340): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b894340): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b894340): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b894340): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b894340): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b894340): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.692999099 +0000 UTC m=+30.770071698 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b894340): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b894840): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b894840): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b894840): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b514770 item 76 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b894840): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b894840): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.693469859 +0000 UTC m=+30.770542457 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b894840): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b894d80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b894d80): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b5149a0 item 76 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b894d80): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b894d80): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b894d80): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b894d80): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b894d80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.693935278 +0000 UTC m=+30.771007877 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b894d80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b895300): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b895300): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b895300): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b895300): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b895300): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.693935278 +0000 UTC m=+30.771007877 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b895300): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b514c40 item 76 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b895940): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b895940): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b895940): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b895940): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b895940): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b895940): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b895940): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.69516349 +0000 UTC m=+30.772236089 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b895940): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b895e40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b895e40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b895e40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b514fc0 item 77 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b895e40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b895e40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.695662494 +0000 UTC m=+30.772735093 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b895e40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b0640): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b0640): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b0640): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b0640): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b0640): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.695662494 +0000 UTC m=+30.772735093 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b0640): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b515180 item 77 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b0c80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b0c80): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b0c80): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b0c80): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b0c80): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b0c80): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b0c80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.6970573 +0000 UTC m=+30.774129949 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b0c80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b1180): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b1180): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b1180): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b515960 item 78 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b1180): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b1180): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.697650131 +0000 UTC m=+30.774722740 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b1180): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b1880): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b1880): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b1880): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b1880): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b1880): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.697650131 +0000 UTC m=+30.774722740 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b1880): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b515ce0 item 78 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b1ec0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b1ec0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b1ec0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b1ec0): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b1ec0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b1ec0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b1ec0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.703375022 +0000 UTC m=+30.780447620 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8b1ec0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8c84c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8c84c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8c84c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b1631f0 item 79 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8c84c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8c84c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.705333113 +0000 UTC m=+30.782405722 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8c84c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71d380): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71d380): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71d380): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71d380): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71d380): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.705333113 +0000 UTC m=+30.782405722 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71d380): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b16a1c0 item 79 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71d9c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71d9c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71d9c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71d9c0): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71d9c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71d9c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71d9c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.710608234 +0000 UTC m=+30.787680843 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71d9c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71dec0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71dec0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71dec0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bbff180 item 80 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71dec0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71dec0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.711125011 +0000 UTC m=+30.788197610 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b71dec0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7486c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7486c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7486c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7486c0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7486c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.711125011 +0000 UTC m=+30.788197610 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7486c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066ad501c0 item 80 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b748d00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b748d00): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b748d00): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b748d00): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b748d00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.713422664 +0000 UTC m=+30.790495283 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b748d00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b749180): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b749180): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b749180): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b749180): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b749180): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b749180): _writeAt: size=3, off=7 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066ad50ee0 item 81 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b749180): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b749180): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.714855392 +0000 UTC m=+30.791927991 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b749180): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7496c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7496c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7496c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7496c0): >_readAt: n=8, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7496c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.714855392 +0000 UTC m=+30.791927991 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7496c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066ad51490 item 81 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b749d40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b749d40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b749d40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b749d40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b749d40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.71814497 +0000 UTC m=+30.795217569 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b749d40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b768340): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b768340): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b768340): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b0ac310 item 82 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b768340): _readAt: size=2, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b768340): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b768340): _writeAt: size=3, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b768340): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b768340): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.718988375 +0000 UTC m=+30.796060973 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b768340): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7688c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7688c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7688c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7688c0): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7688c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.718988375 +0000 UTC m=+30.796060973 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7688c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b0e4000 item 82 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b768f40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b768f40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b768f40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b768f40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b768f40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.721506083 +0000 UTC m=+30.798578713 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b768f40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b769440): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b769440): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b769440): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b769440): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b769440): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b769440): _writeAt: size=3, off=7 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b0e5110 item 83 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b769440): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b769440): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.722448004 +0000 UTC m=+30.799520632 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b769440): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b769980): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b769980): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b769980): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b769980): >_readAt: n=8, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b769980): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.722448004 +0000 UTC m=+30.799520632 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b769980): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b0e56c0 item 83 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b902100): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b902100): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b902100): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b902100): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b902100): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.724204394 +0000 UTC m=+30.801342898 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b902100): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b902600): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b902600): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b902600): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb72310 item 84 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b902600): _readAt: size=2, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b902600): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b902600): _writeAt: size=3, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b902600): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b902600): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.724853401 +0000 UTC m=+30.801926000 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b902600): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b902b80): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b902b80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b902b80): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b902b80): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b902b80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.724853401 +0000 UTC m=+30.801926000 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b902b80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb724d0 item 84 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b903200): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b903200): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b903200): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b903200): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b903200): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.726451271 +0000 UTC m=+30.803523880 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b903200): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b903700): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b903700): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b903700): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b903700): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b903700): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b903700): _writeAt: size=3, off=7 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb72930 item 85 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b903700): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b903700): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.726948832 +0000 UTC m=+30.804021431 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b903700): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b903c40): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b903c40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b903c40): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b903c40): >_readAt: n=8, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b903c40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.726948832 +0000 UTC m=+30.804021431 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b903c40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb72d20 item 85 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9263c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9263c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9263c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9263c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9263c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.728782106 +0000 UTC m=+30.805854706 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9263c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9268c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9268c0): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9268c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb73180 item 86 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9268c0): _readAt: size=2, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9268c0): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9268c0): _writeAt: size=3, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9268c0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9268c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.729556681 +0000 UTC m=+30.806629280 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9268c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b926e40): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b926e40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b926e40): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b926e40): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b926e40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.729556681 +0000 UTC m=+30.806629280 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b926e40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb73340 item 86 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9274c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9274c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9274c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9274c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9274c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.73134437 +0000 UTC m=+30.808416969 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9274c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9279c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9279c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9279c0): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9279c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9279c0): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9279c0): _writeAt: size=3, off=7 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb736c0 item 87 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9279c0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9279c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.7322542 +0000 UTC m=+30.809326799 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9279c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94a000): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94a000): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94a000): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94a000): >_readAt: n=8, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94a000): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.7322542 +0000 UTC m=+30.809326799 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94a000): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb73880 item 87 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94a680): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94a680): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94a680): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94a680): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94a680): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.73385185 +0000 UTC m=+30.810924449 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94a680): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94ab80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94ab80): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94ab80): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb73c00 item 88 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94ab80): _readAt: size=2, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94ab80): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94ab80): _writeAt: size=3, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94ab80): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94ab80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.734667752 +0000 UTC m=+30.811740352 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94ab80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94b100): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94b100): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94b100): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94b100): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94b100): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.734667752 +0000 UTC m=+30.811740352 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94b100): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb73e30 item 88 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94b740): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94b740): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94b740): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94b740): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94b740): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94b740): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94b740): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94b740): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.735981987 +0000 UTC m=+30.813054586 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94b740): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94bc80): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94bc80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94bc80): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b57caf0 item 89 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94bc80): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94bc80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.736369137 +0000 UTC m=+30.813441737 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b94bc80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9662c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9662c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9662c0): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9662c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9662c0): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9662c0): _writeAt: size=3, off=7 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b57ce00 item 89 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9662c0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9662c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.736790274 +0000 UTC m=+30.813862874 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9662c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b966840): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b966840): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b966840): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b966840): >_readAt: n=8, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b966840): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.736790274 +0000 UTC m=+30.813862874 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b966840): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b57cfc0 item 89 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b966e80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b966e80): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b966e80): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b966e80): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b966e80): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b966e80): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b966e80): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b966e80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.739219416 +0000 UTC m=+30.816292015 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b966e80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9673c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9673c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9673c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b57d7a0 item 90 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9673c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9673c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.739638649 +0000 UTC m=+30.816711247 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b9673c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b967900): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b967900): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b967900): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b57d960 item 90 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b967900): _readAt: size=2, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b967900): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b967900): _writeAt: size=3, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b967900): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b967900): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.740388746 +0000 UTC m=+30.817461345 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b967900): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b967ec0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b967ec0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b967ec0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b967ec0): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b967ec0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.740388746 +0000 UTC m=+30.817461345 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b967ec0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b57db20 item 90 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982600): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982600): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982600): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982600): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982600): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982600): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982600): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982600): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.742859266 +0000 UTC m=+30.819931866 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982600): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982b40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982b40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982b40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b59c070 item 91 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982b40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982b40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.743303266 +0000 UTC m=+30.820375865 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982b40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983080): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983080): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983080): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983080): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983080): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983080): _writeAt: size=3, off=7 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b59c380 item 91 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983080): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983080): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.743978682 +0000 UTC m=+30.821051281 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983080): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983600): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983600): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983600): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983600): >_readAt: n=8, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983600): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.743978682 +0000 UTC m=+30.821051281 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983600): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b59c540 item 91 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983c40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983c40): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983c40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983c40): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983c40): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983c40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983c40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983c40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.745481281 +0000 UTC m=+30.822553881 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983c40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4cc0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4cc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4cc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3a8af0 item 92 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4cc0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4cc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.748537029 +0000 UTC m=+30.825609627 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4cc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5280): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5280): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5280): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3a8e70 item 92 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5280): _readAt: size=2, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5280): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5280): _writeAt: size=3, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5280): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5280): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.749304749 +0000 UTC m=+30.826377348 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5280): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5840): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5840): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5840): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5840): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5840): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.749304749 +0000 UTC m=+30.826377348 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5840): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3a9260 item 92 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4380): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4380): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4380): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4380): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4380): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4380): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4380): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4380): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.751185595 +0000 UTC m=+30.828258193 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4380): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e48c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e48c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e48c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b16a850 item 93 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e48c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e48c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.751663899 +0000 UTC m=+30.828736497 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e48c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428080): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428080): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428080): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428080): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428080): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.751663899 +0000 UTC m=+30.828736497 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428080): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b16ad90 item 93 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428700): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428700): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428700): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428700): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428700): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428700): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428700): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428700): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.753623743 +0000 UTC m=+30.830696343 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428700): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428c40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428c40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428c40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b16b5e0 item 94 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428c40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428c40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.754132265 +0000 UTC m=+30.831204864 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428c40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429340): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429340): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429340): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429340): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429340): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.754132265 +0000 UTC m=+30.831204864 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429340): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b16b880 item 94 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b164000): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b164000): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b164000): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b164000): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b164000): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b164000): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b164000): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b164000): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.755886229 +0000 UTC m=+30.832958838 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b164000): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165180): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165180): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165180): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3a82a0 item 95 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165180): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165180): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.756668599 +0000 UTC m=+30.833741197 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165180): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9a000): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9a000): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9a000): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9a000): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9a000): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.756668599 +0000 UTC m=+30.833741197 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9a000): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3a8a80 item 95 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9a640): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9a640): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9a640): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9a640): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9a640): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9a640): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9a640): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9a640): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.758299902 +0000 UTC m=+30.835372502 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9a640): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9ab80): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9ab80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9ab80): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3a9ab0 item 96 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9ab80): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9ab80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.758872565 +0000 UTC m=+30.835945163 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9ab80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9b280): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9b280): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9b280): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9b280): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9b280): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.758872565 +0000 UTC m=+30.835945163 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9b280): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3a9dc0 item 96 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= 2026/04/27 04:48:03 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:03 DEBUG : Looking for writers 2026/04/27 04:48:03 DEBUG : >WaitForWriters: 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:03 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:48:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:48:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/04/27 04:48:03 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9b900): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9b900): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9b900): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9b900): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9b900): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.765709088 +0000 UTC m=+30.842781686 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9b900): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9be00): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9be00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9be00): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9be00): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9be00): _writeAt: size=3, off=2 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9be00): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9be00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.765709088 +0000 UTC m=+30.842781686 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bb9be00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10a540): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10a540): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10a540): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10a540): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10a540): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.765709088 +0000 UTC m=+30.842781686 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10a540): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b59cc40 item 1 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429e00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429e00): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429e00): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429e00): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429e00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.768449217 +0000 UTC m=+30.845521816 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429e00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338480): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338480): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338480): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338480): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338480): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.768449217 +0000 UTC m=+30.845521816 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338480): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b5c51f0 item 2 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338cc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338cc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338cc0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338cc0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338cc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.770584834 +0000 UTC m=+30.847657433 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338cc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339bc0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339bc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339bc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339bc0): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339bc0): _writeAt: size=3, off=2 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339bc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339bc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.770584834 +0000 UTC m=+30.847657433 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339bc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982180): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982180): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982180): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982180): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982180): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.770584834 +0000 UTC m=+30.847657433 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982180): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b5c5570 item 3 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982800): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982800): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982800): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982800): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982800): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.772480227 +0000 UTC m=+30.849552826 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982800): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982d40): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982d40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982d40): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982d40): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982d40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.772480227 +0000 UTC m=+30.849552826 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b982d40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b5c5b90 item 4 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983380): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983380): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983380): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983380): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983380): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.773765976 +0000 UTC m=+30.850838576 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983380): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983800): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983800): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983800): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983800): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983800): _writeAt: size=3, off=2 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983800): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983800): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.773765976 +0000 UTC m=+30.850838576 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983800): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983d00): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983d00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983d00): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983d00): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983d00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.773765976 +0000 UTC m=+30.850838576 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b983d00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b0fa3f0 item 5 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab6480): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab6480): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab6480): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab6480): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab6480): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.775500094 +0000 UTC m=+30.852572693 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab6480): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab69c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab69c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab69c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab69c0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab69c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.775500094 +0000 UTC m=+30.852572693 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab69c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b0fb490 item 6 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab7040): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab7040): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab7040): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab7040): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab7040): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.777022913 +0000 UTC m=+30.854095511 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab7040): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab7540): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab7540): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab7540): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab7540): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab7540): _writeAt: size=3, off=2 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab7540): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab7540): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.777022913 +0000 UTC m=+30.854095511 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab7540): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab7a00): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab7a00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab7a00): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab7a00): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab7a00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.777022913 +0000 UTC m=+30.854095511 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bab7a00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b0fbe30 item 7 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac2180): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac2180): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac2180): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac2180): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac2180): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.778727575 +0000 UTC m=+30.855800174 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac2180): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac26c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac26c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac26c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac26c0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac26c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.778727575 +0000 UTC m=+30.855800174 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac26c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4cc700 item 8 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac2c80): _readAt: size=2, off=0 2026/04/27 04:48:03 ERROR : open-test-file(0x10066bac2c80): Couldn't read size of file 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac2c80): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac2c80): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac2c80): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac2c80): close: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac2c80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac3040): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac3040): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac3040): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac3040): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac3040): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.780341877 +0000 UTC m=+30.857414476 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac3040): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac34c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac34c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac34c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac34c0): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac34c0): _writeAt: size=3, off=2 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac34c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac34c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.780341877 +0000 UTC m=+30.857414476 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac34c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac39c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac39c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac39c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac39c0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac39c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.780341877 +0000 UTC m=+30.857414476 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bac39c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4cca80 item 9 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad6140): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad6140): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad6140): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad6140): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad6140): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.783400428 +0000 UTC m=+30.860473037 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad6140): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad6680): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad6680): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad6680): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad6680): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad6680): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.783400428 +0000 UTC m=+30.860473037 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad6680): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4cd030 item 10 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad6cc0): _readAt: size=2, off=0 2026/04/27 04:48:03 ERROR : open-test-file(0x10066bad6cc0): Couldn't read size of file 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad6cc0): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad6cc0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad6cc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad6cc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad6cc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad7080): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad7080): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad7080): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad7080): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad7080): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.785140086 +0000 UTC m=+30.862212685 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad7080): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad7580): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad7580): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad7580): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad7580): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad7580): _writeAt: size=3, off=2 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad7580): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad7580): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.785140086 +0000 UTC m=+30.862212685 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad7580): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad7a80): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad7a80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad7a80): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad7a80): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad7a80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.785140086 +0000 UTC m=+30.862212685 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bad7a80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4cd500 item 11 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae2200): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae2200): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae2200): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae2200): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae2200): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.787514614 +0000 UTC m=+30.864587213 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae2200): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae2740): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae2740): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae2740): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae2740): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae2740): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.787514614 +0000 UTC m=+30.864587213 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae2740): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4cdab0 item 12 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae2d80): _readAt: size=2, off=0 2026/04/27 04:48:03 ERROR : open-test-file(0x10066bae2d80): Couldn't read size of file 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae2d80): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae2d80): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae2d80): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae2d80): close: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae2d80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae3140): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae3140): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae3140): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae3140): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae3140): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.789665961 +0000 UTC m=+30.866738560 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae3140): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae3800): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae3800): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae3800): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae3800): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae3800): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.789665961 +0000 UTC m=+30.866738560 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae3800): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3bc4d0 item 13 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae3e80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae3e80): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae3e80): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae3e80): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae3e80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.791289531 +0000 UTC m=+30.868362130 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066bae3e80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf24c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf24c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf24c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf24c0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf24c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.791289531 +0000 UTC m=+30.868362130 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf24c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3bcaf0 item 14 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf2b00): _readAt: size=2, off=0 2026/04/27 04:48:03 ERROR : open-test-file(0x10066baf2b00): Couldn't read size of file 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf2b00): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf2b00): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf2b00): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf2b00): close: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf2b00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf2ec0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf2ec0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf2ec0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf2ec0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf2ec0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.79288178 +0000 UTC m=+30.869954379 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf2ec0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10b940): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10b940): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10b940): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10b940): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10b940): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.79288178 +0000 UTC m=+30.869954379 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10b940): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b59d340 item 15 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296300): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296300): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296300): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296300): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296300): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.794636035 +0000 UTC m=+30.871708634 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296300): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296840): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296840): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296840): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296840): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296840): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.794636035 +0000 UTC m=+30.871708634 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296840): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b59d730 item 16 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296e80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296e80): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296e80): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296e80): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296e80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.796177129 +0000 UTC m=+30.873249728 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b296e80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297300): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297300): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297300): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297300): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297300): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297300): _writeAt: size=3, off=7 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297300): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297300): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.796177129 +0000 UTC m=+30.873249728 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297300): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297800): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297800): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297800): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297800): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297800): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.796177129 +0000 UTC m=+30.873249728 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297800): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b59dab0 item 17 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297e80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297e80): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297e80): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297e80): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297e80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.79787599 +0000 UTC m=+30.874948590 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b297e80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b64c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b64c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b64c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b64c0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b64c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.79787599 +0000 UTC m=+30.874948590 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b64c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b158310 item 18 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b6b40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b6b40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b6b40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b6b40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b6b40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.799349085 +0000 UTC m=+30.876421684 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b6b40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b7040): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b7040): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b7040): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b7040): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b7040): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b7040): _writeAt: size=3, off=7 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b7040): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b7040): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.799349085 +0000 UTC m=+30.876421684 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b7040): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b7540): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b7540): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b7540): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b7540): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b7540): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.799349085 +0000 UTC m=+30.876421684 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b7540): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b158e70 item 19 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b7bc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b7bc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b7bc0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b7bc0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b7bc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.801168243 +0000 UTC m=+30.878240842 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2b7bc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dc200): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dc200): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dc200): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dc200): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dc200): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.801168243 +0000 UTC m=+30.878240842 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dc200): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b1595e0 item 20 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dc880): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dc880): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dc880): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dc880): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dc880): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.802675983 +0000 UTC m=+30.879748582 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dc880): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dcd80): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dcd80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dcd80): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dcd80): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dcd80): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dcd80): _writeAt: size=3, off=7 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dcd80): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dcd80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.802675983 +0000 UTC m=+30.879748582 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dcd80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dd280): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dd280): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dd280): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dd280): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dd280): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.802675983 +0000 UTC m=+30.879748582 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dd280): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b159c00 item 21 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dd900): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dd900): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dd900): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dd900): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dd900): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.804622002 +0000 UTC m=+30.881694601 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dd900): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dde40): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dde40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dde40): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dde40): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dde40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.804622002 +0000 UTC m=+30.881694601 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2dde40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb904d0 item 22 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3345c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3345c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3345c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3345c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3345c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.806107249 +0000 UTC m=+30.883179848 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3345c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334ac0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334ac0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334ac0): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334ac0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334ac0): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334ac0): _writeAt: size=3, off=7 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334ac0): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334ac0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.806107249 +0000 UTC m=+30.883179848 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334ac0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334fc0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334fc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334fc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334fc0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334fc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.806107249 +0000 UTC m=+30.883179848 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334fc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb912d0 item 23 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b335640): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b335640): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b335640): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b335640): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b335640): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.808118872 +0000 UTC m=+30.885191471 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b335640): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b335b80): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b335b80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b335b80): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b335b80): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b335b80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.808118872 +0000 UTC m=+30.885191471 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b335b80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb91810 item 24 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3642c0): _readAt: size=2, off=0 2026/04/27 04:48:03 ERROR : open-test-file(0x10066b3642c0): Couldn't read size of file 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3642c0): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3642c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3642c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3642c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3642c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b364680): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b364680): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b364680): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b364680): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b364680): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.809479012 +0000 UTC m=+30.886551611 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b364680): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b364b80): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b364b80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b364b80): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b364b80): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b364b80): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b364b80): _writeAt: size=3, off=7 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b364b80): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b364b80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.809479012 +0000 UTC m=+30.886551611 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b364b80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3650c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3650c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3650c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3650c0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3650c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.809479012 +0000 UTC m=+30.886551611 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3650c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4e63f0 item 25 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b365740): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b365740): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b365740): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b365740): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b365740): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.811595242 +0000 UTC m=+30.888667841 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b365740): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b365c80): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b365c80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b365c80): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b365c80): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b365c80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.811595242 +0000 UTC m=+30.888667841 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b365c80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4e6af0 item 26 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4183c0): _readAt: size=2, off=0 2026/04/27 04:48:03 ERROR : open-test-file(0x10066b4183c0): Couldn't read size of file 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4183c0): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4183c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4183c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4183c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4183c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf3140): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf3140): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf3140): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf3140): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf3140): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.813306406 +0000 UTC m=+30.890379006 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf3140): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf3640): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf3640): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf3640): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf3640): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf3640): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf3640): _writeAt: size=3, off=7 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf3640): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf3640): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.813306406 +0000 UTC m=+30.890379006 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf3640): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf3b80): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf3b80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf3b80): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf3b80): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf3b80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.813306406 +0000 UTC m=+30.890379006 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066baf3b80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3bcfc0 item 27 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488300): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488300): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488300): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488300): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488300): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.815510644 +0000 UTC m=+30.892583243 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488300): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488840): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488840): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488840): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488840): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488840): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.815510644 +0000 UTC m=+30.892583243 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488840): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3bda40 item 28 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488e80): _readAt: size=2, off=0 2026/04/27 04:48:03 ERROR : open-test-file(0x10066b488e80): Couldn't read size of file 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488e80): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488e80): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488e80): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488e80): close: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488e80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489240): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489240): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489240): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489240): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489240): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.81739229 +0000 UTC m=+30.894464889 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489240): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489900): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489900): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489900): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489900): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489900): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.81739229 +0000 UTC m=+30.894464889 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489900): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b332230 item 29 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6080): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6080): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6080): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6080): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6080): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.819019766 +0000 UTC m=+30.896092366 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6080): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b65c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b65c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b65c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b65c0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b65c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.819019766 +0000 UTC m=+30.896092366 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b65c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b333030 item 30 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6c00): _readAt: size=2, off=0 2026/04/27 04:48:03 ERROR : open-test-file(0x10066b4b6c00): Couldn't read size of file 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6c00): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6c00): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6c00): >_writeAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6c00): close: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6c00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6fc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6fc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6fc0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6fc0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6fc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.82042357 +0000 UTC m=+30.897496169 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b6fc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b7680): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b7680): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b7680): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b7680): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b7680): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.82042357 +0000 UTC m=+30.897496169 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b7680): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bac40e0 item 31 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b7d00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b7d00): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b7d00): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b7d00): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b7d00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.821936169 +0000 UTC m=+30.899008768 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4b7d00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50a340): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50a340): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50a340): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50a340): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50a340): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.821936169 +0000 UTC m=+30.899008768 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50a340): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bac44d0 item 32 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50a980): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50a980): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50a980): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50a980): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50a980): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.823276242 +0000 UTC m=+30.900348841 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50a980): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50ae00): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50ae00): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50ae00): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50ae00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50ae00): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bac4850 item 33 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50ae00): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50ae00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.823800052 +0000 UTC m=+30.900872651 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50ae00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50b300): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50b300): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50b300): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50b300): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50b300): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.823800052 +0000 UTC m=+30.900872651 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50b300): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bac4a10 item 33 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50b940): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50b940): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50b940): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50b940): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50b940): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.825185621 +0000 UTC m=+30.902258220 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50b940): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50bdc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50bdc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bac4ee0 item 34 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50bdc0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50bdc0): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50bdc0): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50bdc0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50bdc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.825755969 +0000 UTC m=+30.902828569 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b50bdc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b562400): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b562400): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b562400): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b562400): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b562400): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.825755969 +0000 UTC m=+30.902828569 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b562400): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bac52d0 item 34 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b562a40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b562a40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b562a40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b562a40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b562a40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.827237459 +0000 UTC m=+30.904310058 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b562a40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b562ec0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b562ec0): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b562ec0): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b562ec0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b562ec0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bac56c0 item 35 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b562ec0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b562ec0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.827684104 +0000 UTC m=+30.904756703 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b562ec0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5633c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5633c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5633c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5633c0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5633c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.827684104 +0000 UTC m=+30.904756703 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5633c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bac5880 item 35 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b563a40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b563a40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b563a40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b563a40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b563a40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.828920301 +0000 UTC m=+30.905992910 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b563a40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d6040): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d6040): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bac5c70 item 36 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d6040): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d6040): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d6040): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d6040): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d6040): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.829401641 +0000 UTC m=+30.906474239 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d6040): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d6580): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d6580): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d6580): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d6580): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d6580): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.829401641 +0000 UTC m=+30.906474239 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d6580): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bac5e30 item 36 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d6bc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d6bc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d6bc0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d6bc0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d6bc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.830506539 +0000 UTC m=+30.907579139 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d6bc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d7040): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d7040): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d7040): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d7040): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d7040): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b820380 item 37 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d7040): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d7040): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.830893661 +0000 UTC m=+30.907966260 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d7040): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d7540): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d7540): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d7540): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d7540): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d7540): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.830893661 +0000 UTC m=+30.907966260 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d7540): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b820540 item 37 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d7bc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d7bc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d7bc0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d7bc0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d7bc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.832053483 +0000 UTC m=+30.909126082 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5d7bc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5f61c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5f61c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b820a80 item 38 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5f61c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5f61c0): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5f61c0): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5f61c0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5f61c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.832800997 +0000 UTC m=+30.909873606 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5f61c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5f6700): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5f6700): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5f6700): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5f6700): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5f6700): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.832800997 +0000 UTC m=+30.909873606 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b5f6700): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b820e00 item 38 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418bc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418bc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418bc0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418bc0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418bc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.834336008 +0000 UTC m=+30.911408617 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418bc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4190c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4190c0): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4190c0): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4190c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4190c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4e72d0 item 39 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4190c0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4190c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.834883502 +0000 UTC m=+30.911956111 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4190c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4195c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4195c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4195c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4195c0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4195c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.834883502 +0000 UTC m=+30.911956111 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4195c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4e7500 item 39 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419c40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419c40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419c40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419c40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419c40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.836286856 +0000 UTC m=+30.913359465 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419c40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b454240): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b454240): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4e7880 item 40 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b454240): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b454240): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b454240): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b454240): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b454240): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.836789846 +0000 UTC m=+30.913862455 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b454240): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b454780): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b454780): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b454780): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b454780): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b454780): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.836789846 +0000 UTC m=+30.913862455 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b454780): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4e7b20 item 40 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b454d40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b454d40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b454d40): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b454d40): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b454d40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b454d40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b454d40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.83811956 +0000 UTC m=+30.915192169 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b454d40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b455240): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b455240): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b455240): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066ae1a8c0 item 41 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b455240): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b455240): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.838579509 +0000 UTC m=+30.915652107 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b455240): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b455700): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b455700): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b455700): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b455700): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b455700): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066ae1ac40 item 41 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b455700): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b455700): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.839159265 +0000 UTC m=+30.916231864 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b455700): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b455c40): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b455c40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b455c40): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b455c40): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b455c40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.839159265 +0000 UTC m=+30.916231864 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b455c40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066ae1b490 item 41 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b688380): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b688380): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b688380): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b688380): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b688380): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b688380): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b688380): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.840852005 +0000 UTC m=+30.917924604 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b688380): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b688880): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b688880): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b688880): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b84a0e0 item 42 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b688880): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b688880): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.841306153 +0000 UTC m=+30.918378753 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b688880): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b688dc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b688dc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b84a2a0 item 42 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b688dc0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b688dc0): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b688dc0): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b688dc0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b688dc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.841857465 +0000 UTC m=+30.918930064 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b688dc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b689340): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b689340): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b689340): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b689340): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b689340): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.841857465 +0000 UTC m=+30.918930064 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b689340): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b84a460 item 42 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b689980): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b689980): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b689980): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b689980): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b689980): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b689980): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b689980): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.843227665 +0000 UTC m=+30.920300274 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b689980): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b689e80): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b689e80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b689e80): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b84a9a0 item 43 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b689e80): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b689e80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.843708824 +0000 UTC m=+30.920781433 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b689e80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6aa4c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6aa4c0): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6aa4c0): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6aa4c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6aa4c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b84ab60 item 43 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6aa4c0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6aa4c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.844248494 +0000 UTC m=+30.921321103 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6aa4c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6aaa00): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6aaa00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6aaa00): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6aaa00): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6aaa00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.844248494 +0000 UTC m=+30.921321103 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6aaa00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b84ad20 item 43 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ab040): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ab040): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ab040): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ab040): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ab040): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ab040): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ab040): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.84557422 +0000 UTC m=+30.922646829 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ab040): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ab540): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ab540): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ab540): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b84b0a0 item 44 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ab540): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ab540): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.845997782 +0000 UTC m=+30.923070391 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ab540): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6aba80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6aba80): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b84b340 item 44 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6aba80): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6aba80): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6aba80): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6aba80): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6aba80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.846570273 +0000 UTC m=+30.923642882 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6aba80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cc100): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cc100): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cc100): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cc100): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cc100): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.846570273 +0000 UTC m=+30.923642882 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cc100): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b84b570 item 44 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cc740): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cc740): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cc740): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cc740): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cc740): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cc740): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cc740): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.847797133 +0000 UTC m=+30.924869742 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cc740): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ccc40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ccc40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ccc40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b84bab0 item 45 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ccc40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ccc40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.848321324 +0000 UTC m=+30.925393933 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ccc40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd340): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd340): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd340): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd340): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd340): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.848321324 +0000 UTC m=+30.925393933 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd340): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b84bdc0 item 45 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd980): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd980): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd980): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd980): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd980): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd980): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd980): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.84968923 +0000 UTC m=+30.926761839 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cd980): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cde80): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cde80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cde80): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b11aaf0 item 46 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cde80): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cde80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.850225703 +0000 UTC m=+30.927298312 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6cde80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ee680): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ee680): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ee680): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ee680): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ee680): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.850225703 +0000 UTC m=+30.927298312 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ee680): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b11ae00 item 46 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6eecc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6eecc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6eecc0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6eecc0): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6eecc0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6eecc0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6eecc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.85165803 +0000 UTC m=+30.928730639 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6eecc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ef1c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ef1c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ef1c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b11b7a0 item 47 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ef1c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ef1c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.852179095 +0000 UTC m=+30.929251704 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ef1c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ef8c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ef8c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ef8c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ef8c0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ef8c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.852179095 +0000 UTC m=+30.929251704 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6ef8c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b6f6000 item 47 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e000): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e000): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e000): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e000): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e000): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e000): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e000): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.853537443 +0000 UTC m=+30.930610052 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e000): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e500): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e500): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e500): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b6f64d0 item 48 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e500): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e500): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.854034593 +0000 UTC m=+30.931107192 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70e500): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70ec00): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70ec00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70ec00): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70ec00): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70ec00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.854034593 +0000 UTC m=+30.931107192 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70ec00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b6f6690 item 48 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f240): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f240): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f240): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f240): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f240): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.855349528 +0000 UTC m=+30.932422126 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f240): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f6c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f6c0): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f6c0): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f6c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f6c0): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f6c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b6f6a10 item 49 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f6c0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f6c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.855803616 +0000 UTC m=+30.932876215 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70f6c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70fc00): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70fc00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70fc00): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70fc00): >_readAt: n=8, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70fc00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.855803616 +0000 UTC m=+30.932876215 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b70fc00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b6f6bd0 item 49 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72a380): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72a380): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72a380): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72a380): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72a380): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.856979289 +0000 UTC m=+30.934051887 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72a380): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72a880): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72a880): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72a880): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b6f6f50 item 50 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72a880): _readAt: size=2, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72a880): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72a880): _writeAt: size=3, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72a880): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72a880): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.857457221 +0000 UTC m=+30.934529821 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72a880): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72ae00): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72ae00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72ae00): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72ae00): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72ae00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.857457221 +0000 UTC m=+30.934529821 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72ae00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b6f7110 item 50 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72b480): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72b480): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72b480): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72b480): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72b480): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.858480647 +0000 UTC m=+30.935553246 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72b480): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72b980): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72b980): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72b980): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72b980): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72b980): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72b980): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b6f7570 item 51 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72b980): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72b980): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.858886604 +0000 UTC m=+30.935959203 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72b980): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72bec0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72bec0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72bec0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72bec0): >_readAt: n=8, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72bec0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.858886604 +0000 UTC m=+30.935959203 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b72bec0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b6f7730 item 51 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b752640): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b752640): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b752640): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b752640): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b752640): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.86005884 +0000 UTC m=+30.937131439 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b752640): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b752b40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b752b40): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b752b40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b6f7ab0 item 52 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b752b40): _readAt: size=2, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b752b40): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b752b40): _writeAt: size=3, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b752b40): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b752b40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.860621102 +0000 UTC m=+30.937693702 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b752b40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7530c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7530c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7530c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7530c0): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7530c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.860621102 +0000 UTC m=+30.937693702 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7530c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b6f7c70 item 52 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b753740): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b753740): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b753740): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b753740): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b753740): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.861808417 +0000 UTC m=+30.938881015 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b753740): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b753c40): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b753c40): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b753c40): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b753c40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b753c40): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b753c40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b124460 item 53 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b753c40): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b753c40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.862277122 +0000 UTC m=+30.939349722 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b753c40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77a280): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77a280): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77a280): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77a280): >_readAt: n=8, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77a280): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.862277122 +0000 UTC m=+30.939349722 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77a280): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b124620 item 53 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77a900): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77a900): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77a900): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77a900): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77a900): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.863444409 +0000 UTC m=+30.940517008 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77a900): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77ae00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77ae00): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77ae00): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b124cb0 item 54 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77ae00): _readAt: size=2, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77ae00): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77ae00): _writeAt: size=3, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77ae00): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77ae00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.863945577 +0000 UTC m=+30.941018176 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77ae00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77b380): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77b380): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77b380): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77b380): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77b380): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.863945577 +0000 UTC m=+30.941018176 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77b380): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b1250a0 item 54 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77ba00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77ba00): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77ba00): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77ba00): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77ba00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.864988228 +0000 UTC m=+30.942060827 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b77ba00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b8000): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b8000): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b8000): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b8000): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b8000): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b8000): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b5140e0 item 55 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b8000): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b8000): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.865438308 +0000 UTC m=+30.942510907 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b8000): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b8540): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b8540): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b8540): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b8540): >_readAt: n=8, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b8540): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.865438308 +0000 UTC m=+30.942510907 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b8540): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b5142a0 item 55 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b8bc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b8bc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b8bc0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b8bc0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b8bc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.866505816 +0000 UTC m=+30.943578414 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b8bc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b90c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b90c0): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b90c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b514a80 item 56 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b90c0): _readAt: size=2, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b90c0): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b90c0): _writeAt: size=3, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b90c0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b90c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.866993668 +0000 UTC m=+30.944066268 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b90c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b9640): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b9640): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b9640): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b9640): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b9640): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.866993668 +0000 UTC m=+30.944066268 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b9640): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b514d20 item 56 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b9c80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b9c80): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b9c80): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b9c80): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b9c80): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b9c80): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b9c80): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b9c80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.868152157 +0000 UTC m=+30.945224756 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7b9c80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d62c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d62c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d62c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b5150a0 item 57 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d62c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d62c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.86852319 +0000 UTC m=+30.945595788 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d62c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d6800): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d6800): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d6800): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d6800): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d6800): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d6800): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b515260 item 57 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d6800): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d6800): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.869738347 +0000 UTC m=+30.946810946 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d6800): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d6d80): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d6d80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d6d80): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d6d80): >_readAt: n=8, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d6d80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.869738347 +0000 UTC m=+30.946810946 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d6d80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b515650 item 57 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d73c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d73c0): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d73c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d73c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d73c0): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d73c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d73c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d73c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.871115309 +0000 UTC m=+30.948187918 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d73c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7900): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7900): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7900): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b515c00 item 58 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7900): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7900): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.871796537 +0000 UTC m=+30.948869146 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7900): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7e40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7e40): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7e40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b162540 item 58 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7e40): _readAt: size=2, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7e40): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7e40): _writeAt: size=3, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7e40): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7e40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.872556814 +0000 UTC m=+30.949629412 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7d7e40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4500): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4500): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4500): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4500): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4500): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.872556814 +0000 UTC m=+30.949629412 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4500): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b162c40 item 58 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4b40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4b40): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4b40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4b40): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4b40): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4b40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4b40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4b40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.874213876 +0000 UTC m=+30.951286475 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f4b40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5080): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5080): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5080): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bbfe310 item 59 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5080): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5080): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.874654549 +0000 UTC m=+30.951727148 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5080): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f55c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f55c0): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f55c0): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f55c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f55c0): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f55c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bbfe4d0 item 59 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f55c0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f55c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.875218154 +0000 UTC m=+30.952290754 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f55c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5b40): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5b40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5b40): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5b40): >_readAt: n=8, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5b40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.875218154 +0000 UTC m=+30.952290754 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b7f5b40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bbfe700 item 59 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830280): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830280): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830280): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830280): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830280): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830280): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830280): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830280): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.876352889 +0000 UTC m=+30.953425489 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830280): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8307c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8307c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8307c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bbfee00 item 60 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8307c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8307c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.876759177 +0000 UTC m=+30.953831796 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8307c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830d00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830d00): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830d00): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bbfefc0 item 60 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830d00): _readAt: size=2, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830d00): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830d00): _writeAt: size=3, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830d00): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830d00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.877337381 +0000 UTC m=+30.954409980 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830d00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8312c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8312c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8312c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8312c0): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8312c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.877337381 +0000 UTC m=+30.954409980 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8312c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bbff180 item 60 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b831900): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b831900): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b831900): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b831900): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b831900): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b831900): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b831900): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b831900): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.879069966 +0000 UTC m=+30.956142564 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b831900): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b831e40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b831e40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b831e40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066ad50b60 item 61 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b831e40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b831e40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.879477275 +0000 UTC m=+30.956549874 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b831e40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b896440): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b896440): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b896440): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b896440): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b896440): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.879477275 +0000 UTC m=+30.956549874 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b896440): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b0ac070 item 61 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b896a80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b896a80): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b896a80): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b896a80): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b896a80): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b896a80): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b896a80): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b896a80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.881784676 +0000 UTC m=+30.958857276 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b896a80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b872640): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b872640): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b872640): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b8200e0 item 62 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b872640): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b872640): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.882253824 +0000 UTC m=+30.959326422 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b872640): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b872d40): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b872d40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b872d40): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b872d40): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b872d40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.882253824 +0000 UTC m=+30.959326422 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b872d40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b8202a0 item 62 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b873380): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b873380): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b873380): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b873380): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b873380): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b873380): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b873380): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b873380): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.883794916 +0000 UTC m=+30.960867515 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b873380): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8738c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8738c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8738c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b820690 item 63 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8738c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8738c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.884220621 +0000 UTC m=+30.961293220 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8738c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b896cc0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b896cc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b896cc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b896cc0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b896cc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.884220621 +0000 UTC m=+30.961293220 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b896cc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b820a10 item 63 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b897300): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b897300): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b897300): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b897300): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b897300): >_readAt: n=0, err=Bad file descriptor 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b897300): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b897300): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b897300): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.885509739 +0000 UTC m=+30.962582337 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b897300): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b897840): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b897840): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b897840): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b8210a0 item 64 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b897840): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b897840): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.885923681 +0000 UTC m=+30.962996279 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b897840): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4040): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4040): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4040): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4040): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4040): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.885923681 +0000 UTC m=+30.962996279 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4040): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b8212d0 item 64 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4680): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4680): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4680): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4680): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4680): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.887200403 +0000 UTC m=+30.964273002 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4680): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4b00): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4b00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4b00): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4b00): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4b00): _writeAt: size=3, off=2 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b8216c0 item 65 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4b00): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4b00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.887613925 +0000 UTC m=+30.964686524 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e4b00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5080): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5080): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5080): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5080): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5080): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.887613925 +0000 UTC m=+30.964686524 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5080): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b8219d0 item 65 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e56c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e56c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e56c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e56c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e56c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.888854981 +0000 UTC m=+30.965927580 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e56c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5b40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5b40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b821d50 item 66 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5b40): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5b40): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5b40): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5b40): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5b40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.889431842 +0000 UTC m=+30.966504441 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e5b40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b164040): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b164040): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b164040): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b164040): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b164040): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.889431842 +0000 UTC m=+30.966504441 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b164040): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066ad50ee0 item 66 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165380): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165380): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165380): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165380): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165380): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.890612193 +0000 UTC m=+30.967684792 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165380): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165ac0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165ac0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165ac0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165ac0): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165ac0): _writeAt: size=3, off=2 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066ad51b20 item 67 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165ac0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165ac0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.891054379 +0000 UTC m=+30.968126978 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b165ac0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4283c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4283c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4283c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4283c0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4283c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.891054379 +0000 UTC m=+30.968126978 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4283c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b69e1c0 item 67 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428a40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428a40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428a40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428a40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428a40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.89255762 +0000 UTC m=+30.969630218 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428a40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428f40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428f40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b69f0a0 item 68 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428f40): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428f40): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428f40): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428f40): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428f40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.893018911 +0000 UTC m=+30.970091511 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b428f40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429480): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429480): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429480): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429480): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429480): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.893018911 +0000 UTC m=+30.970091511 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429480): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b69f260 item 68 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429ac0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429ac0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429ac0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429ac0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429ac0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.894136584 +0000 UTC m=+30.971209183 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b429ac0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338080): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338080): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338080): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338080): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338080): _writeAt: size=3, off=2 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3a8310 item 69 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338080): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338080): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.894583499 +0000 UTC m=+30.971656099 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338080): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338640): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338640): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338640): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338640): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338640): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.894583499 +0000 UTC m=+30.971656099 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b338640): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3a8af0 item 69 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339040): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339040): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339040): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339040): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339040): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.895817602 +0000 UTC m=+30.972890201 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339040): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339e00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339e00): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3a9260 item 70 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339e00): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339e00): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339e00): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339e00): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339e00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.896377029 +0000 UTC m=+30.973449628 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b339e00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10a600): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10a600): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10a600): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10a600): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10a600): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.896377029 +0000 UTC m=+30.973449628 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10a600): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3a9730 item 70 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10b1c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10b1c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10b1c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10b1c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10b1c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.897437043 +0000 UTC m=+30.974509642 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10b1c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10ba00): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10ba00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10ba00): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10ba00): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10ba00): _writeAt: size=3, off=2 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3a9b90 item 71 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10ba00): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10ba00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.897850315 +0000 UTC m=+30.974922914 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b10ba00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830240): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830240): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830240): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830240): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830240): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.897850315 +0000 UTC m=+30.974922914 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830240): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b16a230 item 71 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8308c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8308c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8308c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8308c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8308c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.899155952 +0000 UTC m=+30.976228551 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b8308c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830dc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830dc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b16aaf0 item 72 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830dc0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830dc0): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830dc0): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830dc0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830dc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.89961493 +0000 UTC m=+30.976687529 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b830dc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b831300): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b831300): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b831300): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b831300): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b831300): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.89961493 +0000 UTC m=+30.976687529 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b831300): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b16b2d0 item 72 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6100): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6100): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6100): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6100): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6100): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6100): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6100): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.900744765 +0000 UTC m=+30.977817394 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6100): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6600): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6600): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6600): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b16b810 item 73 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6600): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6600): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.901291629 +0000 UTC m=+30.978364229 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6600): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6ac0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6ac0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6ac0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6ac0): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6ac0): _writeAt: size=3, off=2 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b16ba40 item 73 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6ac0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6ac0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.901727964 +0000 UTC m=+30.978800563 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d6ac0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7000): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7000): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7000): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7000): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7000): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.901727964 +0000 UTC m=+30.978800563 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7000): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b5c43f0 item 73 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7640): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7640): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7640): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7640): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7640): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7640): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7640): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.902888257 +0000 UTC m=+30.979960856 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7640): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7b40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7b40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7b40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b5c47e0 item 74 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7b40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7b40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.903378444 +0000 UTC m=+30.980451043 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2d7b40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e2180): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e2180): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b5c4a80 item 74 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e2180): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e2180): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e2180): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e2180): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e2180): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.903896352 +0000 UTC m=+30.980968952 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e2180): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e2700): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e2700): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e2700): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e2700): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e2700): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.903896352 +0000 UTC m=+30.980968952 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e2700): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b5c4c40 item 74 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e2d40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e2d40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e2d40): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e2d40): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e2d40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e2d40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e2d40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.905050916 +0000 UTC m=+30.982123514 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e2d40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e3240): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e3240): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e3240): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b5c50a0 item 75 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e3240): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e3240): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.905452114 +0000 UTC m=+30.982524712 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e3240): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e3780): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e3780): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e3780): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e3780): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e3780): _writeAt: size=3, off=2 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b5c52d0 item 75 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e3780): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e3780): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.905876115 +0000 UTC m=+30.982948713 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e3780): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e3cc0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e3cc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e3cc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e3cc0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e3cc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.905876115 +0000 UTC m=+30.982948713 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2e3cc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b5c5490 item 75 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f6400): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f6400): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f6400): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f6400): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f6400): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f6400): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f6400): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.907057789 +0000 UTC m=+30.984130387 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f6400): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f6900): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f6900): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f6900): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b5c5960 item 76 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f6900): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f6900): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.907541863 +0000 UTC m=+30.984614462 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f6900): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f6e40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f6e40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b5c5b20 item 76 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f6e40): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f6e40): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f6e40): _writeAt: size=3, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f6e40): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f6e40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.908013806 +0000 UTC m=+30.985086405 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f6e40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f73c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f73c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f73c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f73c0): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f73c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.908013806 +0000 UTC m=+30.985086405 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f73c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b5c5ce0 item 76 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f7a00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f7a00): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f7a00): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f7a00): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f7a00): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f7a00): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f7a00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.909294907 +0000 UTC m=+30.986367507 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b2f7a00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334000): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334000): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334000): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b0fa5b0 item 77 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334000): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334000): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.910154322 +0000 UTC m=+30.987226920 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334000): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334700): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334700): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334700): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334700): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334700): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.910154322 +0000 UTC m=+30.987226920 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334700): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b0fae70 item 77 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334d40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334d40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334d40): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334d40): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334d40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334d40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334d40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.911771519 +0000 UTC m=+30.988844118 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b334d40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b335240): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b335240): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b335240): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b0fb6c0 item 78 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b335240): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b335240): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.912303034 +0000 UTC m=+30.989375643 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b335240): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b335940): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b335940): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b335940): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b335940): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b335940): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.912303034 +0000 UTC m=+30.989375643 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b335940): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b0fbe30 item 78 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b350080): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b350080): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b350080): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b350080): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b350080): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b350080): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b350080): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.91361339 +0000 UTC m=+30.990685999 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b350080): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b350580): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b350580): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b350580): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4cc4d0 item 79 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b350580): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b350580): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.914103587 +0000 UTC m=+30.991176216 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b350580): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b350c80): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b350c80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b350c80): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b350c80): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b350c80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.914103587 +0000 UTC m=+30.991176216 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b350c80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4cc770 item 79 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3512c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3512c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3512c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3512c0): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3512c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3512c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3512c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.915357346 +0000 UTC m=+30.992429956 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3512c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3517c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3517c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3517c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4ccaf0 item 80 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3517c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3517c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.915815513 +0000 UTC m=+30.992888122 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3517c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b351ec0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b351ec0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b351ec0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b351ec0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b351ec0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.915815513 +0000 UTC m=+30.992888122 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b351ec0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4cccb0 item 80 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ec600): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ec600): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ec600): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ec600): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ec600): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.917469479 +0000 UTC m=+30.994542079 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ec600): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3eca80): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3eca80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3eca80): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3eca80): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3eca80): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3eca80): _writeAt: size=3, off=7 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4cd110 item 81 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3eca80): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3eca80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.918007105 +0000 UTC m=+30.995079714 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3eca80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ecfc0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ecfc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ecfc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ecfc0): >_readAt: n=8, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ecfc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.918007105 +0000 UTC m=+30.995079714 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ecfc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4cd420 item 81 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ed640): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ed640): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ed640): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ed640): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ed640): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.919216782 +0000 UTC m=+30.996289381 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3ed640): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3edb40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3edb40): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3edb40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4cd880 item 82 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3edb40): _readAt: size=2, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3edb40): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3edb40): _writeAt: size=3, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3edb40): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3edb40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.919752745 +0000 UTC m=+30.996825343 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b3edb40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4181c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4181c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4181c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4181c0): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4181c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.919752745 +0000 UTC m=+30.996825343 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4181c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b4cda40 item 82 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418840): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418840): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418840): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418840): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418840): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.9207079 +0000 UTC m=+30.997780499 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418840): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418d40): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418d40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418d40): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418d40): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418d40): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418d40): _writeAt: size=3, off=7 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b59c000 item 83 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418d40): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418d40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.921160115 +0000 UTC m=+30.998232714 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b418d40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419280): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419280): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419280): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419280): >_readAt: n=8, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419280): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.921160115 +0000 UTC m=+30.998232714 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419280): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b59c230 item 83 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419900): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419900): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419900): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419900): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419900): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.92225804 +0000 UTC m=+30.999330639 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419900): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419e00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419e00): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419e00): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b59c620 item 84 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419e00): _readAt: size=2, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419e00): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419e00): _writeAt: size=3, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419e00): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419e00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.922796579 +0000 UTC m=+30.999869178 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b419e00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b440480): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b440480): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b440480): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b440480): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b440480): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.922796579 +0000 UTC m=+30.999869178 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b440480): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b59c7e0 item 84 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b440b00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b440b00): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b440b00): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b440b00): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b440b00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.923883413 +0000 UTC m=+31.000956012 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b440b00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b441000): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b441000): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b441000): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b441000): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b441000): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b441000): _writeAt: size=3, off=7 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b59cb60 item 85 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b441000): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b441000): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.924345596 +0000 UTC m=+31.001418196 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b441000): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b441540): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b441540): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b441540): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b441540): >_readAt: n=8, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b441540): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.924345596 +0000 UTC m=+31.001418196 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b441540): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b59cd20 item 85 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b441bc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b441bc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b441bc0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b441bc0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b441bc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.9254638 +0000 UTC m=+31.002536399 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b441bc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4501c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4501c0): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4501c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b59d1f0 item 86 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4501c0): _readAt: size=2, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4501c0): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4501c0): _writeAt: size=3, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4501c0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4501c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.925931234 +0000 UTC m=+31.003003833 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4501c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b450740): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b450740): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b450740): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b450740): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b450740): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.925931234 +0000 UTC m=+31.003003833 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b450740): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b59d490 item 86 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b450dc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b450dc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b450dc0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b450dc0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b450dc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.927051461 +0000 UTC m=+31.004124060 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b450dc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4512c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4512c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4512c0): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4512c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4512c0): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4512c0): _writeAt: size=3, off=7 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b59d880 item 87 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4512c0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4512c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.927483839 +0000 UTC m=+31.004556438 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4512c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b451800): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b451800): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b451800): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b451800): >_readAt: n=8, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b451800): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.927483839 +0000 UTC m=+31.004556438 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b451800): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b59da40 item 87 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b451e80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b451e80): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b451e80): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b451e80): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b451e80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.928581583 +0000 UTC m=+31.005654182 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b451e80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b466480): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b466480): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b466480): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b59ddc0 item 88 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b466480): _readAt: size=2, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b466480): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b466480): _writeAt: size=3, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b466480): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b466480): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.929190434 +0000 UTC m=+31.006263033 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b466480): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b466a00): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b466a00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b466a00): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b466a00): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b466a00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.929190434 +0000 UTC m=+31.006263033 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b466a00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b158310 item 88 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b467040): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b467040): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b467040): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b467040): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b467040): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b467040): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b467040): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b467040): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.930354154 +0000 UTC m=+31.007426753 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b467040): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b467580): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b467580): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b467580): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b158e70 item 89 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b467580): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b467580): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.930799596 +0000 UTC m=+31.007872195 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b467580): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62c000): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62c000): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62c000): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62c000): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62c000): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62c000): _writeAt: size=3, off=7 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b1591f0 item 89 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62c000): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62c000): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.931367058 +0000 UTC m=+31.008439657 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62c000): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62c600): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62c600): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62c600): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62c600): >_readAt: n=8, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62c600): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.931367058 +0000 UTC m=+31.008439657 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62c600): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb900e0 item 89 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62cc40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62cc40): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62cc40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62cc40): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62cc40): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62cc40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62cc40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62cc40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.932498267 +0000 UTC m=+31.009570866 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62cc40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62d180): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62d180): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62d180): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb905b0 item 90 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62d180): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62d180): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.932931395 +0000 UTC m=+31.010003995 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62d180): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62d6c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62d6c0): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62d6c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb91180 item 90 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62d6c0): _readAt: size=2, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62d6c0): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62d6c0): _writeAt: size=3, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62d6c0): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62d6c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.933496614 +0000 UTC m=+31.010569214 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62d6c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62dc80): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62dc80): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62dc80): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62dc80): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62dc80): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.933496614 +0000 UTC m=+31.010569214 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b62dc80): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb913b0 item 90 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6543c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6543c0): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6543c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6543c0): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6543c0): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6543c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6543c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6543c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.934599157 +0000 UTC m=+31.011671757 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6543c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b654900): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b654900): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b654900): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bb91730 item 91 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b654900): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b654900): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.935091028 +0000 UTC m=+31.012163627 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b654900): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b654e40): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b654e40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b654e40): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b654e40): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b654e40): >_readAt: n=2, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b654e40): _writeAt: size=3, off=7 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3bc540 item 91 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b654e40): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b654e40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.935561397 +0000 UTC m=+31.012633996 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b654e40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6553c0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6553c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6553c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6553c0): >_readAt: n=8, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6553c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.935561397 +0000 UTC m=+31.012633996 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6553c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3bc850 item 91 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b655a00): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b655a00): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b655a00): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b655a00): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b655a00): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b655a00): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b655a00): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b655a00): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.936719436 +0000 UTC m=+31.013792035 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b655a00): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b662040): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b662040): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b662040): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3bcd90 item 92 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b662040): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b662040): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.937170297 +0000 UTC m=+31.014242897 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b662040): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b662580): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b662580): open at offset 5 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b662580): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3bd030 item 92 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b662580): _readAt: size=2, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b662580): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b662580): _writeAt: size=3, off=5 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b662580): >_writeAt: n=3, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b662580): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.937694749 +0000 UTC m=+31.014767348 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b662580): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b662b40): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b662b40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b662b40): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b662b40): >_readAt: n=3, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b662b40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.937694749 +0000 UTC m=+31.014767348 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b662b40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3bd2d0 item 92 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b663180): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b663180): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b663180): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b663180): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b663180): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b663180): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b663180): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b663180): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.938831268 +0000 UTC m=+31.015903867 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b663180): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6636c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6636c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6636c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b3bdce0 item 93 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6636c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6636c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.93925058 +0000 UTC m=+31.016323179 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b6636c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b663dc0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b663dc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b663dc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b663dc0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b663dc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.93925058 +0000 UTC m=+31.016323179 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b663dc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b332150 item 93 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b67e500): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b67e500): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b67e500): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b67e500): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b67e500): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b67e500): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b67e500): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b67e500): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.940608628 +0000 UTC m=+31.017681237 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b67e500): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b67ea40): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b67ea40): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b67ea40): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b332f50 item 94 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b67ea40): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b67ea40): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.941357813 +0000 UTC m=+31.018430412 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b67ea40): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b67f140): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b67f140): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b67f140): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b67f140): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b67f140): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.941357813 +0000 UTC m=+31.018430412 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b67f140): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b333110 item 94 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488180): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488180): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488180): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488180): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488180): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488180): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488180): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488180): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.942752439 +0000 UTC m=+31.019825039 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488180): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4886c0): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4886c0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4886c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b159650 item 95 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4886c0): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4886c0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.943244069 +0000 UTC m=+31.020316667 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4886c0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488dc0): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488dc0): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488dc0): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488dc0): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488dc0): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.943244069 +0000 UTC m=+31.020316667 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b488dc0): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066b159a40 item 95 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489400): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489400): open at offset 0 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489400): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489400): _readAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489400): >_readAt: n=0, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489400): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489400): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489400): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.9445409 +0000 UTC m=+31.021613499 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489400): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489940): _writeAt: size=5, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489940): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489940): >openPending: err= 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bac40e0 item 96 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489940): >_writeAt: n=5, err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489940): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.944945264 +0000 UTC m=+31.022017863 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b489940): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/27 04:48:03 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:03 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/27 04:48:03 DEBUG : open-test-file: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4ba140): _readAt: size=512, off=0 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4ba140): openPending: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4ba140): >openPending: err= 2026/04/27 04:48:03 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4ba140): >_readAt: n=5, err=EOF 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4ba140): close: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-27 04:48:03.944945264 +0000 UTC m=+31.022017863 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : open-test-file(0x10066b4ba140): >close: err= 2026/04/27 04:48:03 DEBUG : open-test-file: Remove: 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x10066bac42a0 item 96 2026/04/27 04:48:03 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/27 04:48:03 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/27 04:48:03 DEBUG : open-test-file: >Remove: err= 2026/04/27 04:48:03 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:03 DEBUG : Looking for writers 2026/04/27 04:48:03 DEBUG : >WaitForWriters: 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.39s) --- PASS: TestRWFileHandleOpenTests/writes (0.21s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.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:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:03 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:03 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:48:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:48:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:03 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:03 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:48:03 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:03 DEBUG : file1: newRWFileHandle: 2026/04/27 04:48:03 DEBUG : file1(0x10066b4ba7c0): openPending: 2026/04/27 04:48:03 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:03 DEBUG : file1(0x10066b4ba7c0): >openPending: err= 2026/04/27 04:48:03 DEBUG : file1: >newRWFileHandle: err= 2026/04/27 04:48:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:03 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/27 04:48:03 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/27 04:48:03 DEBUG : file1(0x10066b4ba7c0): _writeAt: size=2, off=0 2026/04/27 04:48:03 DEBUG : file1(0x10066b4ba7c0): >_writeAt: n=2, err= 2026/04/27 04:48:03 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/04/27 04:48:03 DEBUG : file1(0x10066b4ba7c0): RWFileHandle.Flush 2026/04/27 04:48:03 DEBUG : file1(0x10066b4ba7c0): RWFileHandle.Release 2026/04/27 04:48:03 DEBUG : file1(0x10066b4ba7c0): close: 2026/04/27 04:48:03 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/04/27 04:48:03 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:03 DEBUG : file1(0x10066b4ba7c0): >close: err= 2026/04/27 04:48:03 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:03 DEBUG : Looking for writers 2026/04/27 04:48:03 DEBUG : file1: reading active writers 2026/04/27 04:48:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/27 04:48:03 DEBUG : Looking for writers 2026/04/27 04:48:03 DEBUG : file1: reading active writers 2026/04/27 04:48:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/27 04:48:03 DEBUG : Looking for writers 2026/04/27 04:48:03 DEBUG : file1: reading active writers 2026/04/27 04:48:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/27 04:48:04 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-vixavog4pogi/dir/file1: no such file or directory 2026/04/27 04:48:04 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-vixavog4pogi/dir/file1: no such file or directory 2026/04/27 04:48:04 DEBUG : Looking for writers 2026/04/27 04:48:04 DEBUG : file1: reading active writers 2026/04/27 04:48:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/27 04:48:04 DEBUG : file1: vfs cache: starting upload 2026/04/27 04:48:04 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1.a0a9169e.partial" 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1.a0a9169e.partial 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1.a0a9169e.partial" 2026/04/27 04:48:04 DEBUG : Looking for writers 2026/04/27 04:48:04 DEBUG : file1: reading active writers 2026/04/27 04:48:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-vixavog4pogi/file1.a0a9169e.partial 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:04 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/27 04:48:04 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/04/27 04:48:04 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/04/27 04:48:04 INFO : file1: Copied (new) 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:04 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/27 04:48:04 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/04/27 04:48:04 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/27 04:48:04 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/04/27 04:48:04 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:04 INFO : file1: vfs cache: upload succeeded try #1 2026/04/27 04:48:04 DEBUG : Looking for writers 2026/04/27 04:48:04 DEBUG : file1: reading active writers 2026/04/27 04:48:04 DEBUG : >WaitForWriters: 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:04 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-vixavog4pogi/dir/file1: no such file or directory 2026/04/27 04:48:04 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-vixavog4pogi/dir/file1: no such file or directory 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:04 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:04 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/04/27 04:48:04 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:04 DEBUG : Looking for writers 2026/04/27 04:48:04 DEBUG : file1: reading active writers 2026/04/27 04:48:04 DEBUG : >WaitForWriters: 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.52s) === RUN TestRWCacheRename run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:04 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:48:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:48:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:04 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:04 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:48:04 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:04 DEBUG : rename_me: newRWFileHandle: 2026/04/27 04:48:04 DEBUG : rename_me(0x10066b7103c0): openPending: 2026/04/27 04:48:04 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/27 04:48:04 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/04/27 04:48:04 DEBUG : rename_me(0x10066b7103c0): >openPending: err= 2026/04/27 04:48:04 DEBUG : rename_me: >newRWFileHandle: err= 2026/04/27 04:48:04 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/04/27 04:48:04 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/04/27 04:48:04 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/04/27 04:48:04 DEBUG : rename_me(0x10066b7103c0): _writeAt: size=5, off=0 2026/04/27 04:48:04 DEBUG : rename_me(0x10066b7103c0): >_writeAt: n=5, err= 2026/04/27 04:48:04 DEBUG : rename_me(0x10066b7103c0): close: 2026/04/27 04:48:04 DEBUG : rename_me: vfs cache: setting modification time to 2026-04-27 04:48:04.469215594 +0000 UTC m=+31.546288203 2026/04/27 04:48:04 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/04/27 04:48:04 DEBUG : rename_me(0x10066b7103c0): >close: err= 2026/04/27 04:48:04 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/04/27 04:48:04 DEBUG : i_was_renamed: Updating file with 0x10066b7f8680 2026/04/27 04:48:04 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/04/27 04:48:04 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/04/27 04:48:04 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:04 DEBUG : Looking for writers 2026/04/27 04:48:04 DEBUG : i_was_renamed: reading active writers 2026/04/27 04:48:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/27 04:48:04 DEBUG : Looking for writers 2026/04/27 04:48:04 DEBUG : i_was_renamed: reading active writers 2026/04/27 04:48:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/27 04:48:04 DEBUG : Looking for writers 2026/04/27 04:48:04 DEBUG : i_was_renamed: reading active writers 2026/04/27 04:48:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/27 04:48:04 DEBUG : Looking for writers 2026/04/27 04:48:04 DEBUG : i_was_renamed: reading active writers 2026/04/27 04:48:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/27 04:48:04 DEBUG : i_was_renamed: vfs cache: starting upload 2026/04/27 04:48:04 DEBUG : i_was_renamed.dc921b70.partial: size = 5 OK 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/i_was_renamed.dc921b70.partial" 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/i_was_renamed.dc921b70.partial 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/i_was_renamed.dc921b70.partial" 2026/04/27 04:48:04 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-vixavog4pogi/dir/file1: no such file or directory 2026/04/27 04:48:04 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-vixavog4pogi/dir/file1: no such file or directory 2026/04/27 04:48:04 DEBUG : Looking for writers 2026/04/27 04:48:04 DEBUG : i_was_renamed: reading active writers 2026/04/27 04:48:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-vixavog4pogi/i_was_renamed.dc921b70.partial 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:04 DEBUG : i_was_renamed.dc921b70.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/27 04:48:04 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/27 04:48:04 DEBUG : i_was_renamed.dc921b70.partial: renamed to: i_was_renamed 2026/04/27 04:48:04 INFO : i_was_renamed: Copied (new) 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/i_was_renamed" 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/i_was_renamed 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/i_was_renamed" 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-vixavog4pogi/i_was_renamed 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:04 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/27 04:48:04 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-04-27 04:48:04 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/27 04:48:04 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/04/27 04:48:04 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/04/27 04:48:04 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/04/27 04:48:04 DEBUG : Looking for writers 2026/04/27 04:48:04 DEBUG : i_was_renamed: reading active writers 2026/04/27 04:48:04 DEBUG : >WaitForWriters: 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:04 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:48:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:04 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:04 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/27 04:48:04 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-vixavog4pogi" 2026/04/27 04:48:04 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:04 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:04 DEBUG : forgetting directory cache 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:04 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:04 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate(0x10066b4ba0c0): _readAt: size=512, off=0 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate(0x10066b4ba0c0): openPending: 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-27 03:49:04 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/27 04:48:05 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate(0x10066b4ba0c0): >openPending: err= 2026/04/27 04:48:05 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate(0x10066b4ba0c0): >_readAt: n=20, err=EOF 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate(0x10066b4ba0c0): close: 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-27 03:49:04 +0000 UTC 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate(0x10066b4ba0c0): >close: err= 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:05 DEBUG : forgetting directory cache 2026/04/27 04:48:05 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate(0x10066b5f66c0): _readAt: size=512, off=0 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate(0x10066b5f66c0): openPending: 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-27 03:50:04 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-04-27 03:49:04 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-27 03:50:04 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-04-27 03:49:04 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/04/27 04:48:05 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/27 04:48:05 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate(0x10066b5f66c0): >openPending: err= 2026/04/27 04:48:05 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate(0x10066b5f66c0): >_readAt: n=20, err=EOF 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate(0x10066b5f66c0): close: 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-27 03:50:04 +0000 UTC 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate(0x10066b5f66c0): >close: err= 2026/04/27 04:48:05 DEBUG : Re-reading directory (109.517652ms old) 2026/04/27 04:48:05 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:05 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:05 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/04/27 04:48:06 DEBUG : forgetting directory cache 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate(0x10066b896c00): _readAt: size=512, off=0 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate(0x10066b896c00): openPending: 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-27 03:51:04 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-04-27 03:50:04 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-27 03:51:04 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-04-27 03:50:04 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/04/27 04:48:06 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/27 04:48:06 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate(0x10066b896c00): >openPending: err= 2026/04/27 04:48:06 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate(0x10066b896c00): >_readAt: n=20, err=EOF 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate(0x10066b896c00): close: 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-27 03:51:04 +0000 UTC 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate(0x10066b896c00): >close: err= 2026/04/27 04:48:06 DEBUG : Re-reading directory (102.463097ms old) 2026/04/27 04:48:06 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:06 DEBUG : forgetting directory cache 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate(0x10066b897900): _readAt: size=512, off=0 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate(0x10066b897900): openPending: 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-27 03:52:04 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-04-27 03:51:04 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-27 03:52:04 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-04-27 03:51:04 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/04/27 04:48:06 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/27 04:48:06 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate(0x10066b897900): >openPending: err= 2026/04/27 04:48:06 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate(0x10066b897900): >_readAt: n=20, err=EOF 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate(0x10066b897900): close: 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-27 03:52:04 +0000 UTC 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate(0x10066b897900): >close: err= 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:06 DEBUG : forgetting directory cache 2026/04/27 04:48:06 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:06 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:06 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate(0x10066b4bae00): _readAt: size=512, off=0 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate(0x10066b4bae00): openPending: 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-27 03:53:04 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-04-27 03:52:04 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-27 03:53:04 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-04-27 03:52:04 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/04/27 04:48:07 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/27 04:48:07 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate(0x10066b4bae00): >openPending: err= 2026/04/27 04:48:07 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate(0x10066b4bae00): >_readAt: n=20, err=EOF 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate(0x10066b4bae00): close: 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-27 03:53:04 +0000 UTC 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate(0x10066b4bae00): >close: err= 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:07 DEBUG : forgetting directory cache 2026/04/27 04:48:07 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate(0x10066b164d40): _readAt: size=512, off=0 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate(0x10066b164d40): openPending: 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-27 03:54:04 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-04-27 03:53:04 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-27 03:54:04 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-04-27 03:53:04 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/04/27 04:48:07 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/27 04:48:07 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate(0x10066b164d40): >openPending: err= 2026/04/27 04:48:07 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate(0x10066b164d40): >_readAt: n=20, err=EOF 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate(0x10066b164d40): close: 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-27 03:54:04 +0000 UTC 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate(0x10066b164d40): >close: err= 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:07 DEBUG : forgetting directory cache 2026/04/27 04:48:07 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:07 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:07 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate(0x10066b4bb980): _readAt: size=512, off=0 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate(0x10066b4bb980): openPending: 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-04-27 03:55:04 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-04-27 03:54:04 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-04-27 03:55:04 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-04-27 03:54:04 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/04/27 04:48:08 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/04/27 04:48:08 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate(0x10066b4bb980): >openPending: err= 2026/04/27 04:48:08 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate(0x10066b4bb980): >_readAt: n=21, err=EOF 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate(0x10066b4bb980): close: 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-27 03:55:04 +0000 UTC 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate(0x10066b4bb980): >close: err= 2026/04/27 04:48:08 DEBUG : Re-reading directory (102.097287ms old) 2026/04/27 04:48:08 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:08 DEBUG : forgetting directory cache 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate(0x10066b338a00): _readAt: size=512, off=0 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate(0x10066b338a00): openPending: 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-04-27 03:56:04 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-04-27 03:55:04 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-04-27 03:56:04 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-04-27 03:55:04 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/04/27 04:48:08 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/04/27 04:48:08 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate(0x10066b338a00): >openPending: err= 2026/04/27 04:48:08 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate(0x10066b338a00): >_readAt: n=22, err=EOF 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate(0x10066b338a00): close: 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-27 03:56:04 +0000 UTC 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate(0x10066b338a00): >close: err= 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:08 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:08 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:08 DEBUG : forgetting directory cache 2026/04/27 04:48:08 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate(0x10066b76c000): _readAt: size=512, off=0 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate(0x10066b76c000): openPending: 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-04-27 03:57:04 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-04-27 03:56:04 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-04-27 03:57:04 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-04-27 03:56:04 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/04/27 04:48:09 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/04/27 04:48:09 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate(0x10066b76c000): >openPending: err= 2026/04/27 04:48:09 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate(0x10066b76c000): >_readAt: n=23, err=EOF 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate(0x10066b76c000): close: 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-27 03:57:04 +0000 UTC 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate(0x10066b76c000): >close: err= 2026/04/27 04:48:09 DEBUG : Re-reading directory (103.405518ms old) 2026/04/27 04:48:09 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/04/27 04:48:09 DEBUG : forgetting directory cache 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate(0x10066b62c700): _readAt: size=512, off=0 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate(0x10066b62c700): openPending: 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/TestRWCacheUpdate" 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-vixavog4pogi/TestRWCacheUpdate 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-04-27 03:58:04 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-04-27 03:57:04 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-04-27 03:58:04 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-04-27 03:57:04 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/04/27 04:48:09 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/04/27 04:48:09 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate(0x10066b62c700): >openPending: err= 2026/04/27 04:48:09 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate(0x10066b62c700): >_readAt: n=24, err=EOF 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate(0x10066b62c700): close: 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-27 03:58:04 +0000 UTC 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate(0x10066b62c700): >close: err= 2026/04/27 04:48:09 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:09 DEBUG : Looking for writers 2026/04/27 04:48:09 DEBUG : TestRWCacheUpdate: reading active writers 2026/04/27 04:48:09 DEBUG : >WaitForWriters: 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.06s) === RUN TestCaseSensitivity run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/FiLeA" 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/FiLeA 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/FiLeA" 2026/04/27 04:48:09 DEBUG : forgetting directory cache 2026/04/27 04:48:09 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-vixavog4pogi/FiLeA 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:09 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/FiLeA" 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/FiLeA 2026/04/27 04:48:09 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/FiLeA" 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-vixavog4pogi/FiLeA 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:10 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/FiLeB" 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/FiLeB 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/FiLeB" 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-vixavog4pogi/FiLeB 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:10 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/FiLeB" 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/FiLeB 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/FiLeB" 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-vixavog4pogi/FiLeB 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:10 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/27 04:48:10 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:10 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:10 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:10 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/27 04:48:10 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/27 04:48:10 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/27 04:48:10 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:10 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/FiLeA" 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/FiLeA 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/FiLeA" 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-vixavog4pogi/FiLeA 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:10 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/27 04:48:10 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:10 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/27 04:48:10 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/27 04:48:10 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/27 04:48:10 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:10 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/FiLeA" 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/FiLeA 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/FiLeA" 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-vixavog4pogi/FiLeA 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:10 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/27 04:48:10 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:10 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/27 04:48:10 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/27 04:48:10 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/27 04:48:10 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:10 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:10 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:10 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/27 04:48:10 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/27 04:48:10 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/27 04:48:10 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:10 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/FiLeB" 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/FiLeB 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/FiLeB" 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-vixavog4pogi/FiLeB 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:10 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/27 04:48:10 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:10 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/27 04:48:10 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/27 04:48:10 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/27 04:48:10 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:10 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/FilEb" 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/FilEb 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/FilEb" 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-vixavog4pogi/FilEb 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:10 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/FiLeA" 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/FiLeA 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/FiLeA" 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-vixavog4pogi/FiLeA 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:10 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/FiLeA" 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/FiLeA 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/FiLeA" 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-vixavog4pogi/FiLeA 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:10 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/FiLeB" 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/FiLeB 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/FiLeB" 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-vixavog4pogi/FiLeB 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:10 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/FiLeB" 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/FiLeB 2026/04/27 04:48:10 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/FiLeB" 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-vixavog4pogi/FiLeB 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:11 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/FilEb" 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/FilEb 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/FilEb" 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-vixavog4pogi/FilEb 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:11 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/FilEb" 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/FilEb 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/FilEb" 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-vixavog4pogi/FilEb 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:11 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/04/27 04:48:11 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:11 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/27 04:48:11 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/27 04:48:11 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/27 04:48:11 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:11 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:11 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:11 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/27 04:48:11 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/27 04:48:11 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/04/27 04:48:11 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:11 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:11 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:11 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/27 04:48:11 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/27 04:48:11 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/04/27 04:48:11 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:11 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:11 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:11 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/27 04:48:11 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/27 04:48:11 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/04/27 04:48:11 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:11 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:11 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:11 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/27 04:48:11 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/27 04:48:11 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/27 04:48:11 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:11 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/FiLeB" 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/FiLeB 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/FiLeB" 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-vixavog4pogi/FiLeB 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:11 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/27 04:48:11 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:11 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/27 04:48:11 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/27 04:48:11 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/27 04:48:11 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:11 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/FilEb" 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/FilEb 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/FilEb" 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-vixavog4pogi/FilEb 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:11 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/27 04:48:11 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:11 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/04/27 04:48:11 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/04/27 04:48:11 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:11 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/04/27 04:48:11 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/04/27 04:48:11 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:11 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/27 04:48:11 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/27 04:48:11 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/27 04:48:11 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:11 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:11 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:11 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:11 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:11 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:11 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:11 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:11 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:11 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/27 04:48:11 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/27 04:48:11 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/27 04:48:11 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:11 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:11 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:11 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/27 04:48:11 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/27 04:48:11 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/27 04:48:11 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:11 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:11 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:11 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:11 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:11 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:11 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:11 DEBUG : Looking for writers 2026/04/27 04:48:11 DEBUG : FiLeB: reading active writers 2026/04/27 04:48:11 DEBUG : FilEb: reading active writers 2026/04/27 04:48:11 DEBUG : FiLeA: reading active writers 2026/04/27 04:48:11 DEBUG : >WaitForWriters: 2026/04/27 04:48:11 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:11 DEBUG : Looking for writers 2026/04/27 04:48:11 DEBUG : FiLeA: reading active writers 2026/04/27 04:48:11 DEBUG : FiLeB: reading active writers 2026/04/27 04:48:11 DEBUG : FilEb: reading active writers 2026/04/27 04:48:11 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.59s) === RUN TestUnicodeNormalization run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/normal name with no special characters.txt" 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/normal\ name\ with\ no\ special\ characters.txt 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/normal\ name\ with\ no\ special\ characters.txt" 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-vixavog4pogi/normal name with no special characters.txt 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:11 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/normal name with no special characters.txt" 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/normal\ name\ with\ no\ special\ characters.txt 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/normal\ name\ with\ no\ special\ characters.txt" 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-vixavog4pogi/normal name with no special characters.txt 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:11 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/測試_Русский___ě_áñ" 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/測試_Русский___ě_áñ 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/測試_Русский___ě_áñ" 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-vixavog4pogi/測試_Русский___ě_áñ 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:11 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/測試_Русский___ě_áñ" 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/測試_Русский___ě_áñ 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/測試_Русский___ě_áñ" 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-vixavog4pogi/測試_Русский___ě_áñ 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:11 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/27 04:48:11 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:11 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:11 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/04/27 04:48:11 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/04/27 04:48:11 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/04/27 04:48:11 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:11 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/normal name with no special characters.txt" 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/normal\ name\ with\ no\ special\ characters.txt 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/normal\ name\ with\ no\ special\ characters.txt" 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-vixavog4pogi/normal name with no special characters.txt 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:11 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/27 04:48:11 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:11 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/04/27 04:48:11 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/04/27 04:48:11 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/04/27 04:48:11 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:11 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/測試_Русский___ě_áñ" 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/測試_Русский___ě_áñ 2026/04/27 04:48:11 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/測試_Русский___ě_áñ" 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-vixavog4pogi/測試_Русский___ě_áñ 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:12 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/27 04:48:12 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:12 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/04/27 04:48:12 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/04/27 04:48:12 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/04/27 04:48:12 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:12 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:12 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:12 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:12 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:12 DEBUG : Looking for writers 2026/04/27 04:48:12 DEBUG : normal name with no special characters.txt: reading active writers 2026/04/27 04:48:12 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/04/27 04:48:12 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.59s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:12 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Reusing VFS from active cache 2026/04/27 04:48:12 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:12 DEBUG : Looking for writers 2026/04/27 04:48:12 DEBUG : >WaitForWriters: 2026/04/27 04:48:12 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:12 DEBUG : Looking for writers 2026/04/27 04:48:12 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:12 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:12 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:12 DEBUG : Looking for writers 2026/04/27 04:48:12 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:12 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:12 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:12 DEBUG : Looking for writers 2026/04/27 04:48:12 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:12 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:12 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:12 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file2" 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file2 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file2" 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-vixavog4pogi/dir/file2 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:12 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file2" 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file2 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file2" 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-vixavog4pogi/dir/file2 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:12 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/27 04:48:12 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:12 DEBUG : dir: Looking for writers 2026/04/27 04:48:12 DEBUG : file2: reading active writers 2026/04/27 04:48:12 DEBUG : Looking for writers 2026/04/27 04:48:12 DEBUG : dir: reading active writers 2026/04/27 04:48:12 DEBUG : file1: reading active writers 2026/04/27 04:48:12 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.43s) === RUN TestVFSStatParent run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:12 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:12 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:12 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file2" 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file2 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file2" 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-vixavog4pogi/dir/file2 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:12 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file2" 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file2 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file2" 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-vixavog4pogi/dir/file2 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:12 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/27 04:48:12 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:12 DEBUG : dir: Looking for writers 2026/04/27 04:48:12 DEBUG : Looking for writers 2026/04/27 04:48:12 DEBUG : dir: reading active writers 2026/04/27 04:48:12 DEBUG : file1: reading active writers 2026/04/27 04:48:12 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.41s) === RUN TestVFSOpenFile run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:12 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:12 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:12 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:13 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file2" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file2 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file2" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-vixavog4pogi/dir/file2 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:13 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file2" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file2 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file2" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-vixavog4pogi/dir/file2 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:13 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/27 04:48:13 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:13 DEBUG : file1: Open: flags=O_RDONLY 2026/04/27 04:48:13 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/27 04:48:13 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/27 04:48:13 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:13 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/04/27 04:48:13 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/27 04:48:13 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:13 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:13 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:13 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/27 04:48:13 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/04/27 04:48:13 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/04/27 04:48:13 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: File to upload is small (0 bytes), uploading instead of streaming 2026/04/27 04:48:13 DEBUG : dir/new_file.txt: size = 0 OK 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/new_file.txt" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/new_file.txt 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/new_file.txt" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-vixavog4pogi/dir/new_file.txt 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:13 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/27 04:48:13 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/27 04:48:13 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/04/27 04:48:13 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/27 04:48:13 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:13 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/04/27 04:48:13 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:13 DEBUG : dir: Looking for writers 2026/04/27 04:48:13 DEBUG : file2: reading active writers 2026/04/27 04:48:13 DEBUG : new_file.txt: reading active writers 2026/04/27 04:48:13 DEBUG : Looking for writers 2026/04/27 04:48:13 DEBUG : dir: reading active writers 2026/04/27 04:48:13 DEBUG : file1: reading active writers 2026/04/27 04:48:13 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.53s) === RUN TestVFSRename run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:13 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file2" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file2 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file2" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-vixavog4pogi/dir/file2 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:13 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file2" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file2 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file2" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-vixavog4pogi/dir/file2 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:13 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/27 04:48:13 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/04/27 04:48:13 DEBUG : dir/file1: Updating file with dir/file1 0x10066b98a820 2026/04/27 04:48:13 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/04/27 04:48:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:13 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/dir/file1" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-vixavog4pogi/dir/file1 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:13 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/27 04:48:13 INFO : dir/file1: Moved (server-side) to: file0 2026/04/27 04:48:13 DEBUG : file0: Updating file with file0 0x10066b98a820 2026/04/27 04:48:13 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/27 04:48:13 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file0" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file0 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file0" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-vixavog4pogi/file0 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:13 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file0" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/file0 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/file0" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-vixavog4pogi/file0 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:13 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/27 04:48:13 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:13 DEBUG : dir: Looking for writers 2026/04/27 04:48:13 DEBUG : Looking for writers 2026/04/27 04:48:13 DEBUG : file0: reading active writers 2026/04/27 04:48:13 DEBUG : dir: reading active writers 2026/04/27 04:48:13 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.58s) === RUN TestVFSStatfs run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:13 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Server has VFS statistics extension 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: About path "/rclone-test-vixavog4pogi" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: About path "/rclone-test-vixavog4pogi" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: About using shell command for shell type "unix" 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: df -k /rclone-test-vixavog4pogi 2026/04/27 04:48:13 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "df -k /rclone-test-vixavog4pogi" 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 58244036 92528972 37% / 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:14 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:14 DEBUG : Looking for writers 2026/04/27 04:48:14 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.10s) === RUN TestVFSMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:14 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:14 DEBUG : Added virtual directory entry vAddDir: "/" 2026/04/27 04:48:14 DEBUG : Added virtual directory entry vAddDir: "a" 2026/04/27 04:48:14 DEBUG : Added virtual directory entry vAddDir: "b" 2026/04/27 04:48:14 DEBUG : Added virtual directory entry vAddDir: "c" 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/04/27 04:48:14 DEBUG : Added virtual directory entry vAddDir: "d" 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/04/27 04:48:14 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:14 DEBUG : Looking for writers 2026/04/27 04:48:14 DEBUG : a: Looking for writers 2026/04/27 04:48:14 DEBUG : b: Looking for writers 2026/04/27 04:48:14 DEBUG : c: Looking for writers 2026/04/27 04:48:14 DEBUG : d: Looking for writers 2026/04/27 04:48:14 DEBUG : Looking for writers 2026/04/27 04:48:14 DEBUG : /: reading active writers 2026/04/27 04:48:14 DEBUG : a: reading active writers 2026/04/27 04:48:14 DEBUG : b: reading active writers 2026/04/27 04:48:14 DEBUG : c: reading active writers 2026/04/27 04:48:14 DEBUG : d: reading active writers 2026/04/27 04:48:14 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.23s) === RUN TestVFSMkdirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:14 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:14 DEBUG : Added virtual directory entry vAddDir: "a" 2026/04/27 04:48:14 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/04/27 04:48:14 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/04/27 04:48:14 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/04/27 04:48:14 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:14 DEBUG : a/b/c/d: Looking for writers 2026/04/27 04:48:14 DEBUG : a/b/c: Looking for writers 2026/04/27 04:48:14 DEBUG : d: reading active writers 2026/04/27 04:48:14 DEBUG : a/b: Looking for writers 2026/04/27 04:48:14 DEBUG : c: reading active writers 2026/04/27 04:48:14 DEBUG : a: Looking for writers 2026/04/27 04:48:14 DEBUG : b: reading active writers 2026/04/27 04:48:14 DEBUG : Looking for writers 2026/04/27 04:48:14 DEBUG : a: reading active writers 2026/04/27 04:48:14 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.06s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:14 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:14 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:14 DEBUG : Looking for writers 2026/04/27 04:48:14 DEBUG : >WaitForWriters: --- PASS: TestVFSIsMetadataFile (0.00s) === RUN TestWriteFileHandleReadonly write_test.go:38: Skipping test on non local remote --- SKIP: TestWriteFileHandleReadonly (0.00s) === RUN TestWriteFileHandleMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:14 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:14 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:14 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:14 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/27 04:48:14 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/27 04:48:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:14 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/04/27 04:48:14 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/04/27 04:48:14 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: File to upload is small (5 bytes), uploading instead of streaming 2026/04/27 04:48:14 DEBUG : file1: size = 5 OK 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:14 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/27 04:48:14 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/27 04:48:14 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/27 04:48:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:14 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:14 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/04/27 04:48:14 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:14 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:14 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/27 04:48:14 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/27 04:48:14 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:14 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:14 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/27 04:48:14 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/27 04:48:14 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/04/27 04:48:14 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/27 04:48:14 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/27 04:48:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:14 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/27 04:48:14 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/27 04:48:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: File to upload is small (0 bytes), uploading instead of streaming 2026/04/27 04:48:14 DEBUG : file1: size = 0 OK 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:14 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/27 04:48:14 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/27 04:48:14 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/27 04:48:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:14 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/27 04:48:14 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/27 04:48:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:14 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/27 04:48:14 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/27 04:48:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: File to upload is small (7 bytes), uploading instead of streaming 2026/04/27 04:48:14 DEBUG : file1: size = 7 OK 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:14 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:14 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/04/27 04:48:14 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/04/27 04:48:14 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/27 04:48:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:14 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:14 DEBUG : Looking for writers 2026/04/27 04:48:14 DEBUG : file1: reading active writers 2026/04/27 04:48:14 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.50s) === RUN TestWriteFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:14 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:14 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:14 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:14 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/27 04:48:14 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/27 04:48:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:14 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/04/27 04:48:15 DEBUG : file1: aborting in-sequence write wait, off=100 2026/04/27 04:48:15 DEBUG : file1: failed to wait for in-sequence write to 100 2026/04/27 04:48:15 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/04/27 04:48:15 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: File to upload is small (11 bytes), uploading instead of streaming 2026/04/27 04:48:15 DEBUG : file1: size = 11 OK 2026/04/27 04:48:15 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:15 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:15 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:15 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:15 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:15 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:15 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:15 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/27 04:48:15 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/27 04:48:15 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/27 04:48:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:15 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/04/27 04:48:15 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:15 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:15 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:15 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:16 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:16 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/27 04:48:16 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:16 DEBUG : Looking for writers 2026/04/27 04:48:16 DEBUG : file1: reading active writers 2026/04/27 04:48:16 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.30s) === RUN TestWriteFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:16 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:16 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:16 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:16 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/27 04:48:16 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/27 04:48:16 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/04/27 04:48:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: File to upload is small (5 bytes), uploading instead of streaming 2026/04/27 04:48:16 DEBUG : file1: size = 5 OK 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:16 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/27 04:48:16 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/27 04:48:16 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/27 04:48:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:16 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/04/27 04:48:16 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:16 DEBUG : Looking for writers 2026/04/27 04:48:16 DEBUG : file1: reading active writers 2026/04/27 04:48:16 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.11s) === RUN TestWriteFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:16 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:16 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:16 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:16 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/27 04:48:16 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/27 04:48:16 DEBUG : file1: WriteFileHandle.Release closing 2026/04/27 04:48:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: File to upload is small (0 bytes), uploading instead of streaming 2026/04/27 04:48:16 DEBUG : file1: size = 0 OK 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:16 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/27 04:48:16 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/27 04:48:16 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/27 04:48:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:16 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/04/27 04:48:16 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:16 DEBUG : Looking for writers 2026/04/27 04:48:16 DEBUG : file1: reading active writers 2026/04/27 04:48:16 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.11s) === RUN TestWriteFileModTimeWithOpenWriters run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:16 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:16 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:16 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:16 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/27 04:48:16 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/27 04:48:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: File to upload is small (2 bytes), uploading instead of streaming 2026/04/27 04:48:16 DEBUG : file1: size = 2 OK 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:16 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/27 04:48:16 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/04/27 04:48:16 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/27 04:48:16 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/04/27 04:48:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:16 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:16 DEBUG : Looking for writers 2026/04/27 04:48:16 DEBUG : file1: reading active writers 2026/04/27 04:48:16 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.11s) === RUN TestFileReadAtZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:16 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:16 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:16 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:16 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/27 04:48:16 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/27 04:48:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: File to upload is small (0 bytes), uploading instead of streaming 2026/04/27 04:48:16 DEBUG : file1: size = 0 OK 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:16 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/27 04:48:16 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/27 04:48:16 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/27 04:48:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:16 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:16 DEBUG : file1: Open: flags=O_RDONLY 2026/04/27 04:48:16 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/27 04:48:16 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/27 04:48:16 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:16 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:16 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:16 DEBUG : Looking for writers 2026/04/27 04:48:16 DEBUG : file1: reading active writers 2026/04/27 04:48:16 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.06s) === RUN TestFileReadAtNonZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:16 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:16 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/27 04:48:16 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/27 04:48:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:16 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/27 04:48:16 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/27 04:48:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: File to upload is small (100 bytes), uploading instead of streaming 2026/04/27 04:48:16 DEBUG : file1: size = 100 OK 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/file1" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: f3c754299ad9f7f6940a453764595079 /rclone-test-vixavog4pogi/file1 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:16 DEBUG : file1: Parsed hash: f3c754299ad9f7f6940a453764595079 2026/04/27 04:48:16 DEBUG : file1: md5 = f3c754299ad9f7f6940a453764595079 OK 2026/04/27 04:48:16 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/27 04:48:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/27 04:48:16 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/27 04:48:16 DEBUG : file1: Open: flags=O_RDONLY 2026/04/27 04:48:16 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/27 04:48:16 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/27 04:48:16 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:16 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:16 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:16 DEBUG : Looking for writers 2026/04/27 04:48:16 DEBUG : file1: reading active writers 2026/04/27 04:48:16 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.10s) === RUN TestZipManyFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:16 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/flat/f000.txt" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/flat/f000.txt 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/flat/f000.txt" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-vixavog4pogi/flat/f000.txt 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:16 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/flat/f000.txt" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/flat/f000.txt 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/flat/f000.txt" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-vixavog4pogi/flat/f000.txt 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:16 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/flat/f001.txt" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/flat/f001.txt 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/flat/f001.txt" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-vixavog4pogi/flat/f001.txt 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:16 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/flat/f001.txt" 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/flat/f001.txt 2026/04/27 04:48:16 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/flat/f001.txt" 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-vixavog4pogi/flat/f001.txt 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:17 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/flat/f002.txt" 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/flat/f002.txt 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/flat/f002.txt" 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-vixavog4pogi/flat/f002.txt 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:17 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/flat/f002.txt" 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/flat/f002.txt 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/flat/f002.txt" 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-vixavog4pogi/flat/f002.txt 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:17 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/flat/f003.txt" 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/flat/f003.txt 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/flat/f003.txt" 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-vixavog4pogi/flat/f003.txt 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:17 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/flat/f003.txt" 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/flat/f003.txt 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/flat/f003.txt" 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-vixavog4pogi/flat/f003.txt 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:17 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/flat/f004.txt" 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/flat/f004.txt 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/flat/f004.txt" 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-vixavog4pogi/flat/f004.txt 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:17 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/flat/f004.txt" 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: sha1sum /rclone-test-vixavog4pogi/flat/f004.txt 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-vixavog4pogi/flat/f004.txt" 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-vixavog4pogi/flat/f004.txt 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:17 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/04/27 04:48:17 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/04/27 04:48:17 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/04/27 04:48:17 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:17 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/flat/f000.txt" 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/flat/f000.txt 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/flat/f000.txt" 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-vixavog4pogi/flat/f000.txt 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:17 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/04/27 04:48:17 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/04/27 04:48:17 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/04/27 04:48:17 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:17 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/flat/f001.txt" 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/flat/f001.txt 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/flat/f001.txt" 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-vixavog4pogi/flat/f001.txt 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:17 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/04/27 04:48:17 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/04/27 04:48:17 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/04/27 04:48:17 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:17 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/flat/f002.txt" 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/flat/f002.txt 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/flat/f002.txt" 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-vixavog4pogi/flat/f002.txt 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:17 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/04/27 04:48:17 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/04/27 04:48:17 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/04/27 04:48:17 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:17 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/flat/f003.txt" 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/flat/f003.txt 2026/04/27 04:48:17 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/flat/f003.txt" 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-vixavog4pogi/flat/f003.txt 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:18 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/04/27 04:48:18 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/04/27 04:48:18 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/04/27 04:48:18 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:18 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/flat/f004.txt" 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/flat/f004.txt 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/flat/f004.txt" 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-vixavog4pogi/flat/f004.txt 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:18 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/04/27 04:48:18 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:18 DEBUG : flat: Looking for writers 2026/04/27 04:48:18 DEBUG : f000.txt: reading active writers 2026/04/27 04:48:18 DEBUG : f001.txt: reading active writers 2026/04/27 04:48:18 DEBUG : f002.txt: reading active writers 2026/04/27 04:48:18 DEBUG : f003.txt: reading active writers 2026/04/27 04:48:18 DEBUG : f004.txt: reading active writers 2026/04/27 04:48:18 DEBUG : Looking for writers 2026/04/27 04:48:18 DEBUG : flat: reading active writers 2026/04/27 04:48:18 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.52s) === RUN TestZipManySubDirs run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:18 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:18 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/04/27 04:48:18 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/04/27 04:48:18 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:18 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/a/b/c/deep.txt" 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/a/b/c/deep.txt 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/a/b/c/deep.txt" 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-vixavog4pogi/a/b/c/deep.txt 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:18 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/04/27 04:48:18 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/04/27 04:48:18 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/04/27 04:48:18 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:18 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/a/b/mid.txt" 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/a/b/mid.txt 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/a/b/mid.txt" 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-vixavog4pogi/a/b/mid.txt 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:18 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/04/27 04:48:18 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/04/27 04:48:18 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/04/27 04:48:18 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:18 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/a/top.txt" 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/a/top.txt 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/a/top.txt" 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-vixavog4pogi/a/top.txt 2026/04/27 04:48:18 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:18 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/04/27 04:48:18 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:18 DEBUG : a/b/c: Looking for writers 2026/04/27 04:48:18 DEBUG : deep.txt: reading active writers 2026/04/27 04:48:18 DEBUG : a/b: Looking for writers 2026/04/27 04:48:18 DEBUG : c: reading active writers 2026/04/27 04:48:18 DEBUG : mid.txt: reading active writers 2026/04/27 04:48:18 DEBUG : a: Looking for writers 2026/04/27 04:48:18 DEBUG : b: reading active writers 2026/04/27 04:48:18 DEBUG : top.txt: reading active writers 2026/04/27 04:48:18 DEBUG : Looking for writers 2026/04/27 04:48:18 DEBUG : a: reading active writers 2026/04/27 04:48:18 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.31s) === RUN TestZipLargeFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:18 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:18 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/04/27 04:48:18 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/04/27 04:48:18 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:18 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/bigdir/big.bin" 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/bigdir/big.bin 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/bigdir/big.bin" 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 2722238a7bf1d9ebfce748caa73dfbe5 /rclone-test-vixavog4pogi/bigdir/big.bin 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:19 DEBUG : bigdir/big.bin: Parsed hash: 2722238a7bf1d9ebfce748caa73dfbe5 2026/04/27 04:48:19 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:19 DEBUG : bigdir: Looking for writers 2026/04/27 04:48:19 DEBUG : big.bin: reading active writers 2026/04/27 04:48:19 DEBUG : Looking for writers 2026/04/27 04:48:19 DEBUG : bigdir: reading active writers 2026/04/27 04:48:19 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.75s) === RUN TestZipDirsInRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-vixavog4pogi", Local "Local file system at /tmp/rclone4239913945", Modify Window "1s" 2026/04/27 04:48:19 INFO : sftp://rclone@:22/rclone-test-vixavog4pogi: poll-interval is not supported by this remote 2026/04/27 04:48:19 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/04/27 04:48:19 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/04/27 04:48:19 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:19 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir1/a.txt" 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir1/a.txt 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir1/a.txt" 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-vixavog4pogi/dir1/a.txt 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:19 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/04/27 04:48:19 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/04/27 04:48:19 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/04/27 04:48:19 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:19 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir2/b.txt" 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir2/b.txt 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir2/b.txt" 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: 415290769594460e2e485922904f345d /rclone-test-vixavog4pogi/dir2/b.txt 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:19 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/04/27 04:48:19 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/04/27 04:48:19 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/04/27 04:48:19 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/27 04:48:19 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Shell path "/rclone-test-vixavog4pogi/dir3/c.txt" 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: creating additional session 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Running remote command: md5sum /rclone-test-vixavog4pogi/dir3/c.txt 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-vixavog4pogi/dir3/c.txt" 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: command exited OK 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-vixavog4pogi/dir3/c.txt 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: ssh external: close 2026/04/27 04:48:19 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/04/27 04:48:19 DEBUG : WaitForWriters: timeout=30s 2026/04/27 04:48:19 DEBUG : dir1: Looking for writers 2026/04/27 04:48:19 DEBUG : a.txt: reading active writers 2026/04/27 04:48:19 DEBUG : dir2: Looking for writers 2026/04/27 04:48:19 DEBUG : b.txt: reading active writers 2026/04/27 04:48:19 DEBUG : dir3: Looking for writers 2026/04/27 04:48:19 DEBUG : c.txt: reading active writers 2026/04/27 04:48:19 DEBUG : Looking for writers 2026/04/27 04:48:19 DEBUG : dir1: reading active writers 2026/04/27 04:48:19 DEBUG : dir2: reading active writers 2026/04/27 04:48:19 DEBUG : dir3: reading active writers 2026/04/27 04:48:19 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.35s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/04/27 04:48:19 DEBUG : sftp://rclone@:22/rclone-test-vixavog4pogi: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 46.690075137s (try 1/5)