"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/07/12 03:50:45 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-jegabod4peta" 2026/07/12 03:50:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/12 03:50:45 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/07/12 03:50:45 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/07/12 03:50:45 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/07/12 03:50:45 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/07/12 03:50:45 NOTICE: TestSFTPRcloneSSH{aFBXt}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/12 03:50:45 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/12 03:50:45 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell type "unix" from config 2026/07/12 03:50:45 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Relative path resolved to "/rclone-test-jegabod4peta" 2026/07/12 03:50:45 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Using root directory "/rclone-test-jegabod4peta" 2026/07/12 03:50:45 DEBUG : Creating backend with remote "/tmp/rclone1339368545" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:45 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:45 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:45 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:45 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:45 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:45 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:45 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:45 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:45 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:45 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:45 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:45 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:45 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:45 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:45 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:45 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:45 DEBUG : dir: Looking for writers 2026/07/12 03:50:45 DEBUG : Looking for writers 2026/07/12 03:50:45 DEBUG : dir: reading active writers 2026/07/12 03:50:45 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.21s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:45 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:45 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:45 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:45 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:45 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file2" 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file2 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file2" 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-jegabod4peta/dir/file2 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:46 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file2" 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file2 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file2" 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-jegabod4peta/dir/file2 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:46 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/subdir/file3" 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/subdir/file3 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/subdir/file3" 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-jegabod4peta/dir/subdir/file3 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:46 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/subdir/file3" 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/subdir/file3 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/subdir/file3" 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-jegabod4peta/dir/subdir/file3 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:46 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/07/12 03:50:46 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:46 DEBUG : dir/subdir: Looking for writers 2026/07/12 03:50:46 DEBUG : dir: Looking for writers 2026/07/12 03:50:46 DEBUG : file2: reading active writers 2026/07/12 03:50:46 DEBUG : subdir: reading active writers 2026/07/12 03:50:46 DEBUG : file1: reading active writers 2026/07/12 03:50:46 DEBUG : Looking for writers 2026/07/12 03:50:46 DEBUG : dir: reading active writers 2026/07/12 03:50:46 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.61s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:46 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:46 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:46 DEBUG : dir: Looking for writers 2026/07/12 03:50:46 DEBUG : file1: reading active writers 2026/07/12 03:50:46 DEBUG : Looking for writers 2026/07/12 03:50:46 DEBUG : dir: reading active writers 2026/07/12 03:50:46 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.21s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:46 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:46 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:46 DEBUG : dir: Looking for writers 2026/07/12 03:50:46 DEBUG : Looking for writers 2026/07/12 03:50:46 DEBUG : dir: reading active writers 2026/07/12 03:50:46 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.21s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:46 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:46 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:47 DEBUG : dir: forgetting directory cache 2026/07/12 03:50:47 DEBUG : forgetting directory cache 2026/07/12 03:50:47 DEBUG : dir: forgetting directory cache 2026/07/12 03:50:47 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:47 DEBUG : Looking for writers 2026/07/12 03:50:47 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.21s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:47 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:47 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/07/12 03:50:47 DEBUG : dir: invalidating directory cache 2026/07/12 03:50:47 DEBUG : >ForgetPath: 2026/07/12 03:50:47 DEBUG : ForgetPath: relativePath="dir", type=0 2026/07/12 03:50:47 DEBUG : invalidating directory cache 2026/07/12 03:50:47 DEBUG : dir: forgetting directory cache 2026/07/12 03:50:47 DEBUG : >ForgetPath: 2026/07/12 03:50:47 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/07/12 03:50:47 DEBUG : >ForgetPath: 2026/07/12 03:50:47 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:47 DEBUG : dir: Looking for writers 2026/07/12 03:50:47 DEBUG : Looking for writers 2026/07/12 03:50:47 DEBUG : dir: reading active writers 2026/07/12 03:50:47 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.21s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:47 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/fil/a/b/c" 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/fil/a/b/c 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/fil/a/b/c" 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-jegabod4peta/fil/a/b/c 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:47 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/fil/a/b/c" 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/fil/a/b/c 2026/07/12 03:50:47 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/fil/a/b/c" 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-jegabod4peta/fil/a/b/c 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:48 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/07/12 03:50:48 DEBUG : forgetting directory cache 2026/07/12 03:50:48 DEBUG : dir: forgetting directory cache 2026/07/12 03:50:48 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:48 DEBUG : dir: Looking for writers 2026/07/12 03:50:48 DEBUG : fil/a/b: Looking for writers 2026/07/12 03:50:48 DEBUG : fil/a: Looking for writers 2026/07/12 03:50:48 DEBUG : b: reading active writers 2026/07/12 03:50:48 DEBUG : fil: Looking for writers 2026/07/12 03:50:48 DEBUG : a: reading active writers 2026/07/12 03:50:48 DEBUG : Looking for writers 2026/07/12 03:50:48 DEBUG : dir: reading active writers 2026/07/12 03:50:48 DEBUG : fil: reading active writers 2026/07/12 03:50:48 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.71s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:48 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:48 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:48 DEBUG : dir: Looking for writers 2026/07/12 03:50:48 DEBUG : Looking for writers 2026/07/12 03:50:48 DEBUG : dir: reading active writers 2026/07/12 03:50:48 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.20s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:48 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:48 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:48 DEBUG : dir: Looking for writers 2026/07/12 03:50:48 DEBUG : file1: reading active writers 2026/07/12 03:50:48 DEBUG : Looking for writers 2026/07/12 03:50:48 DEBUG : dir: reading active writers 2026/07/12 03:50:48 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.20s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:48 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file2" 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file2 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file2" 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-jegabod4peta/dir/file2 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:48 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file2" 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file2 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file2" 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-jegabod4peta/dir/file2 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:48 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/subdir/file3" 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/subdir/file3 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/subdir/file3" 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-jegabod4peta/dir/subdir/file3 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:48 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/subdir/file3" 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/subdir/file3 2026/07/12 03:50:48 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/subdir/file3" 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-jegabod4peta/dir/subdir/file3 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:49 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/07/12 03:50:49 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/07/12 03:50:49 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/07/12 03:50:49 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/07/12 03:50:49 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/07/12 03:50:49 DEBUG : Waiting for deletions to finish 2026/07/12 03:50:49 INFO : dir/subdir/file3: Deleted 2026/07/12 03:50:49 DEBUG : removing 1 level 2 directories 2026/07/12 03:50:49 INFO : dir/subdir: Removing directory 2026/07/12 03:50:49 DEBUG : dir: invalidating directory cache 2026/07/12 03:50:49 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/07/12 03:50:49 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/07/12 03:50:49 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/07/12 03:50:49 DEBUG : dir/file1: Reset virtual modtime 2026/07/12 03:50:49 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/07/12 03:50:49 DEBUG : dir/virtualFile: Reset virtual modtime 2026/07/12 03:50:49 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/07/12 03:50:49 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/07/12 03:50:49 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/12 03:50:49 DEBUG : dir: invalidating directory cache 2026/07/12 03:50:49 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/07/12 03:50:49 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/07/12 03:50:49 DEBUG : dir/virtualFile: Reset virtual modtime 2026/07/12 03:50:49 DEBUG : forgetting directory cache 2026/07/12 03:50:49 DEBUG : dir: forgetting directory cache 2026/07/12 03:50:49 DEBUG : dir/virtualDir: forgetting directory cache 2026/07/12 03:50:49 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:49 DEBUG : dir/virtualDir: Looking for writers 2026/07/12 03:50:49 DEBUG : dir: Looking for writers 2026/07/12 03:50:49 DEBUG : virtualFile: reading active writers 2026/07/12 03:50:49 DEBUG : virtualDir: reading active writers 2026/07/12 03:50:49 DEBUG : file1: reading active writers 2026/07/12 03:50:49 DEBUG : virtualFile2: reading active writers 2026/07/12 03:50:49 DEBUG : Looking for writers 2026/07/12 03:50:49 DEBUG : dir: reading active writers 2026/07/12 03:50:49 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.62s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:49 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:49 ERROR : dir/: Can only open directories read only 2026/07/12 03:50:49 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:49 DEBUG : dir: Looking for writers 2026/07/12 03:50:49 DEBUG : Looking for writers 2026/07/12 03:50:49 DEBUG : dir: reading active writers 2026/07/12 03:50:49 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.21s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:49 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:49 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:50:49 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/12 03:50:49 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/07/12 03:50:49 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: File to upload is small (5 bytes), uploading instead of streaming 2026/07/12 03:50:49 DEBUG : dir/potato: size = 5 OK 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/potato" 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/potato 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/potato" 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-jegabod4peta/dir/potato 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:49 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/12 03:50:49 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/12 03:50:49 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/07/12 03:50:49 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/12 03:50:49 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:49 DEBUG : dir: Looking for writers 2026/07/12 03:50:49 DEBUG : file1: reading active writers 2026/07/12 03:50:49 DEBUG : potato: reading active writers 2026/07/12 03:50:49 DEBUG : Looking for writers 2026/07/12 03:50:49 DEBUG : dir: reading active writers 2026/07/12 03:50:49 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.41s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:49 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:49 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:50 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:50 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:50 DEBUG : dir/sub: Looking for writers 2026/07/12 03:50:50 DEBUG : dir: Looking for writers 2026/07/12 03:50:50 DEBUG : file1: reading active writers 2026/07/12 03:50:50 DEBUG : sub: reading active writers 2026/07/12 03:50:50 DEBUG : Looking for writers 2026/07/12 03:50:50 DEBUG : dir: reading active writers 2026/07/12 03:50:50 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.51s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:50 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:50 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/12 03:50:50 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:50 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:50 DEBUG : dir/sub/subsub: Looking for writers 2026/07/12 03:50:50 DEBUG : dir/sub: Looking for writers 2026/07/12 03:50:50 DEBUG : subsub: reading active writers 2026/07/12 03:50:50 DEBUG : dir: Looking for writers 2026/07/12 03:50:50 DEBUG : file1: reading active writers 2026/07/12 03:50:50 DEBUG : sub: reading active writers 2026/07/12 03:50:50 DEBUG : Looking for writers 2026/07/12 03:50:50 DEBUG : dir: reading active writers 2026/07/12 03:50:50 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.37s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:50 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:50 ERROR : dir/: Dir.Remove not empty 2026/07/12 03:50:50 DEBUG : dir/file1: Remove: 2026/07/12 03:50:50 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/12 03:50:50 DEBUG : dir/file1: >Remove: err= 2026/07/12 03:50:50 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/12 03:50:50 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:50 DEBUG : Looking for writers 2026/07/12 03:50:50 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.21s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:50 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:50 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:51 DEBUG : dir/file1: Remove: 2026/07/12 03:50:51 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/12 03:50:51 DEBUG : dir/file1: >Remove: err= 2026/07/12 03:50:51 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/12 03:50:51 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:51 DEBUG : Looking for writers 2026/07/12 03:50:51 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.21s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:51 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:51 DEBUG : dir/file1: Remove: 2026/07/12 03:50:51 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/12 03:50:51 DEBUG : dir/file1: >Remove: err= 2026/07/12 03:50:51 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:51 DEBUG : dir: Looking for writers 2026/07/12 03:50:51 DEBUG : Looking for writers 2026/07/12 03:50:51 DEBUG : dir: reading active writers 2026/07/12 03:50:51 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.31s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:51 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file3" 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file3 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file3" 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-jegabod4peta/dir/file3 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:51 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file3" 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file3 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file3" 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-jegabod4peta/dir/file3 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:51 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/12 03:50:51 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/07/12 03:50:51 DEBUG : dir: Updating dir with dir2 0x218470a9f790 2026/07/12 03:50:51 DEBUG : dir: forgetting directory cache 2026/07/12 03:50:51 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/12 03:50:51 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir2/file1" 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir2/file1 2026/07/12 03:50:51 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir2/file1" 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir2/file1 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:52 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir2/file1" 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir2/file1 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir2/file1" 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir2/file1 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:52 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir2/file3" 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir2/file3 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir2/file3" 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-jegabod4peta/dir2/file3 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:52 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir2/file3" 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir2/file3 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir2/file3" 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-jegabod4peta/dir2/file3 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:52 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/12 03:50:52 INFO : dir2/file1: Moved (server-side) to: file2 2026/07/12 03:50:52 DEBUG : file2: Updating file with file2 0x218470df1a00 2026/07/12 03:50:52 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/07/12 03:50:52 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file2" 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file2 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file2" 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/file2 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:52 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file2" 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/file2 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/file2" 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/file2 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:52 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir2/file3" 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir2/file3 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir2/file3" 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-jegabod4peta/dir2/file3 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:52 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir2/file3" 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir2/file3 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir2/file3" 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-jegabod4peta/dir2/file3 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:52 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/12 03:50:52 INFO : dir2/file3: Deleted 2026/07/12 03:50:52 INFO : file2: Moved (server-side) to: dir2/file3 2026/07/12 03:50:52 DEBUG : dir2/file3: Updating file with dir2/file3 0x218470df1a00 2026/07/12 03:50:52 DEBUG : Added virtual directory entry vDel: "file2" 2026/07/12 03:50:52 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir2/file3" 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir2/file3 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir2/file3" 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir2/file3 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:52 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir2/file3" 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir2/file3 2026/07/12 03:50:52 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir2/file3" 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir2/file3 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:53 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:53 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/07/12 03:50:53 DEBUG : empty directory: Updating dir with renamed empty directory 0x218470cadad0 2026/07/12 03:50:53 DEBUG : empty directory: forgetting directory cache 2026/07/12 03:50:53 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/07/12 03:50:53 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/07/12 03:50:53 DEBUG : dir2: Renaming to "dir3" 2026/07/12 03:50:53 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:53 DEBUG : dir3: Looking for writers 2026/07/12 03:50:53 DEBUG : file3: reading active writers 2026/07/12 03:50:53 DEBUG : renamed empty directory: Looking for writers 2026/07/12 03:50:53 DEBUG : Looking for writers 2026/07/12 03:50:53 DEBUG : dir3: reading active writers 2026/07/12 03:50:53 DEBUG : renamed empty directory: reading active writers 2026/07/12 03:50:53 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.69s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:53 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:53 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/12 03:50:53 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:50:53 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/12 03:50:53 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/12 03:50:53 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/07/12 03:50:53 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/07/12 03:50:53 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/12 03:50:53 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:50:53 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/12 03:50:53 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/12 03:50:53 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/07/12 03:50:53 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/07/12 03:50:53 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: File to upload is small (12 bytes), uploading instead of streaming 2026/07/12 03:50:53 DEBUG : dir/sub/file2: size = 12 OK 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/sub/file2" 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/sub/file2 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/sub/file2" 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-jegabod4peta/dir/sub/file2 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:53 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/07/12 03:50:53 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/07/12 03:50:53 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/07/12 03:50:53 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/12 03:50:53 DEBUG : forgetting directory cache 2026/07/12 03:50:53 DEBUG : dir: forgetting directory cache 2026/07/12 03:50:53 DEBUG : dir/sub: forgetting directory cache 2026/07/12 03:50:53 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/07/12 03:50:53 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: File to upload is small (5 bytes), uploading instead of streaming 2026/07/12 03:50:53 DEBUG : dir/sub/file0: size = 5 OK 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/sub/file0" 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/sub/file0 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/sub/file0" 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-jegabod4peta/dir/sub/file0 2026/07/12 03:50:53 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:53 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/12 03:50:53 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/12 03:50:53 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/07/12 03:50:53 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/12 03:50:53 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:53 DEBUG : dir/sub: Looking for writers 2026/07/12 03:50:53 DEBUG : file0: reading active writers 2026/07/12 03:50:53 DEBUG : file2: reading active writers 2026/07/12 03:50:53 DEBUG : dir: Looking for writers 2026/07/12 03:50:53 DEBUG : file1: reading active writers 2026/07/12 03:50:53 DEBUG : sub: reading active writers 2026/07/12 03:50:53 DEBUG : Looking for writers 2026/07/12 03:50:53 DEBUG : dir: reading active writers 2026/07/12 03:50:53 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.41s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:53 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:53 DEBUG : forgetting directory cache 2026/07/12 03:50:54 DEBUG : forgetting directory cache 2026/07/12 03:50:54 DEBUG : dir: forgetting directory cache 2026/07/12 03:50:54 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:54 DEBUG : dir: Looking for writers 2026/07/12 03:50:54 DEBUG : Looking for writers 2026/07/12 03:50:54 DEBUG : dir: reading active writers 2026/07/12 03:50:54 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.12s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:54 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/07/12 03:50:54 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:50:54 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/07/12 03:50:54 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/07/12 03:50:54 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/07/12 03:50:54 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:50:54 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/12 03:50:54 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/07/12 03:50:54 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:50:54 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/07/12 03:50:54 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/07/12 03:50:54 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/07/12 03:50:54 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:50:54 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/12 03:50:54 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:54 DEBUG : dir: Looking for writers 2026/07/12 03:50:54 DEBUG : file1: reading active writers 2026/07/12 03:50:54 DEBUG : file1.metadata: reading active writers 2026/07/12 03:50:54 DEBUG : Looking for writers 2026/07/12 03:50:54 DEBUG : dir: reading active writers 2026/07/12 03:50:54 DEBUG : dir.metadata: reading active writers 2026/07/12 03:50:54 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.21s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:54 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:54 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:54 DEBUG : dir: Looking for writers 2026/07/12 03:50:54 DEBUG : file1: reading active writers 2026/07/12 03:50:54 DEBUG : Looking for writers 2026/07/12 03:50:54 DEBUG : dir: reading active writers 2026/07/12 03:50:54 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.21s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:54 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:54 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:55 DEBUG : Can set mod time: true 2026/07/12 03:50:55 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:55 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:55 DEBUG : dir: Looking for writers 2026/07/12 03:50:55 DEBUG : file1: reading active writers 2026/07/12 03:50:55 DEBUG : Looking for writers 2026/07/12 03:50:55 DEBUG : dir: reading active writers 2026/07/12 03:50:55 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:55 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:55 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/12 03:50:55 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/12 03:50:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: File to upload is small (0 bytes), uploading instead of streaming 2026/07/12 03:50:55 DEBUG : dir/file1: size = 0 OK 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:55 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/12 03:50:55 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/12 03:50:55 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/12 03:50:55 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/12 03:50:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:50:55 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:55 DEBUG : dir: Looking for writers 2026/07/12 03:50:55 DEBUG : file1: reading active writers 2026/07/12 03:50:55 DEBUG : Looking for writers 2026/07/12 03:50:55 DEBUG : dir: reading active writers 2026/07/12 03:50:55 DEBUG : >WaitForWriters: 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:55 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:55 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/12 03:50:55 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:55 DEBUG : dir: Looking for writers 2026/07/12 03:50:55 DEBUG : file1: reading active writers 2026/07/12 03:50:55 DEBUG : Looking for writers 2026/07/12 03:50:55 DEBUG : dir: reading active writers 2026/07/12 03:50:55 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:55 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:55 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:56 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/12 03:50:56 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/12 03:50:56 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: File to upload is small (5 bytes), uploading instead of streaming 2026/07/12 03:50:56 DEBUG : dir/file1: size = 5 OK 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:56 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/12 03:50:56 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/12 03:50:56 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/12 03:50:56 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/12 03:50:56 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:50:56 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:56 DEBUG : dir: Looking for writers 2026/07/12 03:50:56 DEBUG : file1: reading active writers 2026/07/12 03:50:56 DEBUG : Looking for writers 2026/07/12 03:50:56 DEBUG : dir: reading active writers 2026/07/12 03:50:56 DEBUG : >WaitForWriters: 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:56 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:56 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/12 03:50:56 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:56 DEBUG : dir: Looking for writers 2026/07/12 03:50:56 DEBUG : file1: reading active writers 2026/07/12 03:50:56 DEBUG : Looking for writers 2026/07/12 03:50:56 DEBUG : dir: reading active writers 2026/07/12 03:50:56 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:56 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:50:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:50:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:50:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:50:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:50:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:50:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:50:56 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:56 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:56 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:56 DEBUG : dir: Looking for writers 2026/07/12 03:50:56 DEBUG : file1: reading active writers 2026/07/12 03:50:56 DEBUG : Looking for writers 2026/07/12 03:50:56 DEBUG : dir: reading active writers 2026/07/12 03:50:56 DEBUG : >WaitForWriters: 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:56 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:50:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:50:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:50:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:50:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:50:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:50:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:50:56 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:56 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:57 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/12 03:50:57 DEBUG : dir/file1: newRWFileHandle: 2026/07/12 03:50:57 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/12 03:50:57 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/12 03:50:57 DEBUG : dir/file1(0x218470ff4780): close: 2026/07/12 03:50:57 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/12 03:50:57 DEBUG : dir/file1(0x218470ff4780): >close: err= 2026/07/12 03:50:57 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:57 DEBUG : dir: Looking for writers 2026/07/12 03:50:57 DEBUG : file1: reading active writers 2026/07/12 03:50:57 DEBUG : Looking for writers 2026/07/12 03:50:57 DEBUG : dir: reading active writers 2026/07/12 03:50:57 DEBUG : >WaitForWriters: 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:57 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:57 DEBUG : dir: Looking for writers 2026/07/12 03:50:57 DEBUG : file1: reading active writers 2026/07/12 03:50:57 DEBUG : Looking for writers 2026/07/12 03:50:57 DEBUG : dir: reading active writers 2026/07/12 03:50:57 DEBUG : >WaitForWriters: 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:57 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:50:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:50:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:50:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:50:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:50:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:50:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:50:57 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:57 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/12 03:50:57 DEBUG : dir/file1: newRWFileHandle: 2026/07/12 03:50:57 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/12 03:50:57 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/12 03:50:57 DEBUG : dir/file1(0x218470ca4f00): _writeAt: size=5, off=0 2026/07/12 03:50:57 DEBUG : dir/file1(0x218470ca4f00): openPending: 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:57 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/12 03:50:57 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/12 03:50:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:50:57 DEBUG : dir/file1(0x218470ca4f00): >openPending: err= 2026/07/12 03:50:57 DEBUG : dir/file1(0x218470ca4f00): >_writeAt: n=5, err= 2026/07/12 03:50:57 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/12 03:50:57 DEBUG : dir/file1(0x218470ca4f00): close: 2026/07/12 03:50:57 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/07/12 03:50:57 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/07/12 03:50:57 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/07/12 03:50:57 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/12 03:50:57 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/12 03:50:57 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/12 03:50:57 DEBUG : dir/file1(0x218470ca4f00): >close: err= 2026/07/12 03:50:57 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:57 DEBUG : dir: Looking for writers 2026/07/12 03:50:57 DEBUG : file1: reading active writers 2026/07/12 03:50:57 DEBUG : Looking for writers 2026/07/12 03:50:57 DEBUG : dir: reading active writers 2026/07/12 03:50:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/12 03:50:57 DEBUG : dir: Looking for writers 2026/07/12 03:50:57 DEBUG : file1: reading active writers 2026/07/12 03:50:57 DEBUG : Looking for writers 2026/07/12 03:50:57 DEBUG : dir: reading active writers 2026/07/12 03:50:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/12 03:50:57 DEBUG : dir: Looking for writers 2026/07/12 03:50:57 DEBUG : file1: reading active writers 2026/07/12 03:50:57 DEBUG : Looking for writers 2026/07/12 03:50:57 DEBUG : dir: reading active writers 2026/07/12 03:50:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/12 03:50:57 DEBUG : dir: Looking for writers 2026/07/12 03:50:57 DEBUG : file1: reading active writers 2026/07/12 03:50:57 DEBUG : Looking for writers 2026/07/12 03:50:57 DEBUG : dir: reading active writers 2026/07/12 03:50:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/12 03:50:57 DEBUG : dir/file1: vfs cache: starting upload 2026/07/12 03:50:57 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1.2f98c60a.partial" 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1.2f98c60a.partial 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1.2f98c60a.partial" 2026/07/12 03:50:57 DEBUG : dir: Looking for writers 2026/07/12 03:50:57 DEBUG : file1: reading active writers 2026/07/12 03:50:57 DEBUG : Looking for writers 2026/07/12 03:50:57 DEBUG : dir: reading active writers 2026/07/12 03:50:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-jegabod4peta/dir/file1.2f98c60a.partial 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:57 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/12 03:50:57 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/07/12 03:50:57 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/07/12 03:50:57 INFO : dir/file1: Copied (replaced existing) 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:57 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/12 03:50:57 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/07/12 03:50:57 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/12 03:50:57 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/07/12 03:50:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:50:57 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/12 03:50:57 DEBUG : dir: Looking for writers 2026/07/12 03:50:57 DEBUG : file1: reading active writers 2026/07/12 03:50:57 DEBUG : Looking for writers 2026/07/12 03:50:57 DEBUG : dir: reading active writers 2026/07/12 03:50:57 DEBUG : >WaitForWriters: 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:57 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:57 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:58 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/07/12 03:50:58 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:58 DEBUG : dir: Looking for writers 2026/07/12 03:50:58 DEBUG : file1: reading active writers 2026/07/12 03:50:58 DEBUG : Looking for writers 2026/07/12 03:50:58 DEBUG : dir: reading active writers 2026/07/12 03:50:58 DEBUG : >WaitForWriters: 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.09s) --- 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.50s) --- 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.85s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:58 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:58 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/12 03:50:58 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/12 03:50:58 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:50:58 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:58 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:58 DEBUG : dir: Looking for writers 2026/07/12 03:50:58 DEBUG : file1: reading active writers 2026/07/12 03:50:58 DEBUG : Looking for writers 2026/07/12 03:50:58 DEBUG : dir: reading active writers 2026/07/12 03:50:58 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.31s) === RUN TestFileOpenReadUnknownSize 2026/07/12 03:50:58 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/07/12 03:50:58 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/12 03:50:58 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:50:58 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/07/12 03:50:58 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:58 DEBUG : Looking for writers 2026/07/12 03:50:58 DEBUG : file.txt: reading active writers 2026/07/12 03:50:58 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:58 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: File to upload is small (25 bytes), uploading instead of streaming 2026/07/12 03:50:58 DEBUG : dir/file1: size = 25 OK 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:58 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/12 03:50:58 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/12 03:50:58 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/12 03:50:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:50:58 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:58 DEBUG : dir: Looking for writers 2026/07/12 03:50:58 DEBUG : file1: reading active writers 2026/07/12 03:50:58 DEBUG : Looking for writers 2026/07/12 03:50:58 DEBUG : dir: reading active writers 2026/07/12 03:50:58 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.27s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:58 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:58 DEBUG : dir/file1: Remove: 2026/07/12 03:50:58 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/12 03:50:58 DEBUG : dir/file1: >Remove: err= 2026/07/12 03:50:58 DEBUG : dir/file1: Remove: 2026/07/12 03:50:58 DEBUG : dir/file1: >Remove: err=Read only file system 2026/07/12 03:50:58 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:58 DEBUG : dir: Looking for writers 2026/07/12 03:50:58 DEBUG : Looking for writers 2026/07/12 03:50:58 DEBUG : dir: reading active writers 2026/07/12 03:50:58 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.22s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:58 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:58 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:59 DEBUG : dir/file1: Remove: 2026/07/12 03:50:59 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/12 03:50:59 DEBUG : dir/file1: >Remove: err= 2026/07/12 03:50:59 DEBUG : dir/file1: Remove: 2026/07/12 03:50:59 DEBUG : dir/file1: >Remove: err=Read only file system 2026/07/12 03:50:59 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:59 DEBUG : dir: Looking for writers 2026/07/12 03:50:59 DEBUG : Looking for writers 2026/07/12 03:50:59 DEBUG : dir: reading active writers 2026/07/12 03:50:59 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.17s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:59 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:59 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/12 03:50:59 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/12 03:50:59 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/12 03:50:59 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/12 03:50:59 DEBUG : dir/file1: Open: flags=O_RDWR 2026/07/12 03:50:59 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/12 03:50:59 DEBUG : dir/file1: Open: flags=0x3 2026/07/12 03:50:59 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/07/12 03:50:59 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/07/12 03:50:59 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:59 DEBUG : dir: Looking for writers 2026/07/12 03:50:59 DEBUG : file1: reading active writers 2026/07/12 03:50:59 DEBUG : Looking for writers 2026/07/12 03:50:59 DEBUG : dir: reading active writers 2026/07/12 03:50:59 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.21s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:50:59 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:59 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:50:59 DEBUG : dir: Looking for writers 2026/07/12 03:50:59 DEBUG : file1: reading active writers 2026/07/12 03:50:59 DEBUG : Looking for writers 2026/07/12 03:50:59 DEBUG : dir: reading active writers 2026/07/12 03:50:59 DEBUG : >WaitForWriters: 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:59 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/12 03:50:59 DEBUG : newLeaf: Updating file with newLeaf 0x218470bfcc30 2026/07/12 03:50:59 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/12 03:50:59 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:59 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:59 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:50:59 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/12 03:50:59 DEBUG : dir/file1: Updating file with dir/file1 0x218470bfcc30 2026/07/12 03:50:59 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/12 03:50:59 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:50:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:50:59 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:51:00 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/12 03:51:00 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/12 03:51:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:00 DEBUG : dir/file1: File is currently open, delaying rename 0x218470bfcc30 2026/07/12 03:51:00 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/12 03:51:00 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: File to upload is small (25 bytes), uploading instead of streaming 2026/07/12 03:51:00 DEBUG : dir/file1: size = 25 OK 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:00 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/12 03:51:00 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/12 03:51:00 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/12 03:51:00 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/12 03:51:00 DEBUG : newLeaf: Running delayed rename now 2026/07/12 03:51:00 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/12 03:51:00 DEBUG : newLeaf: Updating file with newLeaf 0x218470bfcc30 2026/07/12 03:51:00 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:00 DEBUG : dir: Looking for writers 2026/07/12 03:51:00 DEBUG : Looking for writers 2026/07/12 03:51:00 DEBUG : dir: reading active writers 2026/07/12 03:51:00 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:00 DEBUG : >WaitForWriters: 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:00 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:00 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/12 03:51:00 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:00 DEBUG : dir: Looking for writers 2026/07/12 03:51:00 DEBUG : Looking for writers 2026/07/12 03:51:00 DEBUG : dir: reading active writers 2026/07/12 03:51:00 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:00 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:00 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:00 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:51:00 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:00 DEBUG : dir: Looking for writers 2026/07/12 03:51:00 DEBUG : file1: reading active writers 2026/07/12 03:51:00 DEBUG : Looking for writers 2026/07/12 03:51:00 DEBUG : dir: reading active writers 2026/07/12 03:51:00 DEBUG : >WaitForWriters: 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:51:00 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/12 03:51:00 DEBUG : newLeaf: Updating file with newLeaf 0x218470a9e1a0 2026/07/12 03:51:00 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/12 03:51:00 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:00 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:00 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:01 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:51:01 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/12 03:51:01 DEBUG : dir/file1: Updating file with dir/file1 0x218470a9e1a0 2026/07/12 03:51:01 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/12 03:51:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:51:01 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/12 03:51:01 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/12 03:51:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:01 DEBUG : dir/file1: File is currently open, delaying rename 0x218470a9e1a0 2026/07/12 03:51:01 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/12 03:51:01 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: File to upload is small (25 bytes), uploading instead of streaming 2026/07/12 03:51:01 DEBUG : dir/file1: size = 25 OK 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:01 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/12 03:51:01 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/12 03:51:01 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/12 03:51:01 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/12 03:51:01 DEBUG : newLeaf: Running delayed rename now 2026/07/12 03:51:01 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/12 03:51:01 DEBUG : newLeaf: Updating file with newLeaf 0x218470a9e1a0 2026/07/12 03:51:01 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:01 DEBUG : dir: Looking for writers 2026/07/12 03:51:01 DEBUG : Looking for writers 2026/07/12 03:51:01 DEBUG : dir: reading active writers 2026/07/12 03:51:01 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:01 DEBUG : >WaitForWriters: 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:01 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:01 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/12 03:51:01 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:01 DEBUG : dir: Looking for writers 2026/07/12 03:51:01 DEBUG : Looking for writers 2026/07/12 03:51:01 DEBUG : dir: reading active writers 2026/07/12 03:51:01 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:01 DEBUG : >WaitForWriters: 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:01 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:01 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:51:01 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/12 03:51:01 DEBUG : dir/file1: newRWFileHandle: 2026/07/12 03:51:01 DEBUG : dir/file1(0x218471360540): openPending: 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:01 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/12 03:51:01 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/12 03:51:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:01 DEBUG : dir/file1(0x218471360540): >openPending: err= 2026/07/12 03:51:01 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/12 03:51:01 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/12 03:51:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:01 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/12 03:51:01 DEBUG : dir/file1(0x218471360540): _writeAt: size=14, off=0 2026/07/12 03:51:01 DEBUG : dir/file1(0x218471360540): >_writeAt: n=14, err= 2026/07/12 03:51:01 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/12 03:51:01 DEBUG : dir/file1(0x218471360540): close: 2026/07/12 03:51:01 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/12 03:51:01 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/12 03:51:01 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:01 DEBUG : dir/file1(0x218471360540): >close: err= 2026/07/12 03:51:01 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:01 DEBUG : dir: Looking for writers 2026/07/12 03:51:01 DEBUG : file1: reading active writers 2026/07/12 03:51:01 DEBUG : Looking for writers 2026/07/12 03:51:01 DEBUG : dir: reading active writers 2026/07/12 03:51:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/12 03:51:01 DEBUG : dir: Looking for writers 2026/07/12 03:51:01 DEBUG : file1: reading active writers 2026/07/12 03:51:01 DEBUG : Looking for writers 2026/07/12 03:51:01 DEBUG : dir: reading active writers 2026/07/12 03:51:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/12 03:51:01 DEBUG : dir: Looking for writers 2026/07/12 03:51:01 DEBUG : file1: reading active writers 2026/07/12 03:51:01 DEBUG : Looking for writers 2026/07/12 03:51:01 DEBUG : dir: reading active writers 2026/07/12 03:51:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/12 03:51:01 DEBUG : dir: Looking for writers 2026/07/12 03:51:01 DEBUG : file1: reading active writers 2026/07/12 03:51:01 DEBUG : Looking for writers 2026/07/12 03:51:01 DEBUG : dir: reading active writers 2026/07/12 03:51:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/12 03:51:01 DEBUG : dir/file1: vfs cache: starting upload 2026/07/12 03:51:01 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1.ca338588.partial" 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1.ca338588.partial 2026/07/12 03:51:01 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1.ca338588.partial" 2026/07/12 03:51:02 DEBUG : dir: Looking for writers 2026/07/12 03:51:02 DEBUG : file1: reading active writers 2026/07/12 03:51:02 DEBUG : Looking for writers 2026/07/12 03:51:02 DEBUG : dir: reading active writers 2026/07/12 03:51:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1.ca338588.partial 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:02 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:02 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/12 03:51:02 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/07/12 03:51:02 INFO : dir/file1: Copied (replaced existing) 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:02 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/12 03:51:02 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/07/12 03:51:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:02 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/12 03:51:02 DEBUG : dir: Looking for writers 2026/07/12 03:51:02 DEBUG : file1: reading active writers 2026/07/12 03:51:02 DEBUG : Looking for writers 2026/07/12 03:51:02 DEBUG : dir: reading active writers 2026/07/12 03:51:02 DEBUG : >WaitForWriters: 2026/07/12 03:51:02 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/12 03:51:02 DEBUG : dir/file1: newRWFileHandle: 2026/07/12 03:51:02 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/12 03:51:02 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/12 03:51:02 DEBUG : dir/file1(0x21847129e900): _readAt: size=512, off=0 2026/07/12 03:51:02 DEBUG : dir/file1(0x21847129e900): openPending: 2026/07/12 03:51:02 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/12 03:51:02 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/12 03:51:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:02 DEBUG : dir/file1(0x21847129e900): >openPending: err= 2026/07/12 03:51:02 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/12 03:51:02 DEBUG : dir/file1(0x21847129e900): >_readAt: n=14, err=EOF 2026/07/12 03:51:02 DEBUG : dir/file1(0x21847129e900): close: 2026/07/12 03:51:02 DEBUG : dir/file1(0x21847129e900): >close: err= 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:51:02 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:02 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:02 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/12 03:51:02 DEBUG : newLeaf: Updating file with newLeaf 0x21847077de10 2026/07/12 03:51:02 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/12 03:51:02 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:02 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:02 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:51:02 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:02 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/12 03:51:02 DEBUG : dir/file1: Updating file with dir/file1 0x21847077de10 2026/07/12 03:51:02 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/12 03:51:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:51:02 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/12 03:51:02 DEBUG : dir/file1: newRWFileHandle: 2026/07/12 03:51:02 DEBUG : dir/file1(0x21847129f240): openPending: 2026/07/12 03:51:02 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/12 03:51:02 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/12 03:51:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:02 DEBUG : dir/file1(0x21847129f240): >openPending: err= 2026/07/12 03:51:02 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/12 03:51:02 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/12 03:51:02 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/12 03:51:02 DEBUG : dir/file1(0x21847129f240): _writeAt: size=25, off=0 2026/07/12 03:51:02 DEBUG : dir/file1(0x21847129f240): >_writeAt: n=25, err= 2026/07/12 03:51:02 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:02 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:03 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:03 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/12 03:51:03 DEBUG : newLeaf: Updating file with newLeaf 0x21847077de10 2026/07/12 03:51:03 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/12 03:51:03 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/12 03:51:03 DEBUG : newLeaf(0x21847129f240): close: 2026/07/12 03:51:03 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/07/12 03:51:03 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-12 03:51:02.961161547 +0000 UTC m=+17.373409032 2026/07/12 03:51:03 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:03 DEBUG : newLeaf(0x21847129f240): >close: err= 2026/07/12 03:51:03 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:03 DEBUG : dir: Looking for writers 2026/07/12 03:51:03 DEBUG : Looking for writers 2026/07/12 03:51:03 DEBUG : dir: reading active writers 2026/07/12 03:51:03 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/12 03:51:03 DEBUG : dir: Looking for writers 2026/07/12 03:51:03 DEBUG : Looking for writers 2026/07/12 03:51:03 DEBUG : dir: reading active writers 2026/07/12 03:51:03 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/12 03:51:03 DEBUG : dir: Looking for writers 2026/07/12 03:51:03 DEBUG : Looking for writers 2026/07/12 03:51:03 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:03 DEBUG : dir: reading active writers 2026/07/12 03:51:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/12 03:51:03 DEBUG : dir: Looking for writers 2026/07/12 03:51:03 DEBUG : Looking for writers 2026/07/12 03:51:03 DEBUG : dir: reading active writers 2026/07/12 03:51:03 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/12 03:51:03 DEBUG : newLeaf: vfs cache: starting upload 2026/07/12 03:51:03 DEBUG : newLeaf.07237014.partial: size = 25 OK 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf.07237014.partial" 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf.07237014.partial 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf.07237014.partial" 2026/07/12 03:51:03 DEBUG : dir: Looking for writers 2026/07/12 03:51:03 DEBUG : Looking for writers 2026/07/12 03:51:03 DEBUG : dir: reading active writers 2026/07/12 03:51:03 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-jegabod4peta/newLeaf.07237014.partial 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:03 DEBUG : newLeaf.07237014.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/12 03:51:03 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/12 03:51:03 DEBUG : newLeaf.07237014.partial: renamed to: newLeaf 2026/07/12 03:51:03 INFO : newLeaf: Copied (replaced existing) 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:03 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/12 03:51:03 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-12 03:51:02 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/12 03:51:03 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/12 03:51:03 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/12 03:51:03 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/12 03:51:03 DEBUG : dir: Looking for writers 2026/07/12 03:51:03 DEBUG : Looking for writers 2026/07/12 03:51:03 DEBUG : dir: reading active writers 2026/07/12 03:51:03 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:03 DEBUG : >WaitForWriters: 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:03 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:03 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/12 03:51:03 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:03 DEBUG : dir: Looking for writers 2026/07/12 03:51:03 DEBUG : Looking for writers 2026/07/12 03:51:03 DEBUG : dir: reading active writers 2026/07/12 03:51:03 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:03 DEBUG : >WaitForWriters: 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:03 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:03 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:03 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:03 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:03 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:51:03 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:03 DEBUG : dir: Looking for writers 2026/07/12 03:51:03 DEBUG : file1: reading active writers 2026/07/12 03:51:03 DEBUG : Looking for writers 2026/07/12 03:51:03 DEBUG : dir: reading active writers 2026/07/12 03:51:03 DEBUG : >WaitForWriters: 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:51:03 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/12 03:51:03 DEBUG : newLeaf: Updating file with newLeaf 0x218470defc70 2026/07/12 03:51:03 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/12 03:51:03 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:03 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:04 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:04 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:51:04 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/12 03:51:04 DEBUG : dir/file1: Updating file with dir/file1 0x218470defc70 2026/07/12 03:51:04 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/12 03:51:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:51:04 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/12 03:51:04 DEBUG : dir/file1: newRWFileHandle: 2026/07/12 03:51:04 DEBUG : dir/file1(0x218470ca5d00): openPending: 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:04 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/12 03:51:04 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/12 03:51:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:04 DEBUG : dir/file1(0x218470ca5d00): >openPending: err= 2026/07/12 03:51:04 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/12 03:51:04 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/12 03:51:04 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/12 03:51:04 DEBUG : dir/file1(0x218470ca5d00): _writeAt: size=25, off=0 2026/07/12 03:51:04 DEBUG : dir/file1(0x218470ca5d00): >_writeAt: n=25, err= 2026/07/12 03:51:04 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:04 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:04 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/12 03:51:04 DEBUG : newLeaf: Updating file with newLeaf 0x218470defc70 2026/07/12 03:51:04 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/12 03:51:04 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/12 03:51:04 DEBUG : newLeaf(0x218470ca5d00): close: 2026/07/12 03:51:04 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/07/12 03:51:04 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-12 03:51:04.473578951 +0000 UTC m=+18.885826436 2026/07/12 03:51:04 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:04 DEBUG : newLeaf(0x218470ca5d00): >close: err= 2026/07/12 03:51:04 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:04 DEBUG : dir: Looking for writers 2026/07/12 03:51:04 DEBUG : Looking for writers 2026/07/12 03:51:04 DEBUG : dir: reading active writers 2026/07/12 03:51:04 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/12 03:51:04 DEBUG : dir: Looking for writers 2026/07/12 03:51:04 DEBUG : Looking for writers 2026/07/12 03:51:04 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:04 DEBUG : dir: reading active writers 2026/07/12 03:51:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/12 03:51:04 DEBUG : dir: Looking for writers 2026/07/12 03:51:04 DEBUG : Looking for writers 2026/07/12 03:51:04 DEBUG : dir: reading active writers 2026/07/12 03:51:04 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/12 03:51:04 DEBUG : dir: Looking for writers 2026/07/12 03:51:04 DEBUG : Looking for writers 2026/07/12 03:51:04 DEBUG : dir: reading active writers 2026/07/12 03:51:04 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/12 03:51:04 DEBUG : newLeaf: vfs cache: starting upload 2026/07/12 03:51:04 DEBUG : newLeaf.d76d9433.partial: size = 25 OK 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf.d76d9433.partial" 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf.d76d9433.partial 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf.d76d9433.partial" 2026/07/12 03:51:04 DEBUG : dir: Looking for writers 2026/07/12 03:51:04 DEBUG : Looking for writers 2026/07/12 03:51:04 DEBUG : dir: reading active writers 2026/07/12 03:51:04 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-jegabod4peta/newLeaf.d76d9433.partial 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:04 DEBUG : newLeaf.d76d9433.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/12 03:51:04 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/12 03:51:04 DEBUG : newLeaf.d76d9433.partial: renamed to: newLeaf 2026/07/12 03:51:04 INFO : newLeaf: Copied (replaced existing) 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:04 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/12 03:51:04 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-12 03:51:04 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/12 03:51:04 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/12 03:51:04 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/12 03:51:04 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/12 03:51:04 DEBUG : dir: Looking for writers 2026/07/12 03:51:04 DEBUG : Looking for writers 2026/07/12 03:51:04 DEBUG : dir: reading active writers 2026/07/12 03:51:04 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:04 DEBUG : >WaitForWriters: 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:04 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:04 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:05 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/12 03:51:05 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:05 DEBUG : dir: Looking for writers 2026/07/12 03:51:05 DEBUG : Looking for writers 2026/07/12 03:51:05 DEBUG : dir: reading active writers 2026/07/12 03:51:05 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:05 DEBUG : >WaitForWriters: 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:05 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:05 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:05 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:05 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:05 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:51:05 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/12 03:51:05 DEBUG : dir/file1: newRWFileHandle: 2026/07/12 03:51:05 DEBUG : dir/file1(0x218471002fc0): openPending: 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:05 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/12 03:51:05 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/12 03:51:05 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:05 DEBUG : dir/file1(0x218471002fc0): >openPending: err= 2026/07/12 03:51:05 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/12 03:51:05 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/12 03:51:05 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:05 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/12 03:51:05 DEBUG : dir/file1(0x218471002fc0): _writeAt: size=14, off=0 2026/07/12 03:51:05 DEBUG : dir/file1(0x218471002fc0): >_writeAt: n=14, err= 2026/07/12 03:51:05 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/12 03:51:05 DEBUG : dir/file1(0x218471002fc0): close: 2026/07/12 03:51:05 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/12 03:51:05 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/12 03:51:05 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:05 DEBUG : dir/file1(0x218471002fc0): >close: err= 2026/07/12 03:51:05 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:05 DEBUG : dir: Looking for writers 2026/07/12 03:51:05 DEBUG : file1: reading active writers 2026/07/12 03:51:05 DEBUG : Looking for writers 2026/07/12 03:51:05 DEBUG : dir: reading active writers 2026/07/12 03:51:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/12 03:51:05 DEBUG : dir: Looking for writers 2026/07/12 03:51:05 DEBUG : file1: reading active writers 2026/07/12 03:51:05 DEBUG : Looking for writers 2026/07/12 03:51:05 DEBUG : dir: reading active writers 2026/07/12 03:51:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/12 03:51:05 DEBUG : dir: Looking for writers 2026/07/12 03:51:05 DEBUG : file1: reading active writers 2026/07/12 03:51:05 DEBUG : Looking for writers 2026/07/12 03:51:05 DEBUG : dir: reading active writers 2026/07/12 03:51:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/12 03:51:05 DEBUG : dir: Looking for writers 2026/07/12 03:51:05 DEBUG : file1: reading active writers 2026/07/12 03:51:05 DEBUG : Looking for writers 2026/07/12 03:51:05 DEBUG : dir: reading active writers 2026/07/12 03:51:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/12 03:51:05 DEBUG : dir/file1: vfs cache: starting upload 2026/07/12 03:51:05 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1.ca338588.partial" 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1.ca338588.partial 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1.ca338588.partial" 2026/07/12 03:51:05 DEBUG : dir: Looking for writers 2026/07/12 03:51:05 DEBUG : file1: reading active writers 2026/07/12 03:51:05 DEBUG : Looking for writers 2026/07/12 03:51:05 DEBUG : dir: reading active writers 2026/07/12 03:51:05 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1.ca338588.partial 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:05 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:05 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/12 03:51:05 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/07/12 03:51:05 INFO : dir/file1: Copied (replaced existing) 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:05 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/12 03:51:05 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/07/12 03:51:05 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:05 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/12 03:51:05 DEBUG : dir: Looking for writers 2026/07/12 03:51:05 DEBUG : file1: reading active writers 2026/07/12 03:51:05 DEBUG : Looking for writers 2026/07/12 03:51:05 DEBUG : dir: reading active writers 2026/07/12 03:51:05 DEBUG : >WaitForWriters: 2026/07/12 03:51:05 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/12 03:51:05 DEBUG : dir/file1: newRWFileHandle: 2026/07/12 03:51:05 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/12 03:51:05 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/12 03:51:05 DEBUG : dir/file1(0x21847111c980): _readAt: size=512, off=0 2026/07/12 03:51:05 DEBUG : dir/file1(0x21847111c980): openPending: 2026/07/12 03:51:05 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/12 03:51:05 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/12 03:51:05 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:05 DEBUG : dir/file1(0x21847111c980): >openPending: err= 2026/07/12 03:51:05 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/12 03:51:05 DEBUG : dir/file1(0x21847111c980): >_readAt: n=14, err=EOF 2026/07/12 03:51:05 DEBUG : dir/file1(0x21847111c980): close: 2026/07/12 03:51:05 DEBUG : dir/file1(0x21847111c980): >close: err= 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:51:05 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:05 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:06 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:06 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/12 03:51:06 DEBUG : newLeaf: Updating file with newLeaf 0x218471056f70 2026/07/12 03:51:06 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/12 03:51:06 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:06 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:06 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:51:06 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:06 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/12 03:51:06 DEBUG : dir/file1: Updating file with dir/file1 0x218471056f70 2026/07/12 03:51:06 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/12 03:51:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:51:06 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/12 03:51:06 DEBUG : dir/file1: newRWFileHandle: 2026/07/12 03:51:06 DEBUG : dir/file1(0x21847111c680): openPending: 2026/07/12 03:51:06 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/12 03:51:06 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/12 03:51:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:06 DEBUG : dir/file1(0x21847111c680): >openPending: err= 2026/07/12 03:51:06 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/12 03:51:06 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/12 03:51:06 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/12 03:51:06 DEBUG : dir/file1(0x21847111c680): _writeAt: size=25, off=0 2026/07/12 03:51:06 DEBUG : dir/file1(0x21847111c680): >_writeAt: n=25, err= 2026/07/12 03:51:06 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:06 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:06 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/12 03:51:06 DEBUG : newLeaf: Updating file with newLeaf 0x218471056f70 2026/07/12 03:51:06 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/12 03:51:06 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/12 03:51:06 DEBUG : newLeaf(0x21847111c680): close: 2026/07/12 03:51:06 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/07/12 03:51:06 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-12 03:51:06.503264015 +0000 UTC m=+20.915511470 2026/07/12 03:51:06 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:06 DEBUG : newLeaf(0x21847111c680): >close: err= 2026/07/12 03:51:06 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:06 DEBUG : dir: Looking for writers 2026/07/12 03:51:06 DEBUG : Looking for writers 2026/07/12 03:51:06 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:06 DEBUG : dir: reading active writers 2026/07/12 03:51:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/12 03:51:06 DEBUG : dir: Looking for writers 2026/07/12 03:51:06 DEBUG : Looking for writers 2026/07/12 03:51:06 DEBUG : dir: reading active writers 2026/07/12 03:51:06 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/12 03:51:06 DEBUG : dir: Looking for writers 2026/07/12 03:51:06 DEBUG : Looking for writers 2026/07/12 03:51:06 DEBUG : dir: reading active writers 2026/07/12 03:51:06 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/12 03:51:06 DEBUG : dir: Looking for writers 2026/07/12 03:51:06 DEBUG : Looking for writers 2026/07/12 03:51:06 DEBUG : dir: reading active writers 2026/07/12 03:51:06 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/12 03:51:06 DEBUG : newLeaf: vfs cache: starting upload 2026/07/12 03:51:06 DEBUG : newLeaf.5fd8efd7.partial: size = 25 OK 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf.5fd8efd7.partial" 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf.5fd8efd7.partial 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf.5fd8efd7.partial" 2026/07/12 03:51:06 DEBUG : dir: Looking for writers 2026/07/12 03:51:06 DEBUG : Looking for writers 2026/07/12 03:51:06 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:06 DEBUG : dir: reading active writers 2026/07/12 03:51:06 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-jegabod4peta/newLeaf.5fd8efd7.partial 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:06 DEBUG : newLeaf.5fd8efd7.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/12 03:51:06 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/12 03:51:06 DEBUG : newLeaf.5fd8efd7.partial: renamed to: newLeaf 2026/07/12 03:51:06 INFO : newLeaf: Copied (replaced existing) 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:06 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/12 03:51:06 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-12 03:51:06 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/12 03:51:06 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/12 03:51:06 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/12 03:51:06 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/12 03:51:06 DEBUG : dir: Looking for writers 2026/07/12 03:51:06 DEBUG : Looking for writers 2026/07/12 03:51:06 DEBUG : dir: reading active writers 2026/07/12 03:51:06 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:06 DEBUG : >WaitForWriters: 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:06 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:07 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:07 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/12 03:51:07 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:07 DEBUG : dir: Looking for writers 2026/07/12 03:51:07 DEBUG : Looking for writers 2026/07/12 03:51:07 DEBUG : dir: reading active writers 2026/07/12 03:51:07 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:07 DEBUG : >WaitForWriters: 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:07 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:07 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:51:07 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:07 DEBUG : dir: Looking for writers 2026/07/12 03:51:07 DEBUG : file1: reading active writers 2026/07/12 03:51:07 DEBUG : Looking for writers 2026/07/12 03:51:07 DEBUG : dir: reading active writers 2026/07/12 03:51:07 DEBUG : >WaitForWriters: 2026/07/12 03:51:07 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/12 03:51:07 DEBUG : dir/file1: newRWFileHandle: 2026/07/12 03:51:07 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/12 03:51:07 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/12 03:51:07 DEBUG : dir/file1(0x218470fbd000): _readAt: size=512, off=0 2026/07/12 03:51:07 DEBUG : dir/file1(0x218470fbd000): openPending: 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:07 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/12 03:51:07 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/12 03:51:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:07 DEBUG : dir/file1(0x218470fbd000): >openPending: err= 2026/07/12 03:51:07 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/07/12 03:51:07 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/12 03:51:07 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:07 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:07 DEBUG : dir/file1(0x218470fbd000): >_readAt: n=14, err=EOF 2026/07/12 03:51:07 DEBUG : dir/file1(0x218470fbd000): close: 2026/07/12 03:51:07 DEBUG : dir/file1(0x218470fbd000): >close: err= 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:07 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:07 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:51:07 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:07 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:07 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/12 03:51:07 DEBUG : newLeaf: Updating file with newLeaf 0x218471125790 2026/07/12 03:51:07 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/12 03:51:07 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:07 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:07 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:51:07 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:07 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:08 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/12 03:51:08 DEBUG : dir/file1: Updating file with dir/file1 0x218471125790 2026/07/12 03:51:08 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/12 03:51:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:51:08 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/12 03:51:08 DEBUG : dir/file1: newRWFileHandle: 2026/07/12 03:51:08 DEBUG : dir/file1(0x218471361440): openPending: 2026/07/12 03:51:08 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/12 03:51:08 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/12 03:51:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:08 DEBUG : dir/file1(0x218471361440): >openPending: err= 2026/07/12 03:51:08 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/12 03:51:08 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/12 03:51:08 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/12 03:51:08 DEBUG : dir/file1(0x218471361440): _writeAt: size=25, off=0 2026/07/12 03:51:08 DEBUG : dir/file1(0x218471361440): >_writeAt: n=25, err= 2026/07/12 03:51:08 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:08 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:08 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/12 03:51:08 DEBUG : newLeaf: Updating file with newLeaf 0x218471125790 2026/07/12 03:51:08 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/12 03:51:08 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/12 03:51:08 DEBUG : newLeaf(0x218471361440): close: 2026/07/12 03:51:08 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/07/12 03:51:08 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-12 03:51:08.221853818 +0000 UTC m=+22.634101273 2026/07/12 03:51:08 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:08 DEBUG : newLeaf(0x218471361440): >close: err= 2026/07/12 03:51:08 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:08 DEBUG : dir: Looking for writers 2026/07/12 03:51:08 DEBUG : Looking for writers 2026/07/12 03:51:08 DEBUG : dir: reading active writers 2026/07/12 03:51:08 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/12 03:51:08 DEBUG : dir: Looking for writers 2026/07/12 03:51:08 DEBUG : Looking for writers 2026/07/12 03:51:08 DEBUG : dir: reading active writers 2026/07/12 03:51:08 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/12 03:51:08 DEBUG : dir: Looking for writers 2026/07/12 03:51:08 DEBUG : Looking for writers 2026/07/12 03:51:08 DEBUG : dir: reading active writers 2026/07/12 03:51:08 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/12 03:51:08 DEBUG : dir: Looking for writers 2026/07/12 03:51:08 DEBUG : Looking for writers 2026/07/12 03:51:08 DEBUG : dir: reading active writers 2026/07/12 03:51:08 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/12 03:51:08 DEBUG : newLeaf: vfs cache: starting upload 2026/07/12 03:51:08 DEBUG : newLeaf.06557797.partial: size = 25 OK 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf.06557797.partial" 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf.06557797.partial 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf.06557797.partial" 2026/07/12 03:51:08 DEBUG : dir: Looking for writers 2026/07/12 03:51:08 DEBUG : Looking for writers 2026/07/12 03:51:08 DEBUG : dir: reading active writers 2026/07/12 03:51:08 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-jegabod4peta/newLeaf.06557797.partial 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:08 DEBUG : newLeaf.06557797.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/12 03:51:08 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/12 03:51:08 DEBUG : newLeaf.06557797.partial: renamed to: newLeaf 2026/07/12 03:51:08 INFO : newLeaf: Copied (replaced existing) 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:08 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/12 03:51:08 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-12 03:51:08 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/12 03:51:08 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/12 03:51:08 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/12 03:51:08 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/12 03:51:08 DEBUG : dir: Looking for writers 2026/07/12 03:51:08 DEBUG : Looking for writers 2026/07/12 03:51:08 DEBUG : dir: reading active writers 2026/07/12 03:51:08 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:08 DEBUG : >WaitForWriters: 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:08 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/newLeaf" 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-jegabod4peta/newLeaf 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:08 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/12 03:51:08 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:08 DEBUG : dir: Looking for writers 2026/07/12 03:51:08 DEBUG : Looking for writers 2026/07/12 03:51:08 DEBUG : newLeaf: reading active writers 2026/07/12 03:51:08 DEBUG : dir: reading active writers 2026/07/12 03:51:08 DEBUG : >WaitForWriters: 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting --- PASS: TestFileRename (9.59s) --- PASS: TestFileRename/off,forceCache=false (1.12s) --- PASS: TestFileRename/minimal,forceCache=false (1.18s) --- PASS: TestFileRename/minimal,forceCache=true (2.03s) --- PASS: TestFileRename/writes,forceCache=false (1.52s) --- PASS: TestFileRename/writes,forceCache=true (2.03s) --- PASS: TestFileRename/full,forceCache=false (1.72s) === RUN TestFileStructSize file_test.go:419: File struct has size 208 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:08 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:08 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:08 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:08 DEBUG : Looking for writers 2026/07/12 03:51:08 DEBUG : >WaitForWriters: --- PASS: TestRcGetVFS (0.00s) === RUN TestRcForget rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcForget (0.00s) === RUN TestRcRefresh rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcRefresh (0.00s) === RUN TestRcPollInterval rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcPollInterval (0.00s) === RUN TestRcList rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStats rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcStats (0.00s) === RUN TestReadFileHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:08 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:08 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:08 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:09 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/12 03:51:09 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:09 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/12 03:51:09 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/12 03:51:09 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:09 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/12 03:51:09 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:09 DEBUG : dir: Looking for writers 2026/07/12 03:51:09 DEBUG : file1: reading active writers 2026/07/12 03:51:09 DEBUG : Looking for writers 2026/07/12 03:51:09 DEBUG : dir: reading active writers 2026/07/12 03:51:09 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.31s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:09 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:09 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:09 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/12 03:51:09 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:09 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/12 03:51:09 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/12 03:51:09 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:09 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/07/12 03:51:09 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/07/12 03:51:09 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/07/12 03:51:09 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/12 03:51:09 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/07/12 03:51:09 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/07/12 03:51:09 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:09 DEBUG : dir: Looking for writers 2026/07/12 03:51:09 DEBUG : file1: reading active writers 2026/07/12 03:51:09 DEBUG : Looking for writers 2026/07/12 03:51:09 DEBUG : dir: reading active writers 2026/07/12 03:51:09 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.30s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:09 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:09 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:09 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/12 03:51:09 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:09 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/12 03:51:09 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/12 03:51:09 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:09 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/07/12 03:51:09 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/07/12 03:51:09 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/07/12 03:51:09 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/12 03:51:09 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/07/12 03:51:09 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/07/12 03:51:09 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/07/12 03:51:09 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/07/12 03:51:09 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/07/12 03:51:09 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/07/12 03:51:09 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/07/12 03:51:09 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/07/12 03:51:09 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/07/12 03:51:09 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/07/12 03:51:09 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/07/12 03:51:09 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/07/12 03:51:09 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/07/12 03:51:09 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/07/12 03:51:09 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/07/12 03:51:09 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:09 DEBUG : dir: Looking for writers 2026/07/12 03:51:09 DEBUG : file1: reading active writers 2026/07/12 03:51:09 DEBUG : Looking for writers 2026/07/12 03:51:09 DEBUG : dir: reading active writers 2026/07/12 03:51:09 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.40s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:09 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:09 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:09 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:10 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/12 03:51:10 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:10 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/12 03:51:10 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/12 03:51:10 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/12 03:51:10 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:10 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:10 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/12 03:51:10 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:10 DEBUG : dir: Looking for writers 2026/07/12 03:51:10 DEBUG : file1: reading active writers 2026/07/12 03:51:10 DEBUG : Looking for writers 2026/07/12 03:51:10 DEBUG : dir: reading active writers 2026/07/12 03:51:10 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.35s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:10 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:10 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:10 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/12 03:51:10 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:10 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/12 03:51:10 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/12 03:51:10 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/12 03:51:10 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:10 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:10 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:10 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/12 03:51:10 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/07/12 03:51:10 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:10 DEBUG : dir: Looking for writers 2026/07/12 03:51:10 DEBUG : file1: reading active writers 2026/07/12 03:51:10 DEBUG : Looking for writers 2026/07/12 03:51:10 DEBUG : dir: reading active writers 2026/07/12 03:51:10 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.32s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:10 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:10 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:10 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:10 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/12 03:51:10 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:10 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/12 03:51:10 DEBUG : dir/file1: newRWFileHandle: 2026/07/12 03:51:10 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/12 03:51:10 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/12 03:51:10 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/12 03:51:10 DEBUG : dir/file1(0x218470c6f8c0): _readAt: size=1, off=0 2026/07/12 03:51:10 DEBUG : dir/file1(0x218470c6f8c0): openPending: 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:10 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/12 03:51:10 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/12 03:51:10 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/12 03:51:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:10 DEBUG : dir/file1(0x218470c6f8c0): >openPending: err= 2026/07/12 03:51:10 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/12 03:51:10 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/12 03:51:10 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:10 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:10 DEBUG : dir/file1(0x218470c6f8c0): >_readAt: n=1, err= 2026/07/12 03:51:10 DEBUG : dir/file1(0x218470c6f8c0): _readAt: size=256, off=1 2026/07/12 03:51:10 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/07/12 03:51:10 DEBUG : dir/file1(0x218470c6f8c0): >_readAt: n=15, err=EOF 2026/07/12 03:51:10 DEBUG : dir/file1(0x218470c6f8c0): _readAt: size=16, off=16 2026/07/12 03:51:10 DEBUG : dir/file1(0x218470c6f8c0): >_readAt: n=0, err=EOF 2026/07/12 03:51:10 DEBUG : dir/file1(0x218470c6f8c0): close: 2026/07/12 03:51:10 DEBUG : dir/file1(0x218470c6f8c0): >close: err= 2026/07/12 03:51:10 DEBUG : dir/file1(0x218470c6f8c0): close: 2026/07/12 03:51:10 DEBUG : dir/file1(0x218470c6f8c0): >close: err=file already closed 2026/07/12 03:51:10 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:10 DEBUG : dir: Looking for writers 2026/07/12 03:51:10 DEBUG : file1: reading active writers 2026/07/12 03:51:10 DEBUG : Looking for writers 2026/07/12 03:51:10 DEBUG : dir: reading active writers 2026/07/12 03:51:10 DEBUG : >WaitForWriters: 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.31s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:10 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:10 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:10 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:10 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/12 03:51:10 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:10 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/12 03:51:10 DEBUG : dir/file1: newRWFileHandle: 2026/07/12 03:51:10 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/12 03:51:10 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/12 03:51:10 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/12 03:51:10 DEBUG : dir/file1(0x218470ca4380): _readAt: size=1, off=0 2026/07/12 03:51:10 DEBUG : dir/file1(0x218470ca4380): openPending: 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:10 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:11 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/12 03:51:11 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/12 03:51:11 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/12 03:51:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca4380): >openPending: err= 2026/07/12 03:51:11 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/12 03:51:11 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/12 03:51:11 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:11 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca4380): >_readAt: n=1, err= 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca4380): _readAt: size=1, off=5 2026/07/12 03:51:11 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca4380): >_readAt: n=1, err= 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca4380): _readAt: size=1, off=3 2026/07/12 03:51:11 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca4380): >_readAt: n=1, err= 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca4380): _readAt: size=1, off=13 2026/07/12 03:51:11 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca4380): >_readAt: n=1, err= 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca4380): _readAt: size=16, off=100 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca4380): >_readAt: n=0, err=EOF 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca4380): close: 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca4380): >close: err= 2026/07/12 03:51:11 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:11 DEBUG : dir: Looking for writers 2026/07/12 03:51:11 DEBUG : file1: reading active writers 2026/07/12 03:51:11 DEBUG : Looking for writers 2026/07/12 03:51:11 DEBUG : dir: reading active writers 2026/07/12 03:51:11 DEBUG : >WaitForWriters: 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.23s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:11 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:11 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:11 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:11 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/12 03:51:11 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:11 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/12 03:51:11 DEBUG : dir/file1: newRWFileHandle: 2026/07/12 03:51:11 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/12 03:51:11 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/12 03:51:11 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca5300): _readAt: size=1, off=0 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca5300): openPending: 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:11 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/12 03:51:11 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/12 03:51:11 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/12 03:51:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca5300): >openPending: err= 2026/07/12 03:51:11 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/12 03:51:11 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/12 03:51:11 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:11 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca5300): >_readAt: n=1, err= 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca5300): _readAt: size=1, off=5 2026/07/12 03:51:11 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca5300): >_readAt: n=1, err= 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca5300): _readAt: size=1, off=1 2026/07/12 03:51:11 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca5300): >_readAt: n=1, err= 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca5300): _readAt: size=6, off=10 2026/07/12 03:51:11 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca5300): >_readAt: n=6, err= 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca5300): _readAt: size=256, off=10 2026/07/12 03:51:11 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca5300): >_readAt: n=6, err=EOF 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca5300): _readAt: size=256, off=100 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca5300): >_readAt: n=0, err=EOF 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca5300): close: 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca5300): >close: err= 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca5300): _readAt: size=256, off=100 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470ca5300): >_readAt: n=0, err=file already closed 2026/07/12 03:51:11 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:11 DEBUG : dir: Looking for writers 2026/07/12 03:51:11 DEBUG : file1: reading active writers 2026/07/12 03:51:11 DEBUG : Looking for writers 2026/07/12 03:51:11 DEBUG : dir: reading active writers 2026/07/12 03:51:11 DEBUG : >WaitForWriters: 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.31s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:11 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:11 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:11 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:11 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/12 03:51:11 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:11 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/12 03:51:11 DEBUG : dir/file1: newRWFileHandle: 2026/07/12 03:51:11 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/12 03:51:11 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/12 03:51:11 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470fbc000): RWFileHandle.Flush 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470fbc000): _readAt: size=256, off=0 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470fbc000): openPending: 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:11 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/12 03:51:11 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/12 03:51:11 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/12 03:51:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470fbc000): >openPending: err= 2026/07/12 03:51:11 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/07/12 03:51:11 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/12 03:51:11 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:11 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470fbc000): >_readAt: n=16, err=EOF 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470fbc000): RWFileHandle.Flush 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470fbc000): RWFileHandle.Flush 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470fbc000): close: 2026/07/12 03:51:11 DEBUG : dir/file1(0x218470fbc000): >close: err= 2026/07/12 03:51:11 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:11 DEBUG : dir: Looking for writers 2026/07/12 03:51:11 DEBUG : file1: reading active writers 2026/07/12 03:51:11 DEBUG : Looking for writers 2026/07/12 03:51:11 DEBUG : dir: reading active writers 2026/07/12 03:51:11 DEBUG : >WaitForWriters: 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.31s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:11 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:11 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:11 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:11 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/12 03:51:11 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:11 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/12 03:51:11 DEBUG : dir/file1: newRWFileHandle: 2026/07/12 03:51:11 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/12 03:51:11 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/12 03:51:11 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/12 03:51:11 DEBUG : dir/file1(0x21847075eac0): _readAt: size=256, off=0 2026/07/12 03:51:11 DEBUG : dir/file1(0x21847075eac0): openPending: 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:11 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/12 03:51:11 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/12 03:51:11 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/12 03:51:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:11 DEBUG : dir/file1(0x21847075eac0): >openPending: err= 2026/07/12 03:51:11 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/07/12 03:51:11 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/12 03:51:11 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:11 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:11 DEBUG : dir/file1(0x21847075eac0): >_readAt: n=16, err=EOF 2026/07/12 03:51:11 DEBUG : dir/file1(0x21847075eac0): RWFileHandle.Release 2026/07/12 03:51:11 DEBUG : dir/file1(0x21847075eac0): close: 2026/07/12 03:51:11 DEBUG : dir/file1(0x21847075eac0): >close: err= 2026/07/12 03:51:11 DEBUG : dir/file1(0x21847075eac0): RWFileHandle.Release 2026/07/12 03:51:11 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:11 DEBUG : dir: Looking for writers 2026/07/12 03:51:11 DEBUG : file1: reading active writers 2026/07/12 03:51:11 DEBUG : Looking for writers 2026/07/12 03:51:11 DEBUG : dir: reading active writers 2026/07/12 03:51:11 DEBUG : >WaitForWriters: 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.31s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:11 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:11 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:11 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:11 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:51:11 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:11 DEBUG : file1: newRWFileHandle: 2026/07/12 03:51:11 DEBUG : file1(0x218470ca4700): openPending: 2026/07/12 03:51:11 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:11 DEBUG : file1(0x218470ca4700): >openPending: err= 2026/07/12 03:51:11 DEBUG : file1: >newRWFileHandle: err= 2026/07/12 03:51:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:11 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/12 03:51:11 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/12 03:51:11 DEBUG : file1(0x218470ca4700): _writeAt: size=5, off=0 2026/07/12 03:51:11 DEBUG : file1(0x218470ca4700): >_writeAt: n=5, err= 2026/07/12 03:51:11 DEBUG : file1(0x218470ca4700): _writeAt: size=7, off=5 2026/07/12 03:51:11 DEBUG : file1(0x218470ca4700): >_writeAt: n=7, err= 2026/07/12 03:51:11 DEBUG : file1: vfs cache: truncate to size=11 2026/07/12 03:51:11 DEBUG : file1(0x218470ca4700): close: 2026/07/12 03:51:11 DEBUG : file1: vfs cache: setting modification time to 2026-07-12 03:51:11.988645379 +0000 UTC m=+26.400892853 2026/07/12 03:51:11 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:11 DEBUG : file1(0x218470ca4700): >close: err= 2026/07/12 03:51:11 DEBUG : file1(0x218470ca4700): close: 2026/07/12 03:51:11 DEBUG : file1(0x218470ca4700): >close: err=file already closed 2026/07/12 03:51:11 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:11 DEBUG : Looking for writers 2026/07/12 03:51:11 DEBUG : file1: reading active writers 2026/07/12 03:51:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/12 03:51:11 DEBUG : Looking for writers 2026/07/12 03:51:11 DEBUG : file1: reading active writers 2026/07/12 03:51:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/12 03:51:12 DEBUG : Looking for writers 2026/07/12 03:51:12 DEBUG : file1: reading active writers 2026/07/12 03:51:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/12 03:51:12 DEBUG : Looking for writers 2026/07/12 03:51:12 DEBUG : file1: reading active writers 2026/07/12 03:51:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/12 03:51:12 DEBUG : file1: vfs cache: starting upload 2026/07/12 03:51:12 DEBUG : file1.721cc770.partial: size = 11 OK 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1.721cc770.partial" 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1.721cc770.partial 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1.721cc770.partial" 2026/07/12 03:51:12 DEBUG : Looking for writers 2026/07/12 03:51:12 DEBUG : file1: reading active writers 2026/07/12 03:51:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-jegabod4peta/file1.721cc770.partial 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:12 DEBUG : file1.721cc770.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/12 03:51:12 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/12 03:51:12 DEBUG : file1.721cc770.partial: renamed to: file1 2026/07/12 03:51:12 INFO : file1: Copied (new) 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-jegabod4peta/file1 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:12 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/12 03:51:12 DEBUG : file1: vfs cache: fingerprint now "11,2026-07-12 03:51:11 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/07/12 03:51:12 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/12 03:51:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:12 INFO : file1: vfs cache: upload succeeded try #1 2026/07/12 03:51:12 DEBUG : Looking for writers 2026/07/12 03:51:12 DEBUG : file1: reading active writers 2026/07/12 03:51:12 DEBUG : >WaitForWriters: 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-jegabod4peta/file1 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:12 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-jegabod4peta/file1 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:12 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/12 03:51:12 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:12 DEBUG : Looking for writers 2026/07/12 03:51:12 DEBUG : file1: reading active writers 2026/07/12 03:51:12 DEBUG : >WaitForWriters: 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.52s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:12 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:12 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:12 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:51:12 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:12 DEBUG : file1: newRWFileHandle: 2026/07/12 03:51:12 DEBUG : file1(0x218470ca5a80): openPending: 2026/07/12 03:51:12 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:12 DEBUG : file1(0x218470ca5a80): >openPending: err= 2026/07/12 03:51:12 DEBUG : file1: >newRWFileHandle: err= 2026/07/12 03:51:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:12 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/12 03:51:12 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/12 03:51:12 DEBUG : file1(0x218470ca5a80): _writeAt: size=7, off=0 2026/07/12 03:51:12 DEBUG : file1(0x218470ca5a80): >_writeAt: n=7, err= 2026/07/12 03:51:12 DEBUG : file1(0x218470ca5a80): _writeAt: size=6, off=5 2026/07/12 03:51:12 DEBUG : file1(0x218470ca5a80): >_writeAt: n=6, err= 2026/07/12 03:51:12 DEBUG : file1(0x218470ca5a80): close: 2026/07/12 03:51:12 DEBUG : file1: vfs cache: setting modification time to 2026-07-12 03:51:12.505797998 +0000 UTC m=+26.918045444 2026/07/12 03:51:12 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:12 DEBUG : file1(0x218470ca5a80): >close: err= 2026/07/12 03:51:12 DEBUG : file1(0x218470ca5a80): _writeAt: size=5, off=0 2026/07/12 03:51:12 DEBUG : file1(0x218470ca5a80): >_writeAt: n=0, err=file already closed 2026/07/12 03:51:12 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:12 DEBUG : Looking for writers 2026/07/12 03:51:12 DEBUG : file1: reading active writers 2026/07/12 03:51:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/12 03:51:12 DEBUG : Looking for writers 2026/07/12 03:51:12 DEBUG : file1: reading active writers 2026/07/12 03:51:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/12 03:51:12 DEBUG : Looking for writers 2026/07/12 03:51:12 DEBUG : file1: reading active writers 2026/07/12 03:51:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/12 03:51:12 DEBUG : Looking for writers 2026/07/12 03:51:12 DEBUG : file1: reading active writers 2026/07/12 03:51:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/12 03:51:12 DEBUG : file1: vfs cache: starting upload 2026/07/12 03:51:12 DEBUG : file1.4dcc1522.partial: size = 11 OK 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1.4dcc1522.partial" 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1.4dcc1522.partial 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1.4dcc1522.partial" 2026/07/12 03:51:12 DEBUG : Looking for writers 2026/07/12 03:51:12 DEBUG : file1: reading active writers 2026/07/12 03:51:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-jegabod4peta/file1.4dcc1522.partial 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:12 DEBUG : file1.4dcc1522.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/12 03:51:12 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/12 03:51:12 DEBUG : file1.4dcc1522.partial: renamed to: file1 2026/07/12 03:51:12 INFO : file1: Copied (new) 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-jegabod4peta/file1 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:12 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/12 03:51:12 DEBUG : file1: vfs cache: fingerprint now "11,2026-07-12 03:51:12 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/07/12 03:51:12 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/12 03:51:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:12 INFO : file1: vfs cache: upload succeeded try #1 2026/07/12 03:51:12 DEBUG : Looking for writers 2026/07/12 03:51:12 DEBUG : file1: reading active writers 2026/07/12 03:51:12 DEBUG : >WaitForWriters: 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-jegabod4peta/file1 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:12 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:12 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-jegabod4peta/file1 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:13 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/12 03:51:13 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:13 DEBUG : Looking for writers 2026/07/12 03:51:13 DEBUG : file1: reading active writers 2026/07/12 03:51:13 DEBUG : >WaitForWriters: 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.53s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:13 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:13 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:13 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:51:13 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:13 DEBUG : file1: newRWFileHandle: 2026/07/12 03:51:13 DEBUG : file1(0x218470f59600): openPending: 2026/07/12 03:51:13 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:13 DEBUG : file1(0x218470f59600): >openPending: err= 2026/07/12 03:51:13 DEBUG : file1: >newRWFileHandle: err= 2026/07/12 03:51:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:13 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/12 03:51:13 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/12 03:51:13 DEBUG : file1(0x218470f59600): close: 2026/07/12 03:51:13 DEBUG : file1: vfs cache: setting modification time to 2026-07-12 03:51:13.037520545 +0000 UTC m=+27.449768020 2026/07/12 03:51:13 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:13 DEBUG : file1(0x218470f59600): >close: err= 2026/07/12 03:51:13 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/12 03:51:13 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/12 03:51:13 DEBUG : file2: newRWFileHandle: 2026/07/12 03:51:13 DEBUG : file2(0x218470f59b00): openPending: 2026/07/12 03:51:13 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:13 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/12 03:51:13 DEBUG : file2(0x218470f59b00): >openPending: err= 2026/07/12 03:51:13 DEBUG : file2: >newRWFileHandle: err= 2026/07/12 03:51:13 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/12 03:51:13 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/07/12 03:51:13 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/07/12 03:51:13 DEBUG : file2(0x218470f59b00): RWFileHandle.Flush 2026/07/12 03:51:13 DEBUG : file2(0x218470f59b00): RWFileHandle.Release 2026/07/12 03:51:13 DEBUG : file2(0x218470f59b00): close: 2026/07/12 03:51:13 DEBUG : file2: vfs cache: setting modification time to 2026-07-12 03:51:13.038728528 +0000 UTC m=+27.450976013 2026/07/12 03:51:13 INFO : file2: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:13 DEBUG : file2(0x218470f59b00): >close: err= 2026/07/12 03:51:13 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:13 DEBUG : Looking for writers 2026/07/12 03:51:13 DEBUG : file1: reading active writers 2026/07/12 03:51:13 DEBUG : file2: reading active writers 2026/07/12 03:51:13 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/07/12 03:51:13 DEBUG : Looking for writers 2026/07/12 03:51:13 DEBUG : file2: reading active writers 2026/07/12 03:51:13 DEBUG : file1: reading active writers 2026/07/12 03:51:13 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/07/12 03:51:13 DEBUG : Looking for writers 2026/07/12 03:51:13 DEBUG : file1: reading active writers 2026/07/12 03:51:13 DEBUG : file2: reading active writers 2026/07/12 03:51:13 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/07/12 03:51:13 DEBUG : Looking for writers 2026/07/12 03:51:13 DEBUG : file1: reading active writers 2026/07/12 03:51:13 DEBUG : file2: reading active writers 2026/07/12 03:51:13 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/07/12 03:51:13 DEBUG : file2: vfs cache: starting upload 2026/07/12 03:51:13 DEBUG : file1: vfs cache: starting upload 2026/07/12 03:51:13 DEBUG : file2.8feb3608.partial: size = 0 OK 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file2.8feb3608.partial" 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file2.8feb3608.partial 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file2.8feb3608.partial" 2026/07/12 03:51:13 DEBUG : file1.e1025d1c.partial: size = 0 OK 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1.e1025d1c.partial" 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1.e1025d1c.partial 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1.e1025d1c.partial" 2026/07/12 03:51:13 DEBUG : Looking for writers 2026/07/12 03:51:13 DEBUG : file1: reading active writers 2026/07/12 03:51:13 DEBUG : file2: reading active writers 2026/07/12 03:51:13 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-jegabod4peta/file2.8feb3608.partial 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:13 DEBUG : file2.8feb3608.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/12 03:51:13 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/12 03:51:13 DEBUG : file2.8feb3608.partial: renamed to: file2 2026/07/12 03:51:13 INFO : file2: Copied (new) 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file2" 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file2 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file2" 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-jegabod4peta/file1.e1025d1c.partial 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:13 DEBUG : file1.e1025d1c.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/12 03:51:13 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/12 03:51:13 DEBUG : file1.e1025d1c.partial: renamed to: file1 2026/07/12 03:51:13 INFO : file1: Copied (new) 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:13 DEBUG : Looking for writers 2026/07/12 03:51:13 DEBUG : file2: reading active writers 2026/07/12 03:51:13 DEBUG : file1: reading active writers 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-jegabod4peta/file2 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:13 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/12 03:51:13 DEBUG : file2: vfs cache: fingerprint now "0,2026-07-12 03:51:13 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/07/12 03:51:13 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/07/12 03:51:13 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/12 03:51:13 INFO : file2: vfs cache: upload succeeded try #1 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-jegabod4peta/file1 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:13 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/12 03:51:13 DEBUG : file1: vfs cache: fingerprint now "0,2026-07-12 03:51:13 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/07/12 03:51:13 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/12 03:51:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:13 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/07/12 03:51:13 INFO : file1: vfs cache: upload succeeded try #1 2026/07/12 03:51:13 DEBUG : Looking for writers 2026/07/12 03:51:13 DEBUG : file1: reading active writers 2026/07/12 03:51:13 DEBUG : file2: reading active writers 2026/07/12 03:51:13 DEBUG : >WaitForWriters: 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-jegabod4peta/file1 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:13 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-jegabod4peta/file1 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:13 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file2" 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file2 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file2" 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-jegabod4peta/file2 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:13 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file2" 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/file2 2026/07/12 03:51:13 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/file2" 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-jegabod4peta/file2 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:14 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/12 03:51:14 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:14 DEBUG : Looking for writers 2026/07/12 03:51:14 DEBUG : file1: reading active writers 2026/07/12 03:51:14 DEBUG : file2: reading active writers 2026/07/12 03:51:14 DEBUG : >WaitForWriters: 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (1.05s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:14 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:14 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:14 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:51:14 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:14 DEBUG : file1: newRWFileHandle: 2026/07/12 03:51:14 DEBUG : file1(0x218470af4d80): openPending: 2026/07/12 03:51:14 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:14 DEBUG : file1(0x218470af4d80): >openPending: err= 2026/07/12 03:51:14 DEBUG : file1: >newRWFileHandle: err= 2026/07/12 03:51:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:14 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/12 03:51:14 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/12 03:51:14 DEBUG : file1(0x218470af4d80): _writeAt: size=5, off=0 2026/07/12 03:51:14 DEBUG : file1(0x218470af4d80): >_writeAt: n=5, err= 2026/07/12 03:51:14 DEBUG : file1(0x218470af4d80): RWFileHandle.Flush 2026/07/12 03:51:14 DEBUG : file1(0x218470af4d80): RWFileHandle.Flush 2026/07/12 03:51:14 DEBUG : file1(0x218470af4d80): close: 2026/07/12 03:51:14 DEBUG : file1: vfs cache: setting modification time to 2026-07-12 03:51:14.08393262 +0000 UTC m=+28.496180075 2026/07/12 03:51:14 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:14 DEBUG : file1(0x218470af4d80): >close: err= 2026/07/12 03:51:14 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:14 DEBUG : Looking for writers 2026/07/12 03:51:14 DEBUG : file1: reading active writers 2026/07/12 03:51:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/12 03:51:14 DEBUG : Looking for writers 2026/07/12 03:51:14 DEBUG : file1: reading active writers 2026/07/12 03:51:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/12 03:51:14 DEBUG : Looking for writers 2026/07/12 03:51:14 DEBUG : file1: reading active writers 2026/07/12 03:51:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/12 03:51:14 DEBUG : Looking for writers 2026/07/12 03:51:14 DEBUG : file1: reading active writers 2026/07/12 03:51:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/12 03:51:14 DEBUG : file1: vfs cache: starting upload 2026/07/12 03:51:14 DEBUG : file1.21f00e7c.partial: size = 5 OK 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1.21f00e7c.partial" 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1.21f00e7c.partial 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1.21f00e7c.partial" 2026/07/12 03:51:14 DEBUG : Looking for writers 2026/07/12 03:51:14 DEBUG : file1: reading active writers 2026/07/12 03:51:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-jegabod4peta/file1.21f00e7c.partial 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:14 DEBUG : file1.21f00e7c.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/12 03:51:14 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/12 03:51:14 DEBUG : file1.21f00e7c.partial: renamed to: file1 2026/07/12 03:51:14 INFO : file1: Copied (new) 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-jegabod4peta/file1 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:14 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/12 03:51:14 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-12 03:51:14 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/12 03:51:14 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/12 03:51:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:14 INFO : file1: vfs cache: upload succeeded try #1 2026/07/12 03:51:14 DEBUG : Looking for writers 2026/07/12 03:51:14 DEBUG : file1: reading active writers 2026/07/12 03:51:14 DEBUG : >WaitForWriters: 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:14 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:14 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:14 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:51:14 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:14 DEBUG : file1: newRWFileHandle: 2026/07/12 03:51:14 DEBUG : file1(0x218471361340): openPending: 2026/07/12 03:51:14 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:14 DEBUG : file1(0x218471361340): >openPending: err= 2026/07/12 03:51:14 DEBUG : file1: >newRWFileHandle: err= 2026/07/12 03:51:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:14 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/12 03:51:14 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/12 03:51:14 DEBUG : file1(0x218471361340): _writeAt: size=5, off=0 2026/07/12 03:51:14 DEBUG : file1(0x218471361340): >_writeAt: n=5, err= 2026/07/12 03:51:14 DEBUG : file1(0x218471361340): RWFileHandle.Release 2026/07/12 03:51:14 DEBUG : file1(0x218471361340): close: 2026/07/12 03:51:14 DEBUG : file1: vfs cache: setting modification time to 2026-07-12 03:51:14.403363887 +0000 UTC m=+28.815611342 2026/07/12 03:51:14 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:14 DEBUG : file1(0x218471361340): >close: err= 2026/07/12 03:51:14 DEBUG : file1(0x218471361340): RWFileHandle.Release 2026/07/12 03:51:14 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:14 DEBUG : Looking for writers 2026/07/12 03:51:14 DEBUG : file1: reading active writers 2026/07/12 03:51:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/12 03:51:14 DEBUG : Looking for writers 2026/07/12 03:51:14 DEBUG : file1: reading active writers 2026/07/12 03:51:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/12 03:51:14 DEBUG : Looking for writers 2026/07/12 03:51:14 DEBUG : file1: reading active writers 2026/07/12 03:51:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/12 03:51:14 DEBUG : Looking for writers 2026/07/12 03:51:14 DEBUG : file1: reading active writers 2026/07/12 03:51:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/12 03:51:14 DEBUG : file1: vfs cache: starting upload 2026/07/12 03:51:14 DEBUG : file1.b96e4fce.partial: size = 5 OK 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1.b96e4fce.partial" 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1.b96e4fce.partial 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1.b96e4fce.partial" 2026/07/12 03:51:14 DEBUG : Looking for writers 2026/07/12 03:51:14 DEBUG : file1: reading active writers 2026/07/12 03:51:14 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-jegabod4peta/file1.b96e4fce.partial 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:14 DEBUG : file1.b96e4fce.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/12 03:51:14 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/12 03:51:14 DEBUG : file1.b96e4fce.partial: renamed to: file1 2026/07/12 03:51:14 INFO : file1: Copied (new) 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-jegabod4peta/file1 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:14 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/12 03:51:14 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-12 03:51:14 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/12 03:51:14 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/12 03:51:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:14 INFO : file1: vfs cache: upload succeeded try #1 2026/07/12 03:51:14 DEBUG : Looking for writers 2026/07/12 03:51:14 DEBUG : file1: reading active writers 2026/07/12 03:51:14 DEBUG : >WaitForWriters: 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:14 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:14 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:14 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:14 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:14 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:14 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:14 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/12 03:51:14 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/07/12 03:51:14 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/12 03:51:14 DEBUG : dir/file1: newRWFileHandle: 2026/07/12 03:51:14 DEBUG : dir/file1(0x2184709b3ec0): openPending: 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:14 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:15 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/12 03:51:15 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/12 03:51:15 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/12 03:51:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:15 DEBUG : dir/file1(0x2184709b3ec0): >openPending: err= 2026/07/12 03:51:15 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/12 03:51:15 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/12 03:51:15 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/12 03:51:15 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/12 03:51:15 DEBUG : dir/file1(0x2184709b3ec0): _writeAt: size=5, off=0 2026/07/12 03:51:15 DEBUG : dir/file1(0x2184709b3ec0): >_writeAt: n=5, err= 2026/07/12 03:51:15 DEBUG : dir/file1(0x2184709b3ec0): close: 2026/07/12 03:51:15 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:15 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-12 03:51:15.024118706 +0000 UTC m=+29.436366161 2026/07/12 03:51:15 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:15 DEBUG : dir/file1(0x2184709b3ec0): >close: err= 2026/07/12 03:51:15 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:15 DEBUG : dir: Looking for writers 2026/07/12 03:51:15 DEBUG : file1: reading active writers 2026/07/12 03:51:15 DEBUG : Looking for writers 2026/07/12 03:51:15 DEBUG : dir: reading active writers 2026/07/12 03:51:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/12 03:51:15 DEBUG : dir: Looking for writers 2026/07/12 03:51:15 DEBUG : file1: reading active writers 2026/07/12 03:51:15 DEBUG : Looking for writers 2026/07/12 03:51:15 DEBUG : dir: reading active writers 2026/07/12 03:51:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/12 03:51:15 DEBUG : dir: Looking for writers 2026/07/12 03:51:15 DEBUG : file1: reading active writers 2026/07/12 03:51:15 DEBUG : Looking for writers 2026/07/12 03:51:15 DEBUG : dir: reading active writers 2026/07/12 03:51:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/12 03:51:15 DEBUG : dir: Looking for writers 2026/07/12 03:51:15 DEBUG : file1: reading active writers 2026/07/12 03:51:15 DEBUG : Looking for writers 2026/07/12 03:51:15 DEBUG : dir: reading active writers 2026/07/12 03:51:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/12 03:51:15 DEBUG : dir/file1: vfs cache: starting upload 2026/07/12 03:51:15 DEBUG : dir/file1.ccf32295.partial: size = 5 OK 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1.ccf32295.partial" 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1.ccf32295.partial 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1.ccf32295.partial" 2026/07/12 03:51:15 DEBUG : dir: Looking for writers 2026/07/12 03:51:15 DEBUG : file1: reading active writers 2026/07/12 03:51:15 DEBUG : Looking for writers 2026/07/12 03:51:15 DEBUG : dir: reading active writers 2026/07/12 03:51:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-jegabod4peta/dir/file1.ccf32295.partial 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:15 DEBUG : dir/file1.ccf32295.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/12 03:51:15 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/12 03:51:15 DEBUG : dir/file1.ccf32295.partial: renamed to: dir/file1 2026/07/12 03:51:15 INFO : dir/file1: Copied (replaced existing) 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:15 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/12 03:51:15 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-07-12 03:51:15 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/12 03:51:15 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/12 03:51:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:15 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/12 03:51:15 DEBUG : dir: Looking for writers 2026/07/12 03:51:15 DEBUG : file1: reading active writers 2026/07/12 03:51:15 DEBUG : Looking for writers 2026/07/12 03:51:15 DEBUG : dir: reading active writers 2026/07/12 03:51:15 DEBUG : >WaitForWriters: 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.62s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:15 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:15 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:15 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:15 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:15 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:15 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:15 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:15 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:15 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:15 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/12 03:51:15 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:15 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:15 DEBUG : dir/file1: newRWFileHandle: 2026/07/12 03:51:15 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/12 03:51:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:15 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/12 03:51:15 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/12 03:51:15 DEBUG : dir/file1(0x2184711cc100): _writeAt: size=5, off=0 2026/07/12 03:51:15 DEBUG : dir/file1(0x2184711cc100): openPending: 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:15 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/12 03:51:15 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/12 03:51:15 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/12 03:51:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:15 DEBUG : dir/file1(0x2184711cc100): >openPending: err= 2026/07/12 03:51:15 DEBUG : dir/file1(0x2184711cc100): >_writeAt: n=5, err= 2026/07/12 03:51:15 DEBUG : dir/file1(0x2184711cc100): _writeAt: size=15, off=5 2026/07/12 03:51:15 DEBUG : dir/file1(0x2184711cc100): >_writeAt: n=15, err= 2026/07/12 03:51:15 DEBUG : dir/file1(0x2184711cc100): close: 2026/07/12 03:51:15 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/07/12 03:51:15 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-12 03:51:15.644853477 +0000 UTC m=+30.057100932 2026/07/12 03:51:15 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:15 DEBUG : dir/file1(0x2184711cc100): >close: err= 2026/07/12 03:51:15 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:15 DEBUG : dir: Looking for writers 2026/07/12 03:51:15 DEBUG : file1: reading active writers 2026/07/12 03:51:15 DEBUG : Looking for writers 2026/07/12 03:51:15 DEBUG : dir: reading active writers 2026/07/12 03:51:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/12 03:51:15 DEBUG : dir: Looking for writers 2026/07/12 03:51:15 DEBUG : file1: reading active writers 2026/07/12 03:51:15 DEBUG : Looking for writers 2026/07/12 03:51:15 DEBUG : dir: reading active writers 2026/07/12 03:51:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/12 03:51:15 DEBUG : dir: Looking for writers 2026/07/12 03:51:15 DEBUG : file1: reading active writers 2026/07/12 03:51:15 DEBUG : Looking for writers 2026/07/12 03:51:15 DEBUG : dir: reading active writers 2026/07/12 03:51:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/12 03:51:15 DEBUG : dir: Looking for writers 2026/07/12 03:51:15 DEBUG : file1: reading active writers 2026/07/12 03:51:15 DEBUG : Looking for writers 2026/07/12 03:51:15 DEBUG : dir: reading active writers 2026/07/12 03:51:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/12 03:51:15 DEBUG : dir/file1: vfs cache: starting upload 2026/07/12 03:51:15 DEBUG : dir/file1.64996782.partial: size = 20 OK 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1.64996782.partial" 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1.64996782.partial 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1.64996782.partial" 2026/07/12 03:51:15 DEBUG : dir: Looking for writers 2026/07/12 03:51:15 DEBUG : file1: reading active writers 2026/07/12 03:51:15 DEBUG : Looking for writers 2026/07/12 03:51:15 DEBUG : dir: reading active writers 2026/07/12 03:51:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/12 03:51:15 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06 +0000 UTC 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-jegabod4peta/dir/file1.64996782.partial 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:15 DEBUG : dir/file1.64996782.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/07/12 03:51:15 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/07/12 03:51:15 DEBUG : dir/file1.64996782.partial: renamed to: dir/file1 2026/07/12 03:51:15 INFO : dir/file1: Copied (replaced existing) 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:15 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/07/12 03:51:15 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-07-12 03:51:15 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/07/12 03:51:15 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/12 03:51:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:15 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/12 03:51:15 DEBUG : dir: Looking for writers 2026/07/12 03:51:15 DEBUG : file1: reading active writers 2026/07/12 03:51:15 DEBUG : Looking for writers 2026/07/12 03:51:15 DEBUG : dir: reading active writers 2026/07/12 03:51:15 DEBUG : >WaitForWriters: 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.62s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:15 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:15 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:15 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:15 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:15 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:15 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:15 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:15 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:15 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:15 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:51:15 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:15 DEBUG : file1: newRWFileHandle: 2026/07/12 03:51:15 DEBUG : file1(0x21847129e4c0): openPending: 2026/07/12 03:51:15 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:15 DEBUG : file1(0x21847129e4c0): >openPending: err= 2026/07/12 03:51:15 DEBUG : file1: >newRWFileHandle: err= 2026/07/12 03:51:15 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:15 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/12 03:51:15 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/12 03:51:15 DEBUG : file1(0x21847129e4c0): _writeAt: size=5, off=0 2026/07/12 03:51:15 DEBUG : file1(0x21847129e4c0): >_writeAt: n=5, err= 2026/07/12 03:51:15 DEBUG : file1(0x21847129e4c0): close: 2026/07/12 03:51:15 DEBUG : file1: vfs cache: setting modification time to 2026-07-12 03:51:15.965582814 +0000 UTC m=+30.377830259 2026/07/12 03:51:15 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:15 DEBUG : file1(0x21847129e4c0): >close: err= 2026/07/12 03:51:15 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:15 DEBUG : Looking for writers 2026/07/12 03:51:15 DEBUG : file1: reading active writers 2026/07/12 03:51:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/12 03:51:15 DEBUG : Looking for writers 2026/07/12 03:51:15 DEBUG : file1: reading active writers 2026/07/12 03:51:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/12 03:51:15 DEBUG : Looking for writers 2026/07/12 03:51:15 DEBUG : file1: reading active writers 2026/07/12 03:51:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/12 03:51:16 DEBUG : Looking for writers 2026/07/12 03:51:16 DEBUG : file1: reading active writers 2026/07/12 03:51:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/12 03:51:16 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-jegabod4peta/dir/file1: no such file or directory 2026/07/12 03:51:16 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-jegabod4peta/dir/file1: no such file or directory 2026/07/12 03:51:16 DEBUG : file1: vfs cache: starting upload 2026/07/12 03:51:16 DEBUG : file1.9f719b95.partial: size = 5 OK 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1.9f719b95.partial" 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1.9f719b95.partial 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1.9f719b95.partial" 2026/07/12 03:51:16 DEBUG : Looking for writers 2026/07/12 03:51:16 DEBUG : file1: reading active writers 2026/07/12 03:51:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-jegabod4peta/file1.9f719b95.partial 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:16 DEBUG : file1.9f719b95.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/12 03:51:16 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/12 03:51:16 DEBUG : file1.9f719b95.partial: renamed to: file1 2026/07/12 03:51:16 INFO : file1: Copied (new) 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-jegabod4peta/file1 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:16 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/12 03:51:16 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-12 03:51:15 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/12 03:51:16 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:16 INFO : file1: vfs cache: upload succeeded try #1 2026/07/12 03:51:16 DEBUG : Looking for writers 2026/07/12 03:51:16 DEBUG : file1: reading active writers 2026/07/12 03:51:16 DEBUG : >WaitForWriters: 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:16 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/07/12 03:51:16 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075f040): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075f040): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075f040): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075f040): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075f040): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.285140055 +0000 UTC m=+30.697387500 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075f040): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4080): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4080): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4080): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4080): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4080): _writeAt: size=3, off=2 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4080): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4080): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.285140055 +0000 UTC m=+30.697387500 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4080): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4580): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4580): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4580): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4580): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4580): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.285140055 +0000 UTC m=+30.697387500 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4580): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a39810 item 1 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4c40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4c40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4c40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4c40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4c40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.287061961 +0000 UTC m=+30.699309467 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4c40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca51c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca51c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca51c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca51c0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca51c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.287061961 +0000 UTC m=+30.699309467 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca51c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184710420e0 item 2 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5800): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5800): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5800): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5800): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5800): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.28831019 +0000 UTC m=+30.700557635 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5800): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5c80): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5c80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5c80): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5c80): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5c80): _writeAt: size=3, off=2 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5c80): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5c80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.28831019 +0000 UTC m=+30.700557635 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5c80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2e840): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2e840): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2e840): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2e840): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2e840): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.28831019 +0000 UTC m=+30.700557635 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2e840): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471042620 item 3 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fa40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fa40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fa40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fa40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fa40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.290272683 +0000 UTC m=+30.702520128 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fa40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f581c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f581c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f581c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f581c0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f581c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.290272683 +0000 UTC m=+30.702520128 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f581c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471042cb0 item 4 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f58840): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f58840): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f58840): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f58840): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f58840): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.291877082 +0000 UTC m=+30.704124527 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f58840): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f58cc0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f58cc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f58cc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f58cc0): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f58cc0): _writeAt: size=3, off=2 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f58cc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f58cc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.291877082 +0000 UTC m=+30.704124527 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f58cc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f59180): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f59180): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f59180): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f59180): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f59180): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.291877082 +0000 UTC m=+30.704124527 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f59180): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471043030 item 5 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f59800): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f59800): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f59800): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f59800): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f59800): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.293591428 +0000 UTC m=+30.705838893 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f59800): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f59d40): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f59d40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f59d40): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f59d40): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f59d40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.293591428 +0000 UTC m=+30.705838893 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f59d40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471043500 item 6 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713604c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713604c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713604c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713604c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713604c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.294778521 +0000 UTC m=+30.707025966 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713604c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360a40): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360a40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360a40): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360a40): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360a40): _writeAt: size=3, off=2 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360a40): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360a40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.294778521 +0000 UTC m=+30.707025966 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360a40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360f00): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360f00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360f00): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360f00): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360f00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.294778521 +0000 UTC m=+30.707025966 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360f00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471043960 item 7 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361580): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361580): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361580): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361580): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361580): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.296784627 +0000 UTC m=+30.709032102 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361580): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361ac0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361ac0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361ac0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361ac0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361ac0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.296784627 +0000 UTC m=+30.709032102 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361ac0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713580e0 item 8 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4680): _readAt: size=2, off=0 2026/07/12 03:51:16 ERROR : open-test-file(0x218470af4680): Couldn't read size of file 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4680): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4680): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4680): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4680): close: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4680): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4b80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4b80): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4b80): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4b80): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4b80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.298165665 +0000 UTC m=+30.710413110 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4b80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5340): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5340): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5340): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5340): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5340): _writeAt: size=3, off=2 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5340): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5340): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.298165665 +0000 UTC m=+30.710413110 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5340): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5840): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5840): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5840): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5840): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5840): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.298165665 +0000 UTC m=+30.710413110 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5840): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471358460 item 9 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b2a00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b2a00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b2a00): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b2a00): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b2a00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.300096047 +0000 UTC m=+30.712343513 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b2a00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3480): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3480): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3480): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3480): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3480): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.300096047 +0000 UTC m=+30.712343513 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3480): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471358930 item 10 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3c00): _readAt: size=2, off=0 2026/07/12 03:51:16 ERROR : open-test-file(0x2184709b3c00): Couldn't read size of file 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3c00): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3c00): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3c00): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3c00): close: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3c00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dea240): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dea240): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dea240): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dea240): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dea240): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.302232918 +0000 UTC m=+30.714480473 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dea240): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dea740): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dea740): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dea740): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dea740): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dea740): _writeAt: size=3, off=2 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dea740): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dea740): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.302232918 +0000 UTC m=+30.714480473 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dea740): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deac40): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deac40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deac40): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deac40): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deac40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.302232918 +0000 UTC m=+30.714480473 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deac40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471358cb0 item 11 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb2c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb2c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb2c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb2c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb2c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.30512486 +0000 UTC m=+30.717372415 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb2c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb800): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb800): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb800): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb800): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb800): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.30512486 +0000 UTC m=+30.717372415 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb800): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471359180 item 12 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470debe40): _readAt: size=2, off=0 2026/07/12 03:51:16 ERROR : open-test-file(0x218470debe40): Couldn't read size of file 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470debe40): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470debe40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470debe40): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470debe40): close: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470debe40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0a300): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0a300): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0a300): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0a300): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0a300): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.306854524 +0000 UTC m=+30.719102000 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0a300): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0a9c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0a9c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0a9c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0a9c0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0a9c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.306854524 +0000 UTC m=+30.719102000 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0a9c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713595e0 item 13 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0b040): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0b040): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0b040): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0b040): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0b040): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.308475244 +0000 UTC m=+30.720722699 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0b040): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0b580): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0b580): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0b580): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0b580): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0b580): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.308475244 +0000 UTC m=+30.720722699 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0b580): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713599d0 item 14 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0bbc0): _readAt: size=2, off=0 2026/07/12 03:51:16 ERROR : open-test-file(0x218470e0bbc0): Couldn't read size of file 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0bbc0): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0bbc0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0bbc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0bbc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e0bbc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54080): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54080): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54080): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54080): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54080): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.310173649 +0000 UTC m=+30.722421104 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54080): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54740): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54740): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54740): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54740): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54740): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.310173649 +0000 UTC m=+30.722421104 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54740): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471359e30 item 15 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54dc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54dc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54dc0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54dc0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54dc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.31180534 +0000 UTC m=+30.724052795 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54dc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55300): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55300): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55300): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55300): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55300): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.31180534 +0000 UTC m=+30.724052795 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55300): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470f76310 item 16 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55940): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55940): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55940): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55940): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55940): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.313384752 +0000 UTC m=+30.725632227 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55940): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55dc0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55dc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55dc0): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55dc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55dc0): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55dc0): _writeAt: size=3, off=7 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55dc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55dc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.313384752 +0000 UTC m=+30.725632227 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55dc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e703c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e703c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e703c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e703c0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e703c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.313384752 +0000 UTC m=+30.725632227 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e703c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470f77110 item 17 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e70a40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e70a40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e70a40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e70a40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e70a40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.315924321 +0000 UTC m=+30.728171786 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e70a40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e70f80): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e70f80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e70f80): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e70f80): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e70f80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.315924321 +0000 UTC m=+30.728171786 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e70f80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713be070 item 18 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71600): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71600): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71600): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71600): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71600): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.317453729 +0000 UTC m=+30.729701184 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71600): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71b00): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71b00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71b00): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71b00): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71b00): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71b00): _writeAt: size=3, off=7 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71b00): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71b00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.317453729 +0000 UTC m=+30.729701184 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71b00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda100): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda100): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda100): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda100): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda100): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.317453729 +0000 UTC m=+30.729701184 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda100): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713be460 item 19 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda780): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda780): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda780): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda780): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda780): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.319638219 +0000 UTC m=+30.731885664 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda780): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edacc0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edacc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edacc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edacc0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edacc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.319638219 +0000 UTC m=+30.731885664 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edacc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713bea10 item 20 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edb340): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edb340): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edb340): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edb340): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edb340): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.320857684 +0000 UTC m=+30.733105128 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edb340): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edb840): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edb840): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edb840): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edb840): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edb840): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edb840): _writeAt: size=3, off=7 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edb840): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edb840): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.320857684 +0000 UTC m=+30.733105128 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edb840): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edbd40): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edbd40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edbd40): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edbd40): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edbd40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.320857684 +0000 UTC m=+30.733105128 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edbd40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713bee00 item 21 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3a4c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3a4c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3a4c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3a4c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3a4c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.322348358 +0000 UTC m=+30.734595803 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3a4c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3aa00): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3aa00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3aa00): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3aa00): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3aa00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.322348358 +0000 UTC m=+30.734595803 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3aa00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713bf2d0 item 22 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3b080): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3b080): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3b080): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3b080): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3b080): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.323643957 +0000 UTC m=+30.735891402 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3b080): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3b580): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3b580): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3b580): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3b580): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3b580): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3b580): _writeAt: size=3, off=7 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3b580): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3b580): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.323643957 +0000 UTC m=+30.735891402 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3b580): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3ba80): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3ba80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3ba80): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3ba80): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3ba80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.323643957 +0000 UTC m=+30.735891402 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f3ba80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713bf650 item 23 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8a200): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8a200): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8a200): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8a200): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8a200): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.325563749 +0000 UTC m=+30.737811224 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8a200): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8a740): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8a740): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8a740): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8a740): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8a740): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.325563749 +0000 UTC m=+30.737811224 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8a740): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713bfb90 item 24 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8ad80): _readAt: size=2, off=0 2026/07/12 03:51:16 ERROR : open-test-file(0x218470f8ad80): Couldn't read size of file 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8ad80): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8ad80): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8ad80): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8ad80): close: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8ad80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8b140): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8b140): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8b140): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8b140): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8b140): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.327164802 +0000 UTC m=+30.739412257 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8b140): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8b640): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8b640): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8b640): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8b640): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8b640): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8b640): _writeAt: size=3, off=7 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8b640): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8b640): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.327164802 +0000 UTC m=+30.739412257 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8b640): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8bb80): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8bb80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8bb80): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8bb80): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8bb80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.327164802 +0000 UTC m=+30.739412257 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f8bb80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470b341c0 item 25 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fae300): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fae300): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fae300): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fae300): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fae300): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.329307754 +0000 UTC m=+30.741555239 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fae300): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fae840): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fae840): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fae840): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fae840): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fae840): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.329307754 +0000 UTC m=+30.741555239 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fae840): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471386310 item 26 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470faee80): _readAt: size=2, off=0 2026/07/12 03:51:16 ERROR : open-test-file(0x218470faee80): Couldn't read size of file 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470faee80): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470faee80): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470faee80): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470faee80): close: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470faee80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470faf240): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470faf240): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470faf240): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470faf240): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470faf240): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.330690015 +0000 UTC m=+30.742937460 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470faf240): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470faf740): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470faf740): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470faf740): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470faf740): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470faf740): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470faf740): _writeAt: size=3, off=7 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470faf740): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470faf740): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.330690015 +0000 UTC m=+30.742937460 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470faf740): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fafc80): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fafc80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fafc80): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fafc80): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fafc80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.330690015 +0000 UTC m=+30.742937460 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fafc80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471386770 item 27 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fde400): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fde400): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fde400): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fde400): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fde400): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.332806347 +0000 UTC m=+30.745053792 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fde400): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fde940): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fde940): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fde940): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fde940): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fde940): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.332806347 +0000 UTC m=+30.745053792 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fde940): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471386c40 item 28 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fdef80): _readAt: size=2, off=0 2026/07/12 03:51:16 ERROR : open-test-file(0x218470fdef80): Couldn't read size of file 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fdef80): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fdef80): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fdef80): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fdef80): close: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fdef80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fdf340): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fdf340): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fdf340): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fdf340): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fdf340): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.334483523 +0000 UTC m=+30.746730988 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fdf340): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fdfa00): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fdfa00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fdfa00): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fdfa00): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fdfa00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.334483523 +0000 UTC m=+30.746730988 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fdfa00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471386fc0 item 29 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c180): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c180): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c180): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c180): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c180): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.33610286 +0000 UTC m=+30.748350335 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c180): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c6c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c6c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c6c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c6c0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c6c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.33610286 +0000 UTC m=+30.748350335 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c6c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471387340 item 30 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101cd00): _readAt: size=2, off=0 2026/07/12 03:51:16 ERROR : open-test-file(0x21847101cd00): Couldn't read size of file 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101cd00): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101cd00): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101cd00): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101cd00): close: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101cd00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d0c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d0c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d0c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d0c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d0c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.337621188 +0000 UTC m=+30.749868643 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d0c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d780): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d780): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d780): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d780): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d780): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.337621188 +0000 UTC m=+30.749868643 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d780): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713876c0 item 31 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101de00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101de00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101de00): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101de00): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101de00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.33937079 +0000 UTC m=+30.751618255 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101de00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104c440): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104c440): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104c440): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104c440): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104c440): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.33937079 +0000 UTC m=+30.751618255 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104c440): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471387b20 item 32 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104ca80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104ca80): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104ca80): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104ca80): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104ca80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.340908343 +0000 UTC m=+30.753155798 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104ca80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104cf00): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104cf00): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104cf00): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104cf00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104cf00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131c0e0 item 33 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104cf00): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104cf00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.341472343 +0000 UTC m=+30.753719828 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104cf00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104d400): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104d400): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104d400): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104d400): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104d400): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.341472343 +0000 UTC m=+30.753719828 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104d400): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131c310 item 33 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104da40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104da40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104da40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104da40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104da40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.342765216 +0000 UTC m=+30.755012671 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104da40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104dec0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104dec0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131c690 item 34 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104dec0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104dec0): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104dec0): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104dec0): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104dec0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.343351299 +0000 UTC m=+30.755598745 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847104dec0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471080500): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471080500): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471080500): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471080500): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471080500): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.343351299 +0000 UTC m=+30.755598745 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471080500): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131c850 item 34 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471080b40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471080b40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471080b40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471080b40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471080b40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.344609126 +0000 UTC m=+30.756856571 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471080b40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471080fc0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471080fc0): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471080fc0): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471080fc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471080fc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131cbd0 item 35 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471080fc0): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471080fc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.345036369 +0000 UTC m=+30.757283815 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471080fc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710814c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710814c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710814c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710814c0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710814c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.345036369 +0000 UTC m=+30.757283815 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710814c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131cd90 item 35 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471081b40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471081b40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471081b40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471081b40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471081b40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.346246297 +0000 UTC m=+30.758493742 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471081b40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109e140): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109e140): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131d110 item 36 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109e140): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109e140): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109e140): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109e140): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109e140): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.34671009 +0000 UTC m=+30.758957535 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109e140): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109e680): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109e680): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109e680): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109e680): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109e680): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.34671009 +0000 UTC m=+30.758957535 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109e680): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131d2d0 item 36 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109ecc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109ecc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109ecc0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109ecc0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109ecc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.347769603 +0000 UTC m=+30.760017048 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109ecc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109f140): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109f140): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109f140): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109f140): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109f140): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131d650 item 37 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109f140): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109f140): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.348187229 +0000 UTC m=+30.760434674 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109f140): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109f640): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109f640): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109f640): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109f640): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109f640): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.348187229 +0000 UTC m=+30.760434674 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109f640): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131d810 item 37 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109fcc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109fcc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109fcc0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109fcc0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109fcc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.349311265 +0000 UTC m=+30.761558709 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847109fcc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c82c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c82c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131db90 item 38 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c82c0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c82c0): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c82c0): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c82c0): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c82c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.349810123 +0000 UTC m=+30.762057568 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c82c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c8800): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c8800): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c8800): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c8800): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c8800): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.349810123 +0000 UTC m=+30.762057568 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c8800): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131dd50 item 38 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c8e80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c8e80): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c8e80): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c8e80): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c8e80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.351366893 +0000 UTC m=+30.763614337 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c8e80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c9380): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c9380): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c9380): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c9380): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c9380): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714a0310 item 39 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c9380): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c9380): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.351889215 +0000 UTC m=+30.764136660 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c9380): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c9880): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c9880): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c9880): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c9880): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c9880): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.351889215 +0000 UTC m=+30.764136660 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710c9880): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714a04d0 item 39 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ee000): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ee000): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ee000): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ee000): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ee000): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.353361175 +0000 UTC m=+30.765608640 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ee000): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ee500): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ee500): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714a0930 item 40 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ee500): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ee500): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ee500): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ee500): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ee500): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.354229889 +0000 UTC m=+30.766477484 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ee500): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710eea40): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710eea40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710eea40): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710eea40): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710eea40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.354229889 +0000 UTC m=+30.766477484 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710eea40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714a0af0 item 40 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ef000): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ef000): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ef000): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ef000): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ef000): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ef000): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ef000): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.355752635 +0000 UTC m=+30.768000090 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ef000): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ef500): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ef500): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ef500): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714a0fc0 item 41 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ef500): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ef500): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.356180079 +0000 UTC m=+30.768427524 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ef500): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ef9c0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ef9c0): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ef9c0): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ef9c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ef9c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714a11f0 item 41 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ef9c0): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ef9c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.35660602 +0000 UTC m=+30.768853466 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ef9c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111e000): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111e000): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111e000): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111e000): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111e000): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.35660602 +0000 UTC m=+30.768853466 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111e000): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714a13b0 item 41 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111e640): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111e640): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111e640): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111e640): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111e640): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111e640): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111e640): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.357726479 +0000 UTC m=+30.769973924 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111e640): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111eb40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111eb40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111eb40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714a1730 item 42 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111eb40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111eb40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.358231669 +0000 UTC m=+30.770479115 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111eb40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111f080): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111f080): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714a18f0 item 42 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111f080): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111f080): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111f080): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111f080): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111f080): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.358953838 +0000 UTC m=+30.771201283 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111f080): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111f600): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111f600): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111f600): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111f600): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111f600): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.358953838 +0000 UTC m=+30.771201283 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111f600): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714a1ab0 item 42 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111fc40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111fc40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111fc40): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111fc40): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111fc40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111fc40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111fc40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.360464171 +0000 UTC m=+30.772711615 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847111fc40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471150240): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471150240): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471150240): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471448070 item 43 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471150240): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471150240): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.36096328 +0000 UTC m=+30.773210725 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471150240): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471150780): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471150780): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471150780): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471150780): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471150780): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471448380 item 43 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471150780): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471150780): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.361539353 +0000 UTC m=+30.773786798 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471150780): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471150cc0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471150cc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 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-jegabod4peta/dir/file1: no such file or directory 2026/07/12 03:51:16 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-jegabod4peta/dir/file1: no such file or directory 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471150cc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471150cc0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471150cc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.361539353 +0000 UTC m=+30.773786798 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471150cc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471448770 item 43 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471151300): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471151300): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471151300): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471151300): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471151300): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471151300): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471151300): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.364995968 +0000 UTC m=+30.777243433 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471151300): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471151800): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471151800): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471151800): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471448b60 item 44 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471151800): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471151800): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.365585056 +0000 UTC m=+30.777832501 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471151800): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471151d40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471151d40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471448d20 item 44 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471151d40): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471151d40): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471151d40): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471151d40): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471151d40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.366198109 +0000 UTC m=+30.778445564 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471151d40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711723c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711723c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711723c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711723c0): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711723c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.366198109 +0000 UTC m=+30.778445564 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711723c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471448ee0 item 44 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471172a00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471172a00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471172a00): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471172a00): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471172a00): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471172a00): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471172a00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.367364424 +0000 UTC m=+30.779611869 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471172a00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471172f00): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471172f00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471172f00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714492d0 item 45 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471172f00): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471172f00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.367880245 +0000 UTC m=+30.780127689 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471172f00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471173600): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471173600): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471173600): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471173600): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471173600): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.367880245 +0000 UTC m=+30.780127689 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471173600): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471449500 item 45 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471173c40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471173c40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471173c40): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471173c40): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471173c40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471173c40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471173c40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.369292251 +0000 UTC m=+30.781539717 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471173c40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118e240): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118e240): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118e240): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471449880 item 46 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118e240): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118e240): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.370350643 +0000 UTC m=+30.782598089 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118e240): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118e940): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118e940): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118e940): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118e940): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118e940): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.370350643 +0000 UTC m=+30.782598089 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118e940): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471449a40 item 46 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118ef80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118ef80): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118ef80): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118ef80): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118ef80): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118ef80): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118ef80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.37366517 +0000 UTC m=+30.785912615 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118ef80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118f480): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118f480): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118f480): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471449dc0 item 47 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118f480): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118f480): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.374262033 +0000 UTC m=+30.786509479 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118f480): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118fb80): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118fb80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118fb80): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118fb80): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118fb80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.374262033 +0000 UTC m=+30.786509479 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847118fb80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470b22770 item 47 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bc2c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bc2c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bc2c0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bc2c0): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bc2c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bc2c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bc2c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.37599802 +0000 UTC m=+30.788245505 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bc2c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bc7c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bc7c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bc7c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470b12310 item 48 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bc7c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bc7c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.376566179 +0000 UTC m=+30.788813644 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bc7c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bcec0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bcec0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bcec0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bcec0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bcec0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.376566179 +0000 UTC m=+30.788813644 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bcec0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470b12d90 item 48 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bd500): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bd500): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bd500): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bd500): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bd500): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.378159417 +0000 UTC m=+30.790406862 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bd500): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bd980): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bd980): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bd980): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bd980): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bd980): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bd980): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470b132d0 item 49 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bd980): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bd980): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.378642075 +0000 UTC m=+30.790889520 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bd980): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bdec0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bdec0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bdec0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bdec0): >_readAt: n=8, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bdec0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.378642075 +0000 UTC m=+30.790889520 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711bdec0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470b13ce0 item 49 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471212640): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471212640): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471212640): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471212640): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471212640): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.380005591 +0000 UTC m=+30.792253055 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471212640): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471212b40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471212b40): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471212b40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a8a3f0 item 50 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471212b40): _readAt: size=2, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471212b40): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471212b40): _writeAt: size=3, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471212b40): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471212b40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.380643431 +0000 UTC m=+30.792890876 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471212b40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712130c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712130c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712130c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712130c0): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712130c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.380643431 +0000 UTC m=+30.792890876 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712130c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a8a850 item 50 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471213740): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471213740): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471213740): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471213740): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471213740): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.382330276 +0000 UTC m=+30.794577781 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471213740): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471213c40): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471213c40): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471213c40): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471213c40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471213c40): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471213c40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a8acb0 item 51 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471213c40): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471213c40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.382886301 +0000 UTC m=+30.795133746 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471213c40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122e280): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122e280): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122e280): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122e280): >_readAt: n=8, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122e280): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.382886301 +0000 UTC m=+30.795133746 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122e280): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a8b2d0 item 51 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122e900): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122e900): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122e900): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122e900): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122e900): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.384551865 +0000 UTC m=+30.796799310 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122e900): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122ee00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122ee00): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122ee00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a8b7a0 item 52 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122ee00): _readAt: size=2, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122ee00): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122ee00): _writeAt: size=3, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122ee00): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122ee00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.3851446 +0000 UTC m=+30.797392055 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122ee00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122f380): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122f380): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122f380): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122f380): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122f380): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.3851446 +0000 UTC m=+30.797392055 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122f380): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a8b9d0 item 52 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122fa00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122fa00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122fa00): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122fa00): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122fa00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.38654194 +0000 UTC m=+30.798789385 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847122fa00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124e000): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124e000): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124e000): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124e000): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124e000): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124e000): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a440e0 item 53 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124e000): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124e000): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.387347025 +0000 UTC m=+30.799594470 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124e000): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124e540): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124e540): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124e540): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124e540): >_readAt: n=8, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124e540): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.387347025 +0000 UTC m=+30.799594470 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124e540): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a44460 item 53 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124eb40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124eb40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124eb40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124eb40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124eb40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.389530303 +0000 UTC m=+30.801777748 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124eb40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124f040): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124f040): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124f040): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a44e70 item 54 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124f040): _readAt: size=2, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124f040): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124f040): _writeAt: size=3, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124f040): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124f040): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.390122808 +0000 UTC m=+30.802370253 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124f040): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124f5c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124f5c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124f5c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124f5c0): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124f5c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.390122808 +0000 UTC m=+30.802370253 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124f5c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a45a40 item 54 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124fc40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124fc40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124fc40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124fc40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124fc40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.391198602 +0000 UTC m=+30.803446047 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847124fc40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cc240): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cc240): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cc240): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cc240): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cc240): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cc240): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a45dc0 item 55 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cc240): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cc240): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.391591662 +0000 UTC m=+30.803839107 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cc240): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cc7c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cc7c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cc7c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cc7c0): >_readAt: n=8, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cc7c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.391591662 +0000 UTC m=+30.803839107 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cc7c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470d1c690 item 55 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cce40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cce40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cce40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cce40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cce40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.393044035 +0000 UTC m=+30.805291480 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cce40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cd340): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cd340): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cd340): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470d1cd20 item 56 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cd340): _readAt: size=2, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cd340): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cd340): _writeAt: size=3, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cd340): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cd340): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.393559335 +0000 UTC m=+30.805806780 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cd340): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cd8c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cd8c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cd8c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cd8c0): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cd8c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.393559335 +0000 UTC m=+30.805806780 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711cd8c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470d1cf50 item 56 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e280): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e280): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e280): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e280): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e280): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e280): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e280): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e280): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.394569595 +0000 UTC m=+30.806817041 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e280): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e7c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e7c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e7c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470d1d570 item 57 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e7c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e7c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.394995096 +0000 UTC m=+30.807242541 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e7c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f100): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f100): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f100): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f100): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f100): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f100): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470d1d730 item 57 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f100): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f100): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.395406099 +0000 UTC m=+30.807653544 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f100): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6fa00): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6fa00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6fa00): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6fa00): >_readAt: n=8, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6fa00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.395406099 +0000 UTC m=+30.807653544 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6fa00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470d1d9d0 item 57 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e380): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e380): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e380): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e380): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e380): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e380): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e380): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e380): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.396457789 +0000 UTC m=+30.808705234 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e380): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e940): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e940): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e940): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470d1dd50 item 58 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e940): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e940): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.396850617 +0000 UTC m=+30.809098062 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e940): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129ee80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129ee80): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129ee80): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847071a3f0 item 58 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129ee80): _readAt: size=2, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129ee80): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129ee80): _writeAt: size=3, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129ee80): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129ee80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.397302187 +0000 UTC m=+30.809549632 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129ee80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129f440): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129f440): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129f440): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129f440): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129f440): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.397302187 +0000 UTC m=+30.809549632 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129f440): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847071aa80 item 58 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129fa80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129fa80): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129fa80): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129fa80): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129fa80): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129fa80): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129fa80): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129fa80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.398303761 +0000 UTC m=+30.810551207 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129fa80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184706fb880): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184706fb880): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184706fb880): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847071b3b0 item 59 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184706fb880): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184706fb880): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.398870288 +0000 UTC m=+30.811117753 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184706fb880): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e840): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e840): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e840): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e840): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e840): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e840): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470b2c310 item 59 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e840): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e840): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.399423068 +0000 UTC m=+30.811670533 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e840): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075efc0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075efc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075efc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075efc0): >_readAt: n=8, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075efc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.399423068 +0000 UTC m=+30.811670533 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075efc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470b2c770 item 59 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca41c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca41c0): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca41c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca41c0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca41c0): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca41c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca41c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca41c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.400760194 +0000 UTC m=+30.813007669 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca41c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4780): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4780): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4780): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470b2d9d0 item 60 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4780): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4780): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.401198018 +0000 UTC m=+30.813445463 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4780): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4d00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4d00): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4d00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184706a0b60 item 60 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4d00): _readAt: size=2, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4d00): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4d00): _writeAt: size=3, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4d00): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4d00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.401646823 +0000 UTC m=+30.813894267 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4d00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5340): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5340): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5340): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5340): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5340): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.401646823 +0000 UTC m=+30.813894267 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5340): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184706a1260 item 60 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5980): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5980): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5980): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5980): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5980): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5980): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5980): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5980): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.402632958 +0000 UTC m=+30.814880403 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5980): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2e5c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2e5c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2e5c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e1e070 item 61 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2e5c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2e5c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.403203882 +0000 UTC m=+30.815451337 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2e5c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fa00): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fa00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fa00): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fa00): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fa00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.403203882 +0000 UTC m=+30.815451337 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fa00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e1e230 item 61 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360280): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360280): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360280): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360280): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360280): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360280): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360280): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360280): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.404749741 +0000 UTC m=+30.816997186 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360280): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713607c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713607c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713607c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e1e770 item 62 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713607c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713607c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.405271462 +0000 UTC m=+30.817518908 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713607c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360f40): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360f40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360f40): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360f40): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360f40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.405271462 +0000 UTC m=+30.817518908 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360f40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e1e9a0 item 62 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361580): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361580): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361580): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361580): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361580): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361580): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361580): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361580): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.406663192 +0000 UTC m=+30.818910637 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361580): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361ac0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361ac0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361ac0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e1ed20 item 63 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361ac0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361ac0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.407110051 +0000 UTC m=+30.819357497 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361ac0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4900): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4900): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4900): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4900): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4900): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.407110051 +0000 UTC m=+30.819357497 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4900): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e1eee0 item 63 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4f40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4f40): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4f40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4f40): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4f40): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4f40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4f40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4f40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.408725542 +0000 UTC m=+30.820972986 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4f40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af57c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af57c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af57c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e1f2d0 item 64 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af57c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af57c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.409179045 +0000 UTC m=+30.821426491 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af57c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b2a00): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b2a00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b2a00): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b2a00): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b2a00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.409179045 +0000 UTC m=+30.821426491 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b2a00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e1f490 item 64 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3640): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3640): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3640): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3640): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3640): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.41040368 +0000 UTC m=+30.822651125 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3640): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3b00): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3b00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3b00): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3b00): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3b00): _writeAt: size=3, off=2 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e1fa40 item 65 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3b00): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3b00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.410894894 +0000 UTC m=+30.823142339 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3b00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184708082c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184708082c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184708082c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184708082c0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184708082c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.410894894 +0000 UTC m=+30.823142339 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184708082c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e1fc70 item 65 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470808900): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470808900): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470808900): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470808900): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470808900): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.411985506 +0000 UTC m=+30.824232952 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470808900): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470808d80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470808d80): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470fbe9a0 item 66 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470808d80): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470808d80): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470808d80): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470808d80): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470808d80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.412446333 +0000 UTC m=+30.824693778 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470808d80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184708092c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184708092c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184708092c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184708092c0): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184708092c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.412446333 +0000 UTC m=+30.824693778 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184708092c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470fbed20 item 66 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470809900): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470809900): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470809900): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470809900): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470809900): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.413519062 +0000 UTC m=+30.825766507 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470809900): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470809d80): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470809d80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470809d80): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470809d80): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470809d80): _writeAt: size=3, off=2 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470fbf110 item 67 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470809d80): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470809d80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.413925787 +0000 UTC m=+30.826173232 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470809d80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709fe380): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709fe380): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709fe380): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709fe380): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709fe380): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.413925787 +0000 UTC m=+30.826173232 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709fe380): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470fbf2d0 item 67 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709fea00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709fea00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709fea00): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709fea00): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709fea00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.415041226 +0000 UTC m=+30.827288670 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709fea00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709fef00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709fef00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470fbf8f0 item 68 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709fef00): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709fef00): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709fef00): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709fef00): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709fef00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.415596912 +0000 UTC m=+30.827844357 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709fef00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709ff440): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709ff440): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709ff440): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709ff440): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709ff440): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.415596912 +0000 UTC m=+30.827844357 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709ff440): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470fbfab0 item 68 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709ffa80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709ffa80): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709ffa80): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709ffa80): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709ffa80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.416738099 +0000 UTC m=+30.828985544 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709ffa80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb6000): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb6000): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb6000): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb6000): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb6000): _writeAt: size=3, off=2 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470fbfe30 item 69 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb6000): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb6000): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.417231147 +0000 UTC m=+30.829478592 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb6000): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb6500): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb6500): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb6500): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb6500): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb6500): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.417231147 +0000 UTC m=+30.829478592 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb6500): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470df43f0 item 69 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb6b80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb6b80): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb6b80): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb6b80): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb6b80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.418546442 +0000 UTC m=+30.830793917 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb6b80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb7080): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb7080): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470df4770 item 70 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb7080): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb7080): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb7080): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb7080): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb7080): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.418962094 +0000 UTC m=+30.831209540 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb7080): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb75c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb75c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb75c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb75c0): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb75c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.418962094 +0000 UTC m=+30.831209540 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb75c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470df4930 item 70 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb7c40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb7c40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb7c40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb7c40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb7c40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.420168143 +0000 UTC m=+30.832415598 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bb7c40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bde240): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bde240): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bde240): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bde240): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bde240): _writeAt: size=3, off=2 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470df5030 item 71 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bde240): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bde240): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.42057532 +0000 UTC m=+30.832822765 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bde240): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bde740): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bde740): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bde740): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bde740): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bde740): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.42057532 +0000 UTC m=+30.832822765 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bde740): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470df5260 item 71 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdedc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdedc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdedc0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdedc0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdedc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.421765199 +0000 UTC m=+30.834012683 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdedc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdf2c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdf2c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470df55e0 item 72 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdf2c0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdf2c0): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdf2c0): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdf2c0): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdf2c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.422270319 +0000 UTC m=+30.834517784 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdf2c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdf800): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdf800): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdf800): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdf800): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdf800): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.422270319 +0000 UTC m=+30.834517784 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdf800): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470df5810 item 72 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdfdc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdfdc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdfdc0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdfdc0): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdfdc0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdfdc0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdfdc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.423442234 +0000 UTC m=+30.835689699 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470bdfdc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c203c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c203c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c203c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470df5d50 item 73 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c203c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c203c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.423828852 +0000 UTC m=+30.836076297 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c203c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c20880): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c20880): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c20880): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c20880): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c20880): _writeAt: size=3, off=2 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a6c0e0 item 73 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c20880): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c20880): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.424300198 +0000 UTC m=+30.836547643 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c20880): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c20dc0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c20dc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c20dc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c20dc0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c20dc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.424300198 +0000 UTC m=+30.836547643 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c20dc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a6c620 item 73 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c21400): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c21400): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c21400): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c21400): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c21400): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c21400): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c21400): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.42548057 +0000 UTC m=+30.837728015 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c21400): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c21900): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c21900): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c21900): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a6d650 item 74 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c21900): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c21900): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.425862498 +0000 UTC m=+30.838109943 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c21900): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c21e40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c21e40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a6db90 item 74 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c21e40): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c21e40): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c21e40): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c21e40): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c21e40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.426360215 +0000 UTC m=+30.838607660 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c21e40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c704c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c704c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c704c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c704c0): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c704c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.426360215 +0000 UTC m=+30.838607660 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c704c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a384d0 item 74 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70b00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70b00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70b00): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70b00): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70b00): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70b00): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70b00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.427531388 +0000 UTC m=+30.839778833 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70b00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71000): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71000): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71000): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a39110 item 75 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71000): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71000): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.427983278 +0000 UTC m=+30.840230733 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71000): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71540): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71540): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71540): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71540): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71540): _writeAt: size=3, off=2 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a39340 item 75 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71540): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71540): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.42847819 +0000 UTC m=+30.840725634 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71540): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0e000): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0e000): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0e000): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0e000): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0e000): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.42847819 +0000 UTC m=+30.840725634 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0e000): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a396c0 item 75 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0e640): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0e640): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0e640): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0e640): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0e640): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0e640): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0e640): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.42973798 +0000 UTC m=+30.841985426 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0e640): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0eb40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0eb40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0eb40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184710422a0 item 76 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0eb40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0eb40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.430158863 +0000 UTC m=+30.842406308 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0eb40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0f080): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0f080): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471042540 item 76 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0f080): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0f080): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0f080): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0f080): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0f080): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.43075847 +0000 UTC m=+30.843005915 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0f080): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0f600): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0f600): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0f600): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0f600): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0f600): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.43075847 +0000 UTC m=+30.843005915 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0f600): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471042700 item 76 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0fc40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0fc40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0fc40): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0fc40): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0fc40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0fc40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0fc40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.431842781 +0000 UTC m=+30.844090226 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0fc40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dae240): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dae240): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dae240): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471042b60 item 77 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dae240): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dae240): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.432502172 +0000 UTC m=+30.844749617 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dae240): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dae940): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dae940): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dae940): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dae940): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dae940): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.432502172 +0000 UTC m=+30.844749617 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dae940): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471042d90 item 77 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470daef80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470daef80): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470daef80): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470daef80): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470daef80): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470daef80): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470daef80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.433828006 +0000 UTC m=+30.846075461 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470daef80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470daf480): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470daf480): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470daf480): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471043110 item 78 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470daf480): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470daf480): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.434320483 +0000 UTC m=+30.846567938 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470daf480): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dafb80): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dafb80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dafb80): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dafb80): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dafb80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.434320483 +0000 UTC m=+30.846567938 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dafb80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184710432d0 item 78 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df22c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df22c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df22c0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df22c0): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df22c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df22c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df22c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.4357001 +0000 UTC m=+30.847947595 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df22c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df27c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df27c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df27c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471043650 item 79 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df27c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df27c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.436179411 +0000 UTC m=+30.848426867 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df27c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df2ec0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df2ec0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df2ec0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df2ec0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df2ec0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.436179411 +0000 UTC m=+30.848426867 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df2ec0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471043810 item 79 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df3500): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df3500): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df3500): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df3500): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df3500): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df3500): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df3500): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.437540843 +0000 UTC m=+30.849788298 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df3500): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df3a00): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df3a00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df3a00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471043c70 item 80 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df3a00): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df3a00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.438006228 +0000 UTC m=+30.850253704 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470df3a00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2c200): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2c200): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2c200): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2c200): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2c200): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.438006228 +0000 UTC m=+30.850253704 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2c200): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471043e30 item 80 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2c840): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2c840): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2c840): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2c840): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2c840): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.439417865 +0000 UTC m=+30.851665310 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2c840): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2ccc0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2ccc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2ccc0): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2ccc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2ccc0): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2ccc0): _writeAt: size=3, off=7 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471358380 item 81 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2ccc0): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2ccc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.439998107 +0000 UTC m=+30.852245551 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2ccc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2d200): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2d200): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2d200): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2d200): >_readAt: n=8, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2d200): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.439998107 +0000 UTC m=+30.852245551 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2d200): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471358540 item 81 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2d880): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2d880): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2d880): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2d880): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2d880): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.441409953 +0000 UTC m=+30.853657398 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2d880): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2dd80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2dd80): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2dd80): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713588c0 item 82 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2dd80): _readAt: size=2, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2dd80): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2dd80): _writeAt: size=3, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2dd80): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2dd80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.441960178 +0000 UTC m=+30.854207623 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e2dd80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5c400): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5c400): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5c400): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5c400): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5c400): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.441960178 +0000 UTC m=+30.854207623 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5c400): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471358a80 item 82 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5ca80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5ca80): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5ca80): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5ca80): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5ca80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.443143575 +0000 UTC m=+30.855391021 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5ca80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5cf80): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5cf80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5cf80): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5cf80): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5cf80): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5cf80): _writeAt: size=3, off=7 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471358e00 item 83 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5cf80): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5cf80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.443573814 +0000 UTC m=+30.855821260 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5cf80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5d4c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5d4c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5d4c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5d4c0): >_readAt: n=8, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5d4c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.443573814 +0000 UTC m=+30.855821260 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5d4c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471358fc0 item 83 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5db40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5db40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5db40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5db40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5db40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.444720973 +0000 UTC m=+30.856968418 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e5db40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e82140): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e82140): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e82140): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471359420 item 84 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e82140): _readAt: size=2, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e82140): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e82140): _writeAt: size=3, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e82140): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e82140): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.445254307 +0000 UTC m=+30.857501752 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e82140): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e826c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e826c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e826c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e826c0): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e826c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.445254307 +0000 UTC m=+30.857501752 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e826c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713595e0 item 84 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e82d40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e82d40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e82d40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e82d40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e82d40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.446368695 +0000 UTC m=+30.858616139 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e82d40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e83240): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e83240): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e83240): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e83240): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e83240): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e83240): _writeAt: size=3, off=7 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713599d0 item 85 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e83240): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e83240): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.446863466 +0000 UTC m=+30.859110910 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e83240): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e83780): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e83780): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e83780): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e83780): >_readAt: n=8, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e83780): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.446863466 +0000 UTC m=+30.859110910 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e83780): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471359c70 item 85 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e83e00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e83e00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e83e00): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e83e00): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e83e00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.448026464 +0000 UTC m=+30.860273909 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e83e00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0e400): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0e400): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0e400): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470f76150 item 86 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0e400): _readAt: size=2, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0e400): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0e400): _writeAt: size=3, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0e400): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0e400): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.448543807 +0000 UTC m=+30.860791252 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0e400): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0e980): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0e980): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0e980): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0e980): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0e980): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.448543807 +0000 UTC m=+30.860791252 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0e980): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470f76310 item 86 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0f000): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0f000): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0f000): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0f000): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0f000): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.449588131 +0000 UTC m=+30.861835586 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0f000): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0f500): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0f500): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0f500): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0f500): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0f500): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0f500): _writeAt: size=3, off=7 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470f77110 item 87 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0f500): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0f500): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.450003473 +0000 UTC m=+30.862250919 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0f500): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0fa40): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0fa40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0fa40): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0fa40): >_readAt: n=8, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0fa40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.450003473 +0000 UTC m=+30.862250919 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f0fa40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470f77a40 item 87 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f461c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f461c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f461c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f461c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f461c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.450997053 +0000 UTC m=+30.863244498 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f461c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f466c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f466c0): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f466c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713be0e0 item 88 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f466c0): _readAt: size=2, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f466c0): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f466c0): _writeAt: size=3, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f466c0): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f466c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.451445537 +0000 UTC m=+30.863692982 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f466c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f46c40): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f46c40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f46c40): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f46c40): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f46c40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.451445537 +0000 UTC m=+30.863692982 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f46c40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713be310 item 88 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f47280): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f47280): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f47280): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f47280): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f47280): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f47280): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f47280): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f47280): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.452407387 +0000 UTC m=+30.864654832 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f47280): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f477c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f477c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f477c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713be690 item 89 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f477c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f477c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.452852885 +0000 UTC m=+30.865100330 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f477c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f47d00): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f47d00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f47d00): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f47d00): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f47d00): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f47d00): _writeAt: size=3, off=7 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713be930 item 89 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f47d00): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f47d00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.453316337 +0000 UTC m=+30.865563792 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f47d00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa0380): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa0380): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa0380): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa0380): >_readAt: n=8, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa0380): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.453316337 +0000 UTC m=+30.865563792 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa0380): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713beb60 item 89 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa09c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa09c0): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa09c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa09c0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa09c0): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa09c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa09c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa09c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.454360021 +0000 UTC m=+30.866607466 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa09c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa0f00): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa0f00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa0f00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713beee0 item 90 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa0f00): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa0f00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.454715971 +0000 UTC m=+30.866963416 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa0f00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa1440): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa1440): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa1440): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713bf0a0 item 90 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa1440): _readAt: size=2, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa1440): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa1440): _writeAt: size=3, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa1440): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa1440): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.45534264 +0000 UTC m=+30.867590095 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa1440): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa1a00): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa1a00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa1a00): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa1a00): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa1a00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.45534264 +0000 UTC m=+30.867590095 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fa1a00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713bf260 item 90 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbc140): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbc140): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbc140): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbc140): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbc140): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbc140): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbc140): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbc140): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.456505047 +0000 UTC m=+30.868752492 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbc140): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbc680): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbc680): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbc680): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713bf5e0 item 91 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbc680): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbc680): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.456918426 +0000 UTC m=+30.869165971 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbc680): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbcbc0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbcbc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbcbc0): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbcbc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbcbc0): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbcbc0): _writeAt: size=3, off=7 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713bf7a0 item 91 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbcbc0): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbcbc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.457339196 +0000 UTC m=+30.869586642 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbcbc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbd140): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbd140): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbd140): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbd140): >_readAt: n=8, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbd140): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.457339196 +0000 UTC m=+30.869586642 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbd140): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713bf9d0 item 91 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbd780): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbd780): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbd780): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbd780): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbd780): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbd780): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbd780): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbd780): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.45831341 +0000 UTC m=+30.870560854 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbd780): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbdcc0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbdcc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbdcc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713bfd50 item 92 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbdcc0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbdcc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.458692404 +0000 UTC m=+30.870939848 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fbdcc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff4300): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff4300): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff4300): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470b341c0 item 92 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff4300): _readAt: size=2, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff4300): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff4300): _writeAt: size=3, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff4300): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff4300): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.459197664 +0000 UTC m=+30.871445109 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff4300): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff48c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff48c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff48c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff48c0): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff48c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.459197664 +0000 UTC m=+30.871445109 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff48c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470b35570 item 92 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff4f00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff4f00): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff4f00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff4f00): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff4f00): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff4f00): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff4f00): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff4f00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.460210219 +0000 UTC m=+30.872457664 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff4f00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff5440): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff5440): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff5440): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713863f0 item 93 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff5440): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff5440): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.460661007 +0000 UTC m=+30.872908453 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff5440): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff5b40): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff5b40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff5b40): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff5b40): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff5b40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.460661007 +0000 UTC m=+30.872908453 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ff5b40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471386620 item 93 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101e280): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101e280): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101e280): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101e280): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101e280): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101e280): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101e280): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101e280): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.462049009 +0000 UTC m=+30.874296454 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101e280): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101e7c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101e7c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101e7c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713869a0 item 94 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101e7c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101e7c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.462459582 +0000 UTC m=+30.874707027 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101e7c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101eec0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101eec0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101eec0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101eec0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101eec0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.462459582 +0000 UTC m=+30.874707027 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101eec0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471386b60 item 94 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101f500): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101f500): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101f500): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101f500): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101f500): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101f500): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101f500): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101f500): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.463761531 +0000 UTC m=+30.876008977 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101f500): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101fa40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101fa40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101fa40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471386ee0 item 95 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101fa40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101fa40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.464172435 +0000 UTC m=+30.876419879 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101fa40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471058240): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471058240): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471058240): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471058240): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471058240): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.464172435 +0000 UTC m=+30.876419879 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471058240): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713870a0 item 95 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471058880): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471058880): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471058880): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471058880): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471058880): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471058880): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471058880): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471058880): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.465451261 +0000 UTC m=+30.877698725 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471058880): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471058dc0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471058dc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471058dc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471387420 item 96 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471058dc0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471058dc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.465879337 +0000 UTC m=+30.878126782 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471058dc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710594c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710594c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710594c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710594c0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710594c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.465879337 +0000 UTC m=+30.878126782 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710594c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713875e0 item 96 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= 2026/07/12 03:51:16 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:16 DEBUG : Looking for writers 2026/07/12 03:51:16 DEBUG : >WaitForWriters: 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:16 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/07/12 03:51:16 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5ec0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5ec0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5ec0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5ec0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5ec0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.471406457 +0000 UTC m=+30.883653902 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5ec0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8480): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8480): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8480): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8480): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8480): _writeAt: size=3, off=2 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8480): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8480): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.471406457 +0000 UTC m=+30.883653902 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8480): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8940): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8940): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8940): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8940): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8940): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.471406457 +0000 UTC m=+30.883653902 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8940): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471448a10 item 1 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8f80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8f80): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8f80): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8f80): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8f80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.473388576 +0000 UTC m=+30.885636021 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8f80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9480): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9480): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9480): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9480): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9480): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.473388576 +0000 UTC m=+30.885636021 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9480): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471448ee0 item 2 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9ac0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9ac0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9ac0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9ac0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9ac0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.475000009 +0000 UTC m=+30.887247453 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9ac0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ca040): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ca040): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ca040): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ca040): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ca040): _writeAt: size=3, off=2 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ca040): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ca040): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.475000009 +0000 UTC m=+30.887247453 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ca040): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ca500): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ca500): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ca500): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ca500): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ca500): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.475000009 +0000 UTC m=+30.887247453 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ca500): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714492d0 item 3 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cab80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cab80): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cab80): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cab80): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cab80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.476894383 +0000 UTC m=+30.889141858 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cab80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cb0c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cb0c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cb0c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cb0c0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cb0c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.476894383 +0000 UTC m=+30.889141858 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cb0c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471449810 item 4 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cb700): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cb700): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cb700): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cb700): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cb700): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.478058513 +0000 UTC m=+30.890305958 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cb700): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cbb80): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cbb80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cbb80): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cbb80): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cbb80): _writeAt: size=3, off=2 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cbb80): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cbb80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.478058513 +0000 UTC m=+30.890305958 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712cbb80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ec140): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ec140): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ec140): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ec140): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ec140): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.478058513 +0000 UTC m=+30.890305958 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ec140): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471449b90 item 5 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ec7c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ec7c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ec7c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ec7c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ec7c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.479738174 +0000 UTC m=+30.891985649 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ec7c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ecd00): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ecd00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ecd00): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ecd00): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ecd00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.479738174 +0000 UTC m=+30.891985649 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ecd00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a8a380 item 6 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ed380): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ed380): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ed380): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ed380): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ed380): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.48092633 +0000 UTC m=+30.893173785 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ed380): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ed880): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ed880): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ed880): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ed880): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ed880): _writeAt: size=3, off=2 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ed880): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ed880): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.48092633 +0000 UTC m=+30.893173785 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712ed880): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712edd40): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712edd40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712edd40): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712edd40): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712edd40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.48092633 +0000 UTC m=+30.893173785 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712edd40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a8aa80 item 7 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711184c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711184c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711184c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711184c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711184c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.482569161 +0000 UTC m=+30.894816606 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711184c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471118a00): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471118a00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471118a00): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471118a00): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471118a00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.482569161 +0000 UTC m=+30.894816606 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471118a00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a8b420 item 8 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471118fc0): _readAt: size=2, off=0 2026/07/12 03:51:16 ERROR : open-test-file(0x218471118fc0): Couldn't read size of file 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471118fc0): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471118fc0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471118fc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471118fc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471118fc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471119380): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471119380): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471119380): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471119380): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471119380): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.484067019 +0000 UTC m=+30.896314464 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471119380): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471119800): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471119800): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471119800): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471119800): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471119800): _writeAt: size=3, off=2 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471119800): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471119800): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.484067019 +0000 UTC m=+30.896314464 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471119800): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471119d00): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471119d00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471119d00): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471119d00): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471119d00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.484067019 +0000 UTC m=+30.896314464 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471119d00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a8b880 item 9 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e480): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e480): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e480): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e480): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e480): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.48580494 +0000 UTC m=+30.898052385 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e480): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e9c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e9c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e9c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e9c0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e9c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.48580494 +0000 UTC m=+30.898052385 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e9c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a46310 item 10 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f000): _readAt: size=2, off=0 2026/07/12 03:51:16 ERROR : open-test-file(0x21847113f000): Couldn't read size of file 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f000): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f000): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f000): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f000): close: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f000): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f3c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f3c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f3c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f3c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f3c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.487307407 +0000 UTC m=+30.899554852 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f3c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f8c0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f8c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f8c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f8c0): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f8c0): _writeAt: size=3, off=2 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f8c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f8c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.487307407 +0000 UTC m=+30.899554852 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f8c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113fdc0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113fdc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113fdc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113fdc0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113fdc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.487307407 +0000 UTC m=+30.899554852 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113fdc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a46930 item 11 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471160540): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471160540): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471160540): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471160540): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471160540): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.489324543 +0000 UTC m=+30.901571988 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471160540): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471160a80): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471160a80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471160a80): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471160a80): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471160a80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.489324543 +0000 UTC m=+30.901571988 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471160a80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a47570 item 12 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711610c0): _readAt: size=2, off=0 2026/07/12 03:51:16 ERROR : open-test-file(0x2184711610c0): Couldn't read size of file 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711610c0): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711610c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711610c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711610c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711610c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471161480): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471161480): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471161480): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471161480): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471161480): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.490618037 +0000 UTC m=+30.902865482 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471161480): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471161b40): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471161b40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471161b40): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471161b40): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471161b40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.490618037 +0000 UTC m=+30.902865482 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471161b40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a47d50 item 13 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711862c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711862c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711862c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711862c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711862c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.491908155 +0000 UTC m=+30.904155600 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711862c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471186800): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471186800): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471186800): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471186800): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471186800): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.491908155 +0000 UTC m=+30.904155600 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471186800): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470f14540 item 14 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471186e40): _readAt: size=2, off=0 2026/07/12 03:51:16 ERROR : open-test-file(0x218471186e40): Couldn't read size of file 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471186e40): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471186e40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471186e40): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471186e40): close: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471186e40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471187200): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471187200): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471187200): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471187200): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471187200): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.493257854 +0000 UTC m=+30.905505299 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471187200): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711878c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711878c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711878c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711878c0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711878c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.493257854 +0000 UTC m=+30.905505299 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711878c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470f14d20 item 15 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aa040): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aa040): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aa040): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aa040): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aa040): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.494486094 +0000 UTC m=+30.906733540 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aa040): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aa580): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aa580): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aa580): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aa580): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aa580): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.494486094 +0000 UTC m=+30.906733540 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aa580): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470f15180 item 16 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aabc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aabc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aabc0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aabc0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aabc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.495655545 +0000 UTC m=+30.907902991 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aabc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ab040): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ab040): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ab040): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ab040): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ab040): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ab040): _writeAt: size=3, off=7 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ab040): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ab040): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.495655545 +0000 UTC m=+30.907902991 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ab040): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ab540): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ab540): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ab540): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ab540): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ab540): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.495655545 +0000 UTC m=+30.907902991 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ab540): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470f157a0 item 17 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711abbc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711abbc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711abbc0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711abbc0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711abbc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.497369801 +0000 UTC m=+30.909617246 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711abbc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dc200): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dc200): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dc200): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dc200): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dc200): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.497369801 +0000 UTC m=+30.909617246 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dc200): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470f15dc0 item 18 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dc880): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dc880): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dc880): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dc880): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dc880): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.498613041 +0000 UTC m=+30.910860485 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dc880): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dcd80): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dcd80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dcd80): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dcd80): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dcd80): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dcd80): _writeAt: size=3, off=7 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dcd80): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dcd80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.498613041 +0000 UTC m=+30.910860485 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dcd80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dd280): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dd280): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dd280): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dd280): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dd280): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.498613041 +0000 UTC m=+30.910860485 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dd280): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e348c0 item 19 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dd900): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dd900): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dd900): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dd900): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dd900): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.500538744 +0000 UTC m=+30.912786189 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dd900): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b2080): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b2080): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b2080): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b2080): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b2080): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.500538744 +0000 UTC m=+30.912786189 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b2080): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e34ee0 item 20 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dc540): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dc540): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dc540): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dc540): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dc540): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.502240666 +0000 UTC m=+30.914488122 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dc540): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dca40): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dca40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dca40): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dca40): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dca40): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dca40): _writeAt: size=3, off=7 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dca40): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dca40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.502240666 +0000 UTC m=+30.914488122 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dca40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dcf40): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dcf40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dcf40): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dcf40): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dcf40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.502240666 +0000 UTC m=+30.914488122 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dcf40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e34850 item 21 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b22c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b22c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b22c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b22c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b22c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.50417187 +0000 UTC m=+30.916419315 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b22c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b2800): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b2800): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b2800): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b2800): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b2800): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.50417187 +0000 UTC m=+30.916419315 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b2800): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e352d0 item 22 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b2e80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b2e80): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b2e80): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b2e80): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b2e80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.505556736 +0000 UTC m=+30.917804181 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b2e80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b3380): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b3380): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b3380): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b3380): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b3380): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b3380): _writeAt: size=3, off=7 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b3380): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b3380): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.505556736 +0000 UTC m=+30.917804181 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b3380): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b3880): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b3880): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b3880): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b3880): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b3880): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.505556736 +0000 UTC m=+30.917804181 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710b3880): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e356c0 item 23 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e200): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e200): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e200): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e200): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e200): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.507738973 +0000 UTC m=+30.919986477 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e200): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e740): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e740): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e740): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e740): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e740): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.507738973 +0000 UTC m=+30.919986477 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e740): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e35c70 item 24 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f180): _readAt: size=2, off=0 2026/07/12 03:51:16 ERROR : open-test-file(0x218470c6f180): Couldn't read size of file 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f180): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f180): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f180): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f180): close: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f180): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f800): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f800): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f800): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f800): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f800): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.509689863 +0000 UTC m=+30.921937318 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f800): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e100): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e100): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e100): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e100): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e100): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e100): _writeAt: size=3, off=7 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e100): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e100): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.509689863 +0000 UTC m=+30.921937318 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e100): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e640): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e640): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e640): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e640): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e640): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.509689863 +0000 UTC m=+30.921937318 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129e640): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470b12cb0 item 25 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129ed00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129ed00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129ed00): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129ed00): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129ed00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.511558389 +0000 UTC m=+30.923805834 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129ed00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129f240): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129f240): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129f240): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129f240): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129f240): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.511558389 +0000 UTC m=+30.923805834 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129f240): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470b13c70 item 26 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129f880): _readAt: size=2, off=0 2026/07/12 03:51:16 ERROR : open-test-file(0x21847129f880): Couldn't read size of file 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129f880): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129f880): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129f880): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129f880): close: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129f880): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129fc40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129fc40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129fc40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129fc40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129fc40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.512795076 +0000 UTC m=+30.925042521 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847129fc40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e480): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e480): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e480): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e480): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e480): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e480): _writeAt: size=3, off=7 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e480): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e480): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.512795076 +0000 UTC m=+30.925042521 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e480): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e9c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e9c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e9c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e9c0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e9c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.512795076 +0000 UTC m=+30.925042521 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e9c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714a02a0 item 27 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075f440): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075f440): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075f440): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075f440): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075f440): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.514543897 +0000 UTC m=+30.926791342 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075f440): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2ea00): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2ea00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2ea00): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2ea00): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2ea00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.514543897 +0000 UTC m=+30.926791342 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2ea00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714a0850 item 28 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fac0): _readAt: size=2, off=0 2026/07/12 03:51:16 ERROR : open-test-file(0x218470b2fac0): Couldn't read size of file 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fac0): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fac0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fac0): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fac0): close: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fac0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713600c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713600c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713600c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713600c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713600c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.515712044 +0000 UTC m=+30.927959490 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713600c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360780): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360780): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360780): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360780): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360780): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.515712044 +0000 UTC m=+30.927959490 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360780): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714a0c40 item 29 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360e80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360e80): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360e80): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360e80): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360e80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.517013905 +0000 UTC m=+30.929261349 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360e80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713613c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713613c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713613c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713613c0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713613c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.517013905 +0000 UTC m=+30.929261349 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713613c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714a0fc0 item 30 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361a00): _readAt: size=2, off=0 2026/07/12 03:51:16 ERROR : open-test-file(0x218471361a00): Couldn't read size of file 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361a00): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361a00): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361a00): >_writeAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361a00): close: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361a00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361dc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361dc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361dc0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361dc0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361dc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.518319282 +0000 UTC m=+30.930566726 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471361dc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4bc0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4bc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4bc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4bc0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4bc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.518319282 +0000 UTC m=+30.930566726 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af4bc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714a13b0 item 31 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5580): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5580): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5580): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5580): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5580): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.519479625 +0000 UTC m=+30.931727070 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5580): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5ac0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5ac0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5ac0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5ac0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5ac0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.519479625 +0000 UTC m=+30.931727070 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470af5ac0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714a1730 item 32 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b2d40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b2d40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b2d40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b2d40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b2d40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.520659535 +0000 UTC m=+30.932906980 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b2d40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b36c0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b36c0): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b36c0): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b36c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b36c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714a1ab0 item 33 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b36c0): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b36c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.521120773 +0000 UTC m=+30.933368218 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b36c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3c40): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3c40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3c40): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3c40): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3c40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.521120773 +0000 UTC m=+30.933368218 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184709b3c40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714a1c70 item 33 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4580): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4580): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4580): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4580): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4580): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.522247062 +0000 UTC m=+30.934494507 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4580): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4a80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4a80): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131c310 item 34 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4a80): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4a80): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4a80): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4a80): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4a80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.523198963 +0000 UTC m=+30.935446409 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4a80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4fc0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4fc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4fc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4fc0): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4fc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.523198963 +0000 UTC m=+30.935446409 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca4fc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131c4d0 item 34 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5680): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5680): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5680): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5680): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5680): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.524310354 +0000 UTC m=+30.936557799 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5680): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5b00): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5b00): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5b00): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5b00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5b00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131c850 item 35 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5b00): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5b00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.526400026 +0000 UTC m=+30.938647481 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470ca5b00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8140): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8140): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8140): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8140): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8140): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.526400026 +0000 UTC m=+30.938647481 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8140): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131ca10 item 35 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a87c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a87c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a87c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a87c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a87c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.528117198 +0000 UTC m=+30.940364642 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a87c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8cc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8cc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131cd90 item 36 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8cc0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8cc0): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8cc0): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8cc0): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8cc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.529027441 +0000 UTC m=+30.941274886 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a8cc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9200): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9200): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9200): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9200): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9200): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.529027441 +0000 UTC m=+30.941274886 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9200): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131cf50 item 36 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9840): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9840): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9840): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9840): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9840): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.530511063 +0000 UTC m=+30.942758507 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9840): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9cc0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9cc0): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9cc0): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9cc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9cc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131d2d0 item 37 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9cc0): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9cc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.531029237 +0000 UTC m=+30.943276682 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712a9cc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c702c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c702c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c702c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c702c0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c702c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.531029237 +0000 UTC m=+30.943276682 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c702c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131d490 item 37 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70940): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70940): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70940): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70940): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70940): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.532295951 +0000 UTC m=+30.944543396 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70940): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70e40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70e40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131d810 item 38 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70e40): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70e40): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70e40): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70e40): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70e40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.532860993 +0000 UTC m=+30.945108438 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70e40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71380): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71380): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71380): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71380): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71380): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.532860993 +0000 UTC m=+30.945108438 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71380): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131d9d0 item 38 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712223c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712223c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712223c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712223c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712223c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.534438402 +0000 UTC m=+30.946685857 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712223c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712228c0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712228c0): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712228c0): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712228c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712228c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a44540 item 39 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712228c0): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712228c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.53505921 +0000 UTC m=+30.947306665 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712228c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471222dc0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471222dc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471222dc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471222dc0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471222dc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.53505921 +0000 UTC m=+30.947306665 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471222dc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a44930 item 39 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471223440): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471223440): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471223440): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471223440): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471223440): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.537043243 +0000 UTC m=+30.949290729 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471223440): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471223940): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471223940): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a45ab0 item 40 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471223940): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471223940): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471223940): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471223940): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471223940): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.537683919 +0000 UTC m=+30.949931414 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471223940): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471223e80): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471223e80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471223e80): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471223e80): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471223e80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.537683919 +0000 UTC m=+30.949931414 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471223e80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a45c70 item 40 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471232540): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471232540): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471232540): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471232540): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471232540): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471232540): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471232540): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.53926277 +0000 UTC m=+30.951510265 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471232540): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471232a40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471232a40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471232a40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470d1c930 item 41 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471232a40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471232a40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.539793148 +0000 UTC m=+30.952040593 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471232a40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471232f00): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471232f00): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471232f00): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471232f00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471232f00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470d1caf0 item 41 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471232f00): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471232f00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.540443682 +0000 UTC m=+30.952691127 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471232f00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471233440): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471233440): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471233440): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471233440): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471233440): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.540443682 +0000 UTC m=+30.952691127 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471233440): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470d1ce00 item 41 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471233a80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471233a80): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471233a80): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471233a80): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471233a80): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471233a80): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471233a80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.542131047 +0000 UTC m=+30.954378491 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471233a80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471256080): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471256080): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471256080): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470d1d2d0 item 42 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471256080): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471256080): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.542629685 +0000 UTC m=+30.954877140 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471256080): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712565c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712565c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470d1d5e0 item 42 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712565c0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712565c0): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712565c0): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712565c0): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712565c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.543341665 +0000 UTC m=+30.955589130 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712565c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471256b40): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471256b40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471256b40): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471256b40): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471256b40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.543341665 +0000 UTC m=+30.955589130 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471256b40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470d1d810 item 42 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471257180): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471257180): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471257180): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471257180): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471257180): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471257180): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471257180): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.544730327 +0000 UTC m=+30.956977772 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471257180): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471257680): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471257680): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471257680): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470d1dc00 item 43 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471257680): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471257680): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.545190894 +0000 UTC m=+30.957438340 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471257680): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471257bc0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471257bc0): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471257bc0): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471257bc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471257bc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470d1ddc0 item 43 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471257bc0): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471257bc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.545688811 +0000 UTC m=+30.957936317 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471257bc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c52200): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c52200): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c52200): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c52200): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c52200): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.545688811 +0000 UTC m=+30.957936317 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c52200): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847071a460 item 43 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c52840): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c52840): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c52840): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c52840): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c52840): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c52840): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c52840): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.547166541 +0000 UTC m=+30.959413987 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c52840): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c52d40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c52d40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c52d40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847071b110 item 44 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c52d40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c52d40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.547626577 +0000 UTC m=+30.959874022 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c52d40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c53280): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c53280): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847071b420 item 44 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c53280): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c53280): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c53280): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c53280): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c53280): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.54822296 +0000 UTC m=+30.960470405 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c53280): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c53800): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c53800): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c53800): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c53800): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c53800): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.54822296 +0000 UTC m=+30.960470405 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c53800): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470b2c380 item 44 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c53e40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c53e40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c53e40): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c53e40): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c53e40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c53e40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c53e40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.549460428 +0000 UTC m=+30.961707874 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c53e40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c74440): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c74440): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c74440): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470b2d030 item 45 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c74440): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c74440): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.549937467 +0000 UTC m=+30.962184912 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c74440): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c74b40): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c74b40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c74b40): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c74b40): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c74b40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.549937467 +0000 UTC m=+30.962184912 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c74b40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e1e070 item 45 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c75180): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c75180): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c75180): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c75180): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c75180): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c75180): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c75180): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.551280453 +0000 UTC m=+30.963527898 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c75180): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c75680): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c75680): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c75680): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e1e4d0 item 46 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c75680): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c75680): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.55179429 +0000 UTC m=+30.964041735 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c75680): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c75d80): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c75d80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c75d80): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c75d80): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c75d80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.55179429 +0000 UTC m=+30.964041735 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c75d80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e1e770 item 46 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd84c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd84c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd84c0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd84c0): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd84c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd84c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd84c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.553173205 +0000 UTC m=+30.965420650 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd84c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd89c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd89c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd89c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e1eb60 item 47 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd89c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd89c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.553588155 +0000 UTC m=+30.965835600 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd89c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0e3c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0e3c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0e3c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0e3c0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0e3c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.553588155 +0000 UTC m=+30.965835600 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0e3c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470fbe000 item 47 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0ea40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0ea40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0ea40): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0ea40): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0ea40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0ea40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0ea40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.55530202 +0000 UTC m=+30.967549486 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0ea40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0ef40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0ef40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0ef40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470fbecb0 item 48 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0ef40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0ef40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.556071087 +0000 UTC m=+30.968318532 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0ef40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0f640): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0f640): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0f640): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0f640): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0f640): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.556071087 +0000 UTC m=+30.968318532 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0f640): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470fbeee0 item 48 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0fc80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0fc80): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0fc80): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0fc80): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0fc80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.557313435 +0000 UTC m=+30.969560880 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d0fc80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d38200): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d38200): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d38200): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d38200): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d38200): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d38200): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470fbf260 item 49 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d38200): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d38200): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.557789932 +0000 UTC m=+30.970037387 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d38200): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d38740): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d38740): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d38740): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d38740): >_readAt: n=8, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d38740): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.557789932 +0000 UTC m=+30.970037387 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d38740): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470fbf420 item 49 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d38dc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d38dc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d38dc0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d38dc0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d38dc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.559005719 +0000 UTC m=+30.971253164 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d38dc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d392c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d392c0): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d392c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470fbf880 item 50 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d392c0): _readAt: size=2, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d392c0): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d392c0): _writeAt: size=3, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d392c0): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d392c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.559933976 +0000 UTC m=+30.972181431 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d392c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d39840): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d39840): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d39840): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d39840): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d39840): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.559933976 +0000 UTC m=+30.972181431 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d39840): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470fbfa40 item 50 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d39ec0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d39ec0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d39ec0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d39ec0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d39ec0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.561039897 +0000 UTC m=+30.973287352 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470d39ec0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dea4c0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dea4c0): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dea4c0): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dea4c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dea4c0): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dea4c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470fbfdc0 item 51 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dea4c0): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dea4c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.561426995 +0000 UTC m=+30.973674440 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470dea4c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deaa00): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deaa00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deaa00): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deaa00): >_readAt: n=8, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deaa00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.561426995 +0000 UTC m=+30.973674440 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deaa00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470df40e0 item 51 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb080): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb080): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb080): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb080): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb080): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.562702625 +0000 UTC m=+30.974950070 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb080): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb580): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb580): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb580): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470df4700 item 52 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb580): _readAt: size=2, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb580): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb580): _writeAt: size=3, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb580): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb580): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.563263652 +0000 UTC m=+30.975511096 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470deb580): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470debb00): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470debb00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470debb00): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470debb00): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470debb00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.563263652 +0000 UTC m=+30.975511096 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470debb00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470df48c0 item 52 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e16280): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e16280): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e16280): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e16280): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e16280): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.564457658 +0000 UTC m=+30.976705103 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e16280): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e16780): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e16780): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e16780): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e16780): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e16780): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e16780): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470df4fc0 item 53 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e16780): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e16780): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.564908647 +0000 UTC m=+30.977156092 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e16780): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e16cc0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e16cc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e16cc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e16cc0): >_readAt: n=8, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e16cc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.564908647 +0000 UTC m=+30.977156092 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e16cc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470df51f0 item 53 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e17340): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e17340): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e17340): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e17340): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e17340): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.566151546 +0000 UTC m=+30.978398991 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e17340): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e17840): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e17840): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e17840): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470df5570 item 54 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e17840): _readAt: size=2, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e17840): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e17840): _writeAt: size=3, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e17840): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e17840): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.566656295 +0000 UTC m=+30.978903751 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e17840): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e17dc0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e17dc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e17dc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e17dc0): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e17dc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.566656295 +0000 UTC m=+30.978903751 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e17dc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470df57a0 item 54 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54540): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54540): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54540): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54540): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54540): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.56777976 +0000 UTC m=+30.980027205 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54540): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54a40): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54a40): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54a40): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54a40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54a40): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54a40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470df5ce0 item 55 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54a40): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54a40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.568218465 +0000 UTC m=+30.980465920 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54a40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54f80): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54f80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54f80): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54f80): >_readAt: n=8, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54f80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.568218465 +0000 UTC m=+30.980465920 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e54f80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a6c000 item 55 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55600): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55600): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55600): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55600): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55600): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.569646562 +0000 UTC m=+30.981894037 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55600): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55b00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55b00): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55b00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a6ccb0 item 56 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55b00): _readAt: size=2, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55b00): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55b00): _writeAt: size=3, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55b00): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55b00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.570274123 +0000 UTC m=+30.982521568 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e55b00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e70180): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e70180): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e70180): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e70180): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e70180): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.570274123 +0000 UTC m=+30.982521568 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e70180): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a6d1f0 item 56 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e707c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e707c0): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e707c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e707c0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e707c0): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e707c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e707c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e707c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.571706909 +0000 UTC m=+30.983954364 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e707c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e70d00): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e70d00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e70d00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471042000 item 57 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e70d00): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e70d00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.572184507 +0000 UTC m=+30.984431953 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e70d00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71240): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71240): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71240): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71240): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71240): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71240): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184710421c0 item 57 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71240): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71240): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.572686031 +0000 UTC m=+30.984933477 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71240): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e717c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e717c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e717c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e717c0): >_readAt: n=8, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e717c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.572686031 +0000 UTC m=+30.984933477 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e717c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471042460 item 57 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71e00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71e00): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71e00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71e00): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71e00): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71e00): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71e00): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71e00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.573921767 +0000 UTC m=+30.986169212 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470e71e00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda440): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda440): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda440): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184710427e0 item 58 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda440): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda440): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.574453508 +0000 UTC m=+30.986700963 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda440): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda980): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda980): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda980): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184710429a0 item 58 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda980): _readAt: size=2, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda980): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda980): _writeAt: size=3, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda980): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda980): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.574910417 +0000 UTC m=+30.987157903 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470eda980): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edaf40): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edaf40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edaf40): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edaf40): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edaf40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.574910417 +0000 UTC m=+30.987157903 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edaf40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471042cb0 item 58 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edb580): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edb580): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edb580): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edb580): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edb580): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edb580): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edb580): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edb580): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.576307476 +0000 UTC m=+30.988554920 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edb580): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edbac0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edbac0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edbac0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471043030 item 59 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edbac0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edbac0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.576714181 +0000 UTC m=+30.988961626 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470edbac0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f24100): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f24100): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f24100): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f24100): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f24100): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f24100): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184710431f0 item 59 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f24100): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f24100): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.577164609 +0000 UTC m=+30.989412054 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f24100): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f24680): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f24680): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f24680): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f24680): >_readAt: n=8, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f24680): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.577164609 +0000 UTC m=+30.989412054 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f24680): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184710433b0 item 59 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f24cc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f24cc0): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f24cc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f24cc0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f24cc0): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f24cc0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f24cc0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f24cc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.578479283 +0000 UTC m=+30.990726727 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f24cc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f25200): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f25200): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f25200): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471043730 item 60 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f25200): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f25200): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.57889266 +0000 UTC m=+30.991140115 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f25200): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f25740): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f25740): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f25740): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184710438f0 item 60 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f25740): _readAt: size=2, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f25740): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f25740): _writeAt: size=3, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f25740): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f25740): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.579608317 +0000 UTC m=+30.991855792 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f25740): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f25d00): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f25d00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f25d00): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f25d00): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f25d00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.579608317 +0000 UTC m=+30.991855792 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f25d00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471043ab0 item 60 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f64440): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f64440): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f64440): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f64440): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f64440): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f64440): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f64440): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f64440): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.580966443 +0000 UTC m=+30.993213907 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f64440): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f64980): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f64980): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f64980): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713580e0 item 61 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f64980): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f64980): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.58134807 +0000 UTC m=+30.993595515 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f64980): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f65080): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f65080): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f65080): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f65080): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f65080): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.58134807 +0000 UTC m=+30.993595515 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f65080): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713582a0 item 61 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f656c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f656c0): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f656c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f656c0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f656c0): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f656c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f656c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f656c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.582565501 +0000 UTC m=+30.994812956 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f656c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f65c00): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f65c00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f65c00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471358620 item 62 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f65c00): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f65c00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.582983658 +0000 UTC m=+30.995231104 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470f65c00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb2400): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb2400): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb2400): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb2400): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb2400): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.582983658 +0000 UTC m=+30.995231104 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb2400): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713587e0 item 62 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb2a40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb2a40): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb2a40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb2a40): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb2a40): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb2a40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb2a40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb2a40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.584230474 +0000 UTC m=+30.996477919 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb2a40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb2f80): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb2f80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb2f80): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471358b60 item 63 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb2f80): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb2f80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.584694708 +0000 UTC m=+30.996942153 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb2f80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb3680): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb3680): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb3680): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb3680): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb3680): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.584694708 +0000 UTC m=+30.996942153 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb3680): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471358d20 item 63 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb3cc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb3cc0): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb3cc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb3cc0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb3cc0): >_readAt: n=0, err=Bad file descriptor 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb3cc0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb3cc0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb3cc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.586053304 +0000 UTC m=+30.998300749 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fb3cc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe2300): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe2300): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe2300): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713590a0 item 64 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe2300): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe2300): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.58643337 +0000 UTC m=+30.998680814 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe2300): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe2a00): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe2a00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe2a00): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe2a00): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe2a00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.58643337 +0000 UTC m=+30.998680814 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe2a00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471359260 item 64 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe3040): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe3040): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe3040): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe3040): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe3040): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.587891283 +0000 UTC m=+31.000138778 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe3040): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe34c0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe34c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe34c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe34c0): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe34c0): _writeAt: size=3, off=2 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713596c0 item 65 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe34c0): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe34c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.588368732 +0000 UTC m=+31.000616187 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe34c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe39c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe39c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe39c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe39c0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe39c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.588368732 +0000 UTC m=+31.000616187 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470fe39c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471359880 item 65 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c100): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c100): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c100): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c100): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c100): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.589600037 +0000 UTC m=+31.001847513 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c100): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c580): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c580): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471359d50 item 66 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c580): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c580): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c580): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c580): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c580): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.590151095 +0000 UTC m=+31.002398540 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101c580): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101cac0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101cac0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101cac0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101cac0): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101cac0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.590151095 +0000 UTC m=+31.002398540 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101cac0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470f76070 item 66 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d100): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d100): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d100): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d100): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d100): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.591482941 +0000 UTC m=+31.003730386 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d100): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d580): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d580): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d580): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d580): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d580): _writeAt: size=3, off=2 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470f763f0 item 67 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d580): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d580): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.592007447 +0000 UTC m=+31.004254893 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101d580): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101da80): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101da80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101da80): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101da80): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101da80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.592007447 +0000 UTC m=+31.004254893 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847101da80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470f76bd0 item 67 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105e200): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105e200): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105e200): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105e200): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105e200): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.593325327 +0000 UTC m=+31.005572772 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105e200): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105e700): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105e700): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470f77b20 item 68 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105e700): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105e700): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105e700): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105e700): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105e700): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.593876906 +0000 UTC m=+31.006124351 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105e700): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105ec40): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105ec40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105ec40): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105ec40): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105ec40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.593876906 +0000 UTC m=+31.006124351 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105ec40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713be000 item 68 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105f280): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105f280): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105f280): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105f280): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105f280): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.594904459 +0000 UTC m=+31.007151904 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105f280): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105f700): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105f700): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105f700): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105f700): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105f700): _writeAt: size=3, off=2 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713be3f0 item 69 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105f700): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105f700): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.595339738 +0000 UTC m=+31.007587184 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105f700): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105fc00): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105fc00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105fc00): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105fc00): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105fc00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.595339738 +0000 UTC m=+31.007587184 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847105fc00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713be5b0 item 69 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471090380): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471090380): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471090380): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471090380): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471090380): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.59647242 +0000 UTC m=+31.008719864 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471090380): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471090880): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471090880): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713bea10 item 70 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471090880): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471090880): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471090880): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471090880): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471090880): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.59693465 +0000 UTC m=+31.009182094 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471090880): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471090dc0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471090dc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471090dc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471090dc0): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471090dc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.59693465 +0000 UTC m=+31.009182094 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471090dc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713bec40 item 70 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471091440): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471091440): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471091440): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471091440): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471091440): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.597914293 +0000 UTC m=+31.010161738 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471091440): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471091940): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471091940): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471091940): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471091940): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471091940): _writeAt: size=3, off=2 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713befc0 item 71 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471091940): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471091940): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.598327199 +0000 UTC m=+31.010574645 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471091940): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471091e40): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471091e40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471091e40): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471091e40): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471091e40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.598327199 +0000 UTC m=+31.010574645 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471091e40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713bf180 item 71 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ac5c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ac5c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ac5c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ac5c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ac5c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.599455563 +0000 UTC m=+31.011703008 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184710ac5c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd8e40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd8e40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713bf500 item 72 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd8e40): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd8e40): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd8e40): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd8e40): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd8e40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.600131625 +0000 UTC m=+31.012379069 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd8e40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd93c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd93c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd93c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd93c0): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd93c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.600131625 +0000 UTC m=+31.012379069 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd93c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e1ee00 item 72 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd9980): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd9980): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd9980): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd9980): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd9980): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd9980): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd9980): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.601285877 +0000 UTC m=+31.013533321 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd9980): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd9e80): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd9e80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd9e80): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e1f1f0 item 73 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd9e80): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd9e80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.601695958 +0000 UTC m=+31.013943403 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470cd9e80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471116440): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471116440): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471116440): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471116440): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471116440): _writeAt: size=3, off=2 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e1f3b0 item 73 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471116440): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471116440): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.602343336 +0000 UTC m=+31.014590782 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471116440): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471116980): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471116980): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471116980): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471116980): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471116980): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.602343336 +0000 UTC m=+31.014590782 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471116980): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e1f6c0 item 73 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471116fc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471116fc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471116fc0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471116fc0): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471116fc0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471116fc0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471116fc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.603469455 +0000 UTC m=+31.015716901 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471116fc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711174c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711174c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711174c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e1fb20 item 74 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711174c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711174c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.603861613 +0000 UTC m=+31.016109058 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711174c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471117a00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471117a00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470e1fd50 item 74 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471117a00): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471117a00): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471117a00): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471117a00): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471117a00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.604362426 +0000 UTC m=+31.016609870 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471117a00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e080): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e080): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e080): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e080): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e080): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.604362426 +0000 UTC m=+31.016609870 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e080): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470b35030 item 74 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e6c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e6c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e6c0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e6c0): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e6c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e6c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e6c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.605423572 +0000 UTC m=+31.017671017 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113e6c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113ebc0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113ebc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113ebc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471386000 item 75 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113ebc0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113ebc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.605877878 +0000 UTC m=+31.018125322 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113ebc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f100): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f100): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f100): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f100): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f100): _writeAt: size=3, off=2 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471386540 item 75 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f100): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f100): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.606338194 +0000 UTC m=+31.018585639 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f100): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f640): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f640): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f640): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f640): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f640): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.606338194 +0000 UTC m=+31.018585639 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113f640): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471386700 item 75 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113fc80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113fc80): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113fc80): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113fc80): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113fc80): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113fc80): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113fc80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.607462308 +0000 UTC m=+31.019709754 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847113fc80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471166280): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471166280): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471166280): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471386a80 item 76 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471166280): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471166280): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.607907806 +0000 UTC m=+31.020155252 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471166280): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711667c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711667c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471386c40 item 76 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711667c0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711667c0): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711667c0): _writeAt: size=3, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711667c0): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711667c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.608399712 +0000 UTC m=+31.020647177 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711667c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471166d40): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471166d40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471166d40): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471166d40): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471166d40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.608399712 +0000 UTC m=+31.020647177 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471166d40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471386e00 item 76 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471167380): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471167380): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471167380): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471167380): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471167380): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471167380): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471167380): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.60967962 +0000 UTC m=+31.021927066 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471167380): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471167880): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471167880): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471167880): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471387180 item 77 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471167880): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471167880): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.610093911 +0000 UTC m=+31.022341356 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471167880): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471186080): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471186080): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471186080): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471186080): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471186080): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.610093911 +0000 UTC m=+31.022341356 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471186080): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471387340 item 77 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711866c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711866c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711866c0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711866c0): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711866c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711866c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711866c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.611297555 +0000 UTC m=+31.023545000 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711866c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471186bc0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471186bc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471186bc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713876c0 item 78 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471186bc0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471186bc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.611700584 +0000 UTC m=+31.023948029 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471186bc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711872c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711872c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711872c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711872c0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711872c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.611700584 +0000 UTC m=+31.023948029 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711872c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184713879d0 item 78 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471187900): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471187900): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471187900): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471187900): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471187900): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471187900): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471187900): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.612887668 +0000 UTC m=+31.025135112 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471187900): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471187e00): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471187e00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471187e00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471387d50 item 79 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471187e00): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471187e00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.613347242 +0000 UTC m=+31.025594687 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471187e00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ae600): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ae600): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ae600): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ae600): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ae600): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.613347242 +0000 UTC m=+31.025594687 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ae600): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184706a03f0 item 79 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aec40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aec40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aec40): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aec40): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aec40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aec40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aec40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.614543103 +0000 UTC m=+31.026790558 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711aec40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711af140): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711af140): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711af140): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184706a1340 item 80 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711af140): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711af140): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.614921925 +0000 UTC m=+31.027169411 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711af140): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711af840): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711af840): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711af840): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711af840): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711af840): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.614921925 +0000 UTC m=+31.027169411 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711af840): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184706a1570 item 80 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711afe80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711afe80): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711afe80): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711afe80): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711afe80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.616320377 +0000 UTC m=+31.028567822 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711afe80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120a400): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120a400): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120a400): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120a400): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120a400): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120a400): _writeAt: size=3, off=7 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a38540 item 81 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120a400): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120a400): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.616820177 +0000 UTC m=+31.029067622 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120a400): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120a940): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120a940): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120a940): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120a940): >_readAt: n=8, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120a940): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.616820177 +0000 UTC m=+31.029067622 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120a940): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a38ee0 item 81 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120afc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120afc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120afc0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120afc0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120afc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.617952858 +0000 UTC m=+31.030200323 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120afc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120b4c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120b4c0): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120b4c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a39420 item 82 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120b4c0): _readAt: size=2, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120b4c0): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120b4c0): _writeAt: size=3, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120b4c0): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120b4c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.618543881 +0000 UTC m=+31.030791326 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120b4c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120ba40): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120ba40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120ba40): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120ba40): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120ba40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.618543881 +0000 UTC m=+31.030791326 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847120ba40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a39650 item 82 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712461c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712461c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712461c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712461c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712461c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.619628822 +0000 UTC m=+31.031876267 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712461c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712466c0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712466c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712466c0): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712466c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712466c0): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712466c0): _writeAt: size=3, off=7 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a39e30 item 83 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712466c0): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712466c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.620045576 +0000 UTC m=+31.032293021 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712466c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471246c00): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471246c00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471246c00): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471246c00): >_readAt: n=8, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471246c00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.620045576 +0000 UTC m=+31.032293021 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471246c00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470b22850 item 83 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471247280): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471247280): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471247280): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471247280): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471247280): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.62116346 +0000 UTC m=+31.033410905 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471247280): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471247780): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471247780): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471247780): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714481c0 item 84 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471247780): _readAt: size=2, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471247780): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471247780): _writeAt: size=3, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471247780): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471247780): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.621682667 +0000 UTC m=+31.033930112 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471247780): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471247d00): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471247d00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471247d00): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471247d00): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471247d00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.621682667 +0000 UTC m=+31.033930112 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471247d00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714485b0 item 84 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471272480): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471272480): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471272480): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471272480): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471272480): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.622866174 +0000 UTC m=+31.035113619 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471272480): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471272980): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471272980): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471272980): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471272980): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471272980): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471272980): _writeAt: size=3, off=7 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471448af0 item 85 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471272980): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471272980): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.623509654 +0000 UTC m=+31.035757099 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471272980): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471272ec0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471272ec0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471272ec0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471272ec0): >_readAt: n=8, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471272ec0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.623509654 +0000 UTC m=+31.035757099 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471272ec0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471448cb0 item 85 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471273540): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471273540): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471273540): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471273540): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471273540): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.624805092 +0000 UTC m=+31.037052536 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471273540): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471273a40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471273a40): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471273a40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471449030 item 86 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471273a40): _readAt: size=2, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471273a40): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471273a40): _writeAt: size=3, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471273a40): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471273a40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.625366248 +0000 UTC m=+31.037613693 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471273a40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712920c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712920c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712920c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712920c0): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712920c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.625366248 +0000 UTC m=+31.037613693 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184712920c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471449260 item 86 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292740): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292740): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292740): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292740): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292740): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.626770781 +0000 UTC m=+31.039018226 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292740): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292c40): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292c40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292c40): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292c40): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292c40): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292c40): _writeAt: size=3, off=7 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471449650 item 87 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292c40): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292c40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.627284217 +0000 UTC m=+31.039531662 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292c40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471293180): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471293180): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471293180): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471293180): >_readAt: n=8, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471293180): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.627284217 +0000 UTC m=+31.039531662 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471293180): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471449810 item 87 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c703c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c703c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c703c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c703c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c703c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.629931779 +0000 UTC m=+31.042179263 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c703c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70940): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70940): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70940): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131c310 item 88 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70940): _readAt: size=2, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70940): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70940): _writeAt: size=3, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70940): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70940): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.630632267 +0000 UTC m=+31.042879712 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70940): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70ec0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70ec0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70ec0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70ec0): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70ec0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.630632267 +0000 UTC m=+31.042879712 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c70ec0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131c4d0 item 88 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71500): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71500): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71500): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71500): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71500): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71500): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71500): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71500): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.63203196 +0000 UTC m=+31.044279415 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71500): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71bc0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71bc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71bc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131c850 item 89 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71bc0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71bc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.632474153 +0000 UTC m=+31.044721608 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c71bc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292200): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292200): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292200): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292200): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292200): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292200): _writeAt: size=3, off=7 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131ca10 item 89 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292200): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292200): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.633003569 +0000 UTC m=+31.045251024 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292200): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292780): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292780): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292780): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292780): >_readAt: n=8, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292780): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.633003569 +0000 UTC m=+31.045251024 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292780): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131cbd0 item 89 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292dc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292dc0): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292dc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292dc0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292dc0): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292dc0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292dc0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292dc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.634585135 +0000 UTC m=+31.046832590 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471292dc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471293500): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471293500): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471293500): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131cf50 item 90 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471293500): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471293500): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.635067182 +0000 UTC m=+31.047314637 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471293500): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471293a40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471293a40): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471293a40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131d110 item 90 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471293a40): _readAt: size=2, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471293a40): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471293a40): _writeAt: size=3, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471293a40): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471293a40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.635632716 +0000 UTC m=+31.047880161 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471293a40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471308180): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471308180): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471308180): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471308180): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471308180): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.635632716 +0000 UTC m=+31.047880161 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471308180): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131d2d0 item 90 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713087c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713087c0): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713087c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713087c0): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713087c0): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713087c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713087c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713087c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.636930598 +0000 UTC m=+31.049178053 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713087c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471308d00): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471308d00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471308d00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131d650 item 91 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471308d00): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471308d00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.637369134 +0000 UTC m=+31.049616589 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471308d00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471309240): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471309240): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471309240): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471309240): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471309240): >_readAt: n=2, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471309240): _writeAt: size=3, off=7 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131d810 item 91 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471309240): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471309240): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.638030999 +0000 UTC m=+31.050278463 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471309240): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713097c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713097c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713097c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713097c0): >_readAt: n=8, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713097c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.638030999 +0000 UTC m=+31.050278463 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184713097c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131d9d0 item 91 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471309e00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471309e00): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471309e00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471309e00): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471309e00): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471309e00): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471309e00): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471309e00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.639307782 +0000 UTC m=+31.051555226 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471309e00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dc4c0): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dc4c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dc4c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x21847131de30 item 92 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dc4c0): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dc4c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.63970046 +0000 UTC m=+31.051947905 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dc4c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dca00): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dca00): open at offset 5 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dca00): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471448310 item 92 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dca00): _readAt: size=2, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dca00): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dca00): _writeAt: size=3, off=5 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dca00): >_writeAt: n=3, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dca00): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.640166106 +0000 UTC m=+31.052413551 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dca00): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dcfc0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dcfc0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dcfc0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dcfc0): >_readAt: n=3, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dcfc0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.640166106 +0000 UTC m=+31.052413551 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dcfc0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471448700 item 92 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dd600): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dd600): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dd600): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dd600): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dd600): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dd600): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dd600): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dd600): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.641221242 +0000 UTC m=+31.053468687 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711dd600): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ddb40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ddb40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ddb40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471448b60 item 93 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ddb40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ddb40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.641647794 +0000 UTC m=+31.053895239 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x2184711ddb40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e540): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e540): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e540): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e540): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e540): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.641647794 +0000 UTC m=+31.053895239 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6e540): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471448d20 item 93 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6ed80): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6ed80): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6ed80): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6ed80): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6ed80): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6ed80): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6ed80): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6ed80): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.642829538 +0000 UTC m=+31.055076984 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6ed80): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f700): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f700): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f700): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714490a0 item 94 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f700): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f700): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.643213921 +0000 UTC m=+31.055461366 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470c6f700): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e4c0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e4c0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e4c0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e4c0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e4c0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.643213921 +0000 UTC m=+31.055461366 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075e4c0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714492d0 item 94 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075eb40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075eb40): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075eb40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075eb40): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075eb40): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075eb40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075eb40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075eb40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.644756844 +0000 UTC m=+31.057004289 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075eb40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075f280): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075f280): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075f280): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2184714496c0 item 95 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075f280): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075f280): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.645240083 +0000 UTC m=+31.057487528 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x21847075f280): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2f040): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2f040): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2f040): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2f040): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2f040): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.645240083 +0000 UTC m=+31.057487528 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2f040): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471449960 item 95 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fc40): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fc40): open at offset 0 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fc40): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fc40): _readAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fc40): >_readAt: n=0, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fc40): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fc40): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fc40): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.64658788 +0000 UTC m=+31.058835325 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218470b2fc40): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360380): _writeAt: size=5, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360380): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360380): >openPending: err= 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218471449ce0 item 96 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360380): >_writeAt: n=5, err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360380): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.647099523 +0000 UTC m=+31.059346967 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360380): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/12 03:51:16 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:16 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/12 03:51:16 DEBUG : open-test-file: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360ac0): _readAt: size=512, off=0 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360ac0): openPending: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360ac0): >openPending: err= 2026/07/12 03:51:16 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360ac0): >_readAt: n=5, err=EOF 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360ac0): close: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-12 03:51:16.647099523 +0000 UTC m=+31.059346967 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : open-test-file(0x218471360ac0): >close: err= 2026/07/12 03:51:16 DEBUG : open-test-file: Remove: 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x218470a8a070 item 96 2026/07/12 03:51:16 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/12 03:51:16 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/12 03:51:16 DEBUG : open-test-file: >Remove: err= 2026/07/12 03:51:16 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:16 DEBUG : Looking for writers 2026/07/12 03:51:16 DEBUG : >WaitForWriters: 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.37s) --- PASS: TestRWFileHandleOpenTests/writes (0.19s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full (0.18s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:16 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:16 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:16 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:16 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:16 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:16 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:51:16 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:16 DEBUG : file1: newRWFileHandle: 2026/07/12 03:51:16 DEBUG : file1(0x2184709b2a80): openPending: 2026/07/12 03:51:16 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:16 DEBUG : file1(0x2184709b2a80): >openPending: err= 2026/07/12 03:51:16 DEBUG : file1: >newRWFileHandle: err= 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:16 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/12 03:51:16 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/12 03:51:16 DEBUG : file1(0x2184709b2a80): _writeAt: size=2, off=0 2026/07/12 03:51:16 DEBUG : file1(0x2184709b2a80): >_writeAt: n=2, err= 2026/07/12 03:51:16 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/07/12 03:51:16 DEBUG : file1(0x2184709b2a80): RWFileHandle.Flush 2026/07/12 03:51:16 DEBUG : file1(0x2184709b2a80): RWFileHandle.Release 2026/07/12 03:51:16 DEBUG : file1(0x2184709b2a80): close: 2026/07/12 03:51:16 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/07/12 03:51:16 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:16 DEBUG : file1(0x2184709b2a80): >close: err= 2026/07/12 03:51:16 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:16 DEBUG : Looking for writers 2026/07/12 03:51:16 DEBUG : file1: reading active writers 2026/07/12 03:51:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/12 03:51:16 DEBUG : Looking for writers 2026/07/12 03:51:16 DEBUG : file1: reading active writers 2026/07/12 03:51:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/12 03:51:16 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-jegabod4peta/dir/file1: no such file or directory 2026/07/12 03:51:16 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-jegabod4peta/dir/file1: no such file or directory 2026/07/12 03:51:16 DEBUG : Looking for writers 2026/07/12 03:51:16 DEBUG : file1: reading active writers 2026/07/12 03:51:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/12 03:51:16 DEBUG : Looking for writers 2026/07/12 03:51:16 DEBUG : file1: reading active writers 2026/07/12 03:51:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/12 03:51:16 DEBUG : file1: vfs cache: starting upload 2026/07/12 03:51:16 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1.a0a9169e.partial" 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1.a0a9169e.partial 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1.a0a9169e.partial" 2026/07/12 03:51:16 DEBUG : Looking for writers 2026/07/12 03:51:16 DEBUG : file1: reading active writers 2026/07/12 03:51:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-jegabod4peta/file1.a0a9169e.partial 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:16 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/12 03:51:16 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/07/12 03:51:16 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/07/12 03:51:16 INFO : file1: Copied (new) 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-jegabod4peta/file1 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:16 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/12 03:51:16 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/07/12 03:51:16 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/12 03:51:16 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/07/12 03:51:16 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:16 INFO : file1: vfs cache: upload succeeded try #1 2026/07/12 03:51:16 DEBUG : Looking for writers 2026/07/12 03:51:16 DEBUG : file1: reading active writers 2026/07/12 03:51:16 DEBUG : >WaitForWriters: 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:16 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:16 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-jegabod4peta/dir/file1: no such file or directory 2026/07/12 03:51:16 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-jegabod4peta/dir/file1: no such file or directory 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-jegabod4peta/file1 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:17 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-jegabod4peta/file1 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:17 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/07/12 03:51:17 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:17 DEBUG : Looking for writers 2026/07/12 03:51:17 DEBUG : file1: reading active writers 2026/07/12 03:51:17 DEBUG : >WaitForWriters: 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.52s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:17 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:17 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:17 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:51:17 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:17 DEBUG : rename_me: newRWFileHandle: 2026/07/12 03:51:17 DEBUG : rename_me(0x218470ca4980): openPending: 2026/07/12 03:51:17 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/12 03:51:17 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/07/12 03:51:17 DEBUG : rename_me(0x218470ca4980): >openPending: err= 2026/07/12 03:51:17 DEBUG : rename_me: >newRWFileHandle: err= 2026/07/12 03:51:17 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/07/12 03:51:17 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/07/12 03:51:17 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/07/12 03:51:17 DEBUG : rename_me(0x218470ca4980): _writeAt: size=5, off=0 2026/07/12 03:51:17 DEBUG : rename_me(0x218470ca4980): >_writeAt: n=5, err= 2026/07/12 03:51:17 DEBUG : rename_me(0x218470ca4980): close: 2026/07/12 03:51:17 DEBUG : rename_me: vfs cache: setting modification time to 2026-07-12 03:51:17.169899908 +0000 UTC m=+31.582147363 2026/07/12 03:51:17 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/07/12 03:51:17 DEBUG : rename_me(0x218470ca4980): >close: err= 2026/07/12 03:51:17 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/07/12 03:51:17 DEBUG : i_was_renamed: Updating file with 0x218471057040 2026/07/12 03:51:17 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/07/12 03:51:17 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/07/12 03:51:17 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:17 DEBUG : Looking for writers 2026/07/12 03:51:17 DEBUG : i_was_renamed: reading active writers 2026/07/12 03:51:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/12 03:51:17 DEBUG : Looking for writers 2026/07/12 03:51:17 DEBUG : i_was_renamed: reading active writers 2026/07/12 03:51:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/12 03:51:17 DEBUG : Looking for writers 2026/07/12 03:51:17 DEBUG : i_was_renamed: reading active writers 2026/07/12 03:51:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/12 03:51:17 DEBUG : Looking for writers 2026/07/12 03:51:17 DEBUG : i_was_renamed: reading active writers 2026/07/12 03:51:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/12 03:51:17 DEBUG : i_was_renamed: vfs cache: starting upload 2026/07/12 03:51:17 DEBUG : i_was_renamed.3342ee9d.partial: size = 5 OK 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/i_was_renamed.3342ee9d.partial" 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/i_was_renamed.3342ee9d.partial 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/i_was_renamed.3342ee9d.partial" 2026/07/12 03:51:17 DEBUG : Looking for writers 2026/07/12 03:51:17 DEBUG : i_was_renamed: reading active writers 2026/07/12 03:51:17 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-jegabod4peta/i_was_renamed.3342ee9d.partial 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:17 DEBUG : i_was_renamed.3342ee9d.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/12 03:51:17 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/12 03:51:17 DEBUG : i_was_renamed.3342ee9d.partial: renamed to: i_was_renamed 2026/07/12 03:51:17 INFO : i_was_renamed: Copied (new) 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/i_was_renamed" 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/i_was_renamed 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/i_was_renamed" 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-jegabod4peta/i_was_renamed 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:17 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/12 03:51:17 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-07-12 03:51:17 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/12 03:51:17 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/07/12 03:51:17 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/07/12 03:51:17 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/07/12 03:51:17 DEBUG : Looking for writers 2026/07/12 03:51:17 DEBUG : i_was_renamed: reading active writers 2026/07/12 03:51:17 DEBUG : >WaitForWriters: 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:17 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/12 03:51:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-jegabod4peta" 2026/07/12 03:51:17 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:17 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:17 DEBUG : forgetting directory cache 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:17 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/07/12 03:51:17 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:17 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/12 03:51:17 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/12 03:51:17 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/12 03:51:17 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/12 03:51:17 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/12 03:51:17 DEBUG : TestRWCacheUpdate(0x218470ca56c0): _readAt: size=512, off=0 2026/07/12 03:51:17 DEBUG : TestRWCacheUpdate(0x218470ca56c0): openPending: 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:17 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/07/12 03:51:17 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-12 02:52:17 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/07/12 03:51:17 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/12 03:51:17 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/12 03:51:17 DEBUG : TestRWCacheUpdate(0x218470ca56c0): >openPending: err= 2026/07/12 03:51:17 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/12 03:51:17 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/12 03:51:17 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:17 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:17 DEBUG : TestRWCacheUpdate(0x218470ca56c0): >_readAt: n=20, err=EOF 2026/07/12 03:51:17 DEBUG : TestRWCacheUpdate(0x218470ca56c0): close: 2026/07/12 03:51:17 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-12 02:52:17 +0000 UTC 2026/07/12 03:51:17 DEBUG : TestRWCacheUpdate(0x218470ca56c0): >close: err= 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:17 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:18 DEBUG : forgetting directory cache 2026/07/12 03:51:18 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate(0x2184712a90c0): _readAt: size=512, off=0 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate(0x2184712a90c0): openPending: 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-12 02:53:17 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-07-12 02:52:17 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-12 02:53:17 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-07-12 02:52:17 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/07/12 03:51:18 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/12 03:51:18 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate(0x2184712a90c0): >openPending: err= 2026/07/12 03:51:18 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate(0x2184712a90c0): >_readAt: n=20, err=EOF 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate(0x2184712a90c0): close: 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-12 02:53:17 +0000 UTC 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate(0x2184712a90c0): >close: err= 2026/07/12 03:51:18 DEBUG : Re-reading directory (100.182479ms old) 2026/07/12 03:51:18 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/07/12 03:51:18 DEBUG : forgetting directory cache 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate(0x2184712a9880): _readAt: size=512, off=0 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate(0x2184712a9880): openPending: 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:18 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-12 02:54:17 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-07-12 02:53:17 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-12 02:54:17 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-07-12 02:53:17 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/07/12 03:51:18 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/12 03:51:18 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate(0x2184712a9880): >openPending: err= 2026/07/12 03:51:18 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate(0x2184712a9880): >_readAt: n=20, err=EOF 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate(0x2184712a9880): close: 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-12 02:54:17 +0000 UTC 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate(0x2184712a9880): >close: err= 2026/07/12 03:51:18 DEBUG : Re-reading directory (100.638878ms old) 2026/07/12 03:51:18 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/12 03:51:18 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/07/12 03:51:19 DEBUG : forgetting directory cache 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate(0x218470ca5ec0): _readAt: size=512, off=0 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate(0x218470ca5ec0): openPending: 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-12 02:55:17 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-07-12 02:54:17 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-12 02:55:17 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-07-12 02:54:17 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/07/12 03:51:19 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/12 03:51:19 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate(0x218470ca5ec0): >openPending: err= 2026/07/12 03:51:19 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate(0x218470ca5ec0): >_readAt: n=20, err=EOF 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate(0x218470ca5ec0): close: 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-12 02:55:17 +0000 UTC 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate(0x218470ca5ec0): >close: err= 2026/07/12 03:51:19 DEBUG : Re-reading directory (101.328305ms old) 2026/07/12 03:51:19 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/07/12 03:51:19 DEBUG : forgetting directory cache 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate(0x218470e548c0): _readAt: size=512, off=0 2026/07/12 03:51:19 DEBUG : TestRWCacheUpdate(0x218470e548c0): openPending: 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:19 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-12 02:56:17 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-07-12 02:55:17 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-12 02:56:17 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-07-12 02:55:17 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/07/12 03:51:20 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/12 03:51:20 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate(0x218470e548c0): >openPending: err= 2026/07/12 03:51:20 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate(0x218470e548c0): >_readAt: n=20, err=EOF 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate(0x218470e548c0): close: 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-12 02:56:17 +0000 UTC 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate(0x218470e548c0): >close: err= 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:20 DEBUG : forgetting directory cache 2026/07/12 03:51:20 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate(0x218470cd8ac0): _readAt: size=512, off=0 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate(0x218470cd8ac0): openPending: 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-12 02:57:17 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-07-12 02:56:17 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-12 02:57:17 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-07-12 02:56:17 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/07/12 03:51:20 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/12 03:51:20 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate(0x218470cd8ac0): >openPending: err= 2026/07/12 03:51:20 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate(0x218470cd8ac0): >_readAt: n=20, err=EOF 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate(0x218470cd8ac0): close: 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-12 02:57:17 +0000 UTC 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate(0x218470cd8ac0): >close: err= 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:20 DEBUG : forgetting directory cache 2026/07/12 03:51:20 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate(0x218470cd9a80): _readAt: size=512, off=0 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate(0x218470cd9a80): openPending: 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:20 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-07-12 02:58:17 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-07-12 02:57:17 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/07/12 03:51:20 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-07-12 02:58:17 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-07-12 02:57:17 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/07/12 03:51:21 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/07/12 03:51:21 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate(0x218470cd9a80): >openPending: err= 2026/07/12 03:51:21 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate(0x218470cd9a80): >_readAt: n=21, err=EOF 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate(0x218470cd9a80): close: 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-12 02:58:17 +0000 UTC 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate(0x218470cd9a80): >close: err= 2026/07/12 03:51:21 DEBUG : Re-reading directory (100.578053ms old) 2026/07/12 03:51:21 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:21 DEBUG : forgetting directory cache 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate(0x218470d0f840): _readAt: size=512, off=0 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate(0x218470d0f840): openPending: 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-07-12 02:59:17 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-07-12 02:58:17 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-07-12 02:59:17 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-07-12 02:58:17 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/07/12 03:51:21 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/07/12 03:51:21 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate(0x218470d0f840): >openPending: err= 2026/07/12 03:51:21 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate(0x218470d0f840): >_readAt: n=22, err=EOF 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate(0x218470d0f840): close: 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-12 02:59:17 +0000 UTC 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate(0x218470d0f840): >close: err= 2026/07/12 03:51:21 DEBUG : Re-reading directory (102.083203ms old) 2026/07/12 03:51:21 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/07/12 03:51:21 DEBUG : forgetting directory cache 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate(0x218470af5440): _readAt: size=512, off=0 2026/07/12 03:51:21 DEBUG : TestRWCacheUpdate(0x218470af5440): openPending: 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:21 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-07-12 03:00:17 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-07-12 02:59:17 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-07-12 03:00:17 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-07-12 02:59:17 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/07/12 03:51:22 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/07/12 03:51:22 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate(0x218470af5440): >openPending: err= 2026/07/12 03:51:22 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate(0x218470af5440): >_readAt: n=23, err=EOF 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate(0x218470af5440): close: 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-12 03:00:17 +0000 UTC 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate(0x218470af5440): >close: err= 2026/07/12 03:51:22 DEBUG : Re-reading directory (105.057722ms old) 2026/07/12 03:51:22 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:22 DEBUG : forgetting directory cache 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate(0x218471308140): _readAt: size=512, off=0 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate(0x218471308140): openPending: 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/TestRWCacheUpdate" 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-jegabod4peta/TestRWCacheUpdate 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-07-12 03:01:17 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-07-12 03:00:17 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-07-12 03:01:17 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-07-12 03:00:17 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/07/12 03:51:22 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/07/12 03:51:22 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate(0x218471308140): >openPending: err= 2026/07/12 03:51:22 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate(0x218471308140): >_readAt: n=24, err=EOF 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate(0x218471308140): close: 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-12 03:01:17 +0000 UTC 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate(0x218471308140): >close: err= 2026/07/12 03:51:22 DEBUG : Re-reading directory (100.579365ms old) 2026/07/12 03:51:22 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/12 03:51:22 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:22 DEBUG : Looking for writers 2026/07/12 03:51:22 DEBUG : TestRWCacheUpdate: reading active writers 2026/07/12 03:51:22 DEBUG : >WaitForWriters: 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.04s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/FiLeA" 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/FiLeA 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/FiLeA" 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-jegabod4peta/FiLeA 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:22 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/FiLeA" 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/FiLeA 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/FiLeA" 2026/07/12 03:51:22 DEBUG : forgetting directory cache 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-jegabod4peta/FiLeA 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:22 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/FiLeB" 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/FiLeB 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/FiLeB" 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-jegabod4peta/FiLeB 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:22 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/FiLeB" 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/FiLeB 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/FiLeB" 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-jegabod4peta/FiLeB 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:22 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/12 03:51:22 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:22 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:22 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:22 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/12 03:51:22 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/12 03:51:22 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/12 03:51:22 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:22 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/FiLeA" 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/FiLeA 2026/07/12 03:51:22 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/FiLeA" 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-jegabod4peta/FiLeA 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:23 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/12 03:51:23 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:23 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/12 03:51:23 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/12 03:51:23 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/12 03:51:23 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:23 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/FiLeA" 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/FiLeA 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/FiLeA" 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-jegabod4peta/FiLeA 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:23 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/12 03:51:23 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:23 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/12 03:51:23 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/12 03:51:23 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/12 03:51:23 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:23 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:23 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:23 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/12 03:51:23 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/12 03:51:23 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/12 03:51:23 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:23 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/FiLeB" 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/FiLeB 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/FiLeB" 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-jegabod4peta/FiLeB 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:23 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/12 03:51:23 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:23 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/12 03:51:23 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/12 03:51:23 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/12 03:51:23 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:23 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/FilEb" 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/FilEb 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/FilEb" 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-jegabod4peta/FilEb 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:23 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/FiLeA" 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/FiLeA 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/FiLeA" 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-jegabod4peta/FiLeA 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:23 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/FiLeA" 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/FiLeA 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/FiLeA" 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-jegabod4peta/FiLeA 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:23 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/FiLeB" 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/FiLeB 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/FiLeB" 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-jegabod4peta/FiLeB 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:23 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/FiLeB" 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/FiLeB 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/FiLeB" 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-jegabod4peta/FiLeB 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:23 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/FilEb" 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/FilEb 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/FilEb" 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-jegabod4peta/FilEb 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:23 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/FilEb" 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/FilEb 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/FilEb" 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-jegabod4peta/FilEb 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:23 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/07/12 03:51:23 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:23 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/12 03:51:23 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/12 03:51:23 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/12 03:51:23 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:23 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:23 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:23 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/12 03:51:23 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/12 03:51:23 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/07/12 03:51:23 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:23 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:23 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:23 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/12 03:51:23 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/12 03:51:23 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/07/12 03:51:23 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:23 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:23 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:23 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/12 03:51:23 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/12 03:51:23 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/07/12 03:51:23 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:23 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:23 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:23 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/12 03:51:23 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/12 03:51:23 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/12 03:51:23 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:23 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/FiLeB" 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/FiLeB 2026/07/12 03:51:23 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/FiLeB" 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-jegabod4peta/FiLeB 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:24 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/12 03:51:24 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:24 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/12 03:51:24 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/12 03:51:24 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/12 03:51:24 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:24 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/FilEb" 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/FilEb 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/FilEb" 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-jegabod4peta/FilEb 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:24 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/12 03:51:24 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:24 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/07/12 03:51:24 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/07/12 03:51:24 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:24 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/07/12 03:51:24 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/07/12 03:51:24 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:24 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/12 03:51:24 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/12 03:51:24 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/12 03:51:24 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:24 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:24 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:24 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:24 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:24 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:24 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:24 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:24 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:24 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/12 03:51:24 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/12 03:51:24 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/12 03:51:24 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:24 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:24 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:24 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/12 03:51:24 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/12 03:51:24 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/12 03:51:24 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:24 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:24 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:24 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:24 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:24 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:24 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:24 DEBUG : Looking for writers 2026/07/12 03:51:24 DEBUG : FiLeA: reading active writers 2026/07/12 03:51:24 DEBUG : FiLeB: reading active writers 2026/07/12 03:51:24 DEBUG : FilEb: reading active writers 2026/07/12 03:51:24 DEBUG : >WaitForWriters: 2026/07/12 03:51:24 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:24 DEBUG : Looking for writers 2026/07/12 03:51:24 DEBUG : FiLeA: reading active writers 2026/07/12 03:51:24 DEBUG : FiLeB: reading active writers 2026/07/12 03:51:24 DEBUG : FilEb: reading active writers 2026/07/12 03:51:24 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.61s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/normal name with no special characters.txt" 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/normal\ name\ with\ no\ special\ characters.txt 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/normal\ name\ with\ no\ special\ characters.txt" 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-jegabod4peta/normal name with no special characters.txt 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:24 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/normal name with no special characters.txt" 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/normal\ name\ with\ no\ special\ characters.txt 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/normal\ name\ with\ no\ special\ characters.txt" 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-jegabod4peta/normal name with no special characters.txt 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:24 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/測試_Русский___ě_áñ" 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/測試_Русский___ě_áñ 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/測試_Русский___ě_áñ" 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-jegabod4peta/測試_Русский___ě_áñ 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:24 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/測試_Русский___ě_áñ" 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/測試_Русский___ě_áñ 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/測試_Русский___ě_áñ" 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-jegabod4peta/測試_Русский___ě_áñ 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:24 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/12 03:51:24 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:24 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:24 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/07/12 03:51:24 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/07/12 03:51:24 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/07/12 03:51:24 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:24 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/normal name with no special characters.txt" 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/normal\ name\ with\ no\ special\ characters.txt 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/normal\ name\ with\ no\ special\ characters.txt" 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-jegabod4peta/normal name with no special characters.txt 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:24 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/12 03:51:24 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:24 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/07/12 03:51:24 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/07/12 03:51:24 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/07/12 03:51:24 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:24 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/測試_Русский___ě_áñ" 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/測試_Русский___ě_áñ 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/測試_Русский___ě_áñ" 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-jegabod4peta/測試_Русский___ě_áñ 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:24 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/12 03:51:24 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:24 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/07/12 03:51:24 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/07/12 03:51:24 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/07/12 03:51:24 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:24 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:24 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:24 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:24 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:24 DEBUG : Looking for writers 2026/07/12 03:51:24 DEBUG : normal name with no special characters.txt: reading active writers 2026/07/12 03:51:24 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/07/12 03:51:24 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.60s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:24 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Reusing VFS from active cache 2026/07/12 03:51:24 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:24 DEBUG : Looking for writers 2026/07/12 03:51:24 DEBUG : >WaitForWriters: 2026/07/12 03:51:24 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:24 DEBUG : Looking for writers 2026/07/12 03:51:24 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:24 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:24 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:24 DEBUG : Looking for writers 2026/07/12 03:51:24 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:24 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:24 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:24 DEBUG : Looking for writers 2026/07/12 03:51:24 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:24 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/file1 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:24 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/file1 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:24 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file2" 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file2 2026/07/12 03:51:24 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file2" 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-jegabod4peta/dir/file2 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:25 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file2" 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file2 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file2" 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-jegabod4peta/dir/file2 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:25 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/12 03:51:25 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:25 DEBUG : dir: Looking for writers 2026/07/12 03:51:25 DEBUG : file2: reading active writers 2026/07/12 03:51:25 DEBUG : Looking for writers 2026/07/12 03:51:25 DEBUG : dir: reading active writers 2026/07/12 03:51:25 DEBUG : file1: reading active writers 2026/07/12 03:51:25 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.41s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:25 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/file1 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:25 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/file1 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:25 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file2" 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file2 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file2" 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-jegabod4peta/dir/file2 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:25 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file2" 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file2 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file2" 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-jegabod4peta/dir/file2 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:25 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/12 03:51:25 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:25 DEBUG : dir: Looking for writers 2026/07/12 03:51:25 DEBUG : Looking for writers 2026/07/12 03:51:25 DEBUG : file1: reading active writers 2026/07/12 03:51:25 DEBUG : dir: reading active writers 2026/07/12 03:51:25 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.40s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:25 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-jegabod4peta/file1 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:25 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-jegabod4peta/file1 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:25 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file2" 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file2 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file2" 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-jegabod4peta/dir/file2 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:25 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file2" 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file2 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file2" 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-jegabod4peta/dir/file2 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:25 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/12 03:51:25 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:25 DEBUG : file1: Open: flags=O_RDONLY 2026/07/12 03:51:25 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/12 03:51:25 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/12 03:51:25 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:25 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/07/12 03:51:25 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/12 03:51:25 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:25 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:25 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:25 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/12 03:51:25 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/07/12 03:51:25 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/07/12 03:51:25 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: File to upload is small (0 bytes), uploading instead of streaming 2026/07/12 03:51:25 DEBUG : dir/new_file.txt: size = 0 OK 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/new_file.txt" 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/new_file.txt 2026/07/12 03:51:25 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/new_file.txt" 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-jegabod4peta/dir/new_file.txt 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:26 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/12 03:51:26 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/12 03:51:26 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/07/12 03:51:26 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/12 03:51:26 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:26 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/07/12 03:51:26 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:26 DEBUG : dir: Looking for writers 2026/07/12 03:51:26 DEBUG : file2: reading active writers 2026/07/12 03:51:26 DEBUG : new_file.txt: reading active writers 2026/07/12 03:51:26 DEBUG : Looking for writers 2026/07/12 03:51:26 DEBUG : dir: reading active writers 2026/07/12 03:51:26 DEBUG : file1: reading active writers 2026/07/12 03:51:26 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.51s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:26 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file2" 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file2 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file2" 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-jegabod4peta/dir/file2 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:26 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file2" 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file2 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file2" 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-jegabod4peta/dir/file2 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:26 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/12 03:51:26 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/07/12 03:51:26 DEBUG : dir/file1: Updating file with dir/file1 0x218470cc01a0 2026/07/12 03:51:26 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/07/12 03:51:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:26 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/dir/file1" 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-jegabod4peta/dir/file1 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:26 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/12 03:51:26 INFO : dir/file1: Moved (server-side) to: file0 2026/07/12 03:51:26 DEBUG : file0: Updating file with file0 0x218470cc01a0 2026/07/12 03:51:26 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/12 03:51:26 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file0" 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file0 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file0" 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-jegabod4peta/file0 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:26 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file0" 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/file0 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/file0" 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-jegabod4peta/file0 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:26 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/12 03:51:26 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:26 DEBUG : dir: Looking for writers 2026/07/12 03:51:26 DEBUG : Looking for writers 2026/07/12 03:51:26 DEBUG : dir: reading active writers 2026/07/12 03:51:26 DEBUG : file0: reading active writers 2026/07/12 03:51:26 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.59s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:26 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Server has VFS statistics extension 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: About path "/rclone-test-jegabod4peta" 2026/07/12 03:51:26 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:26 DEBUG : Looking for writers 2026/07/12 03:51:26 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.00s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:26 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:26 DEBUG : Added virtual directory entry vAddDir: "/" 2026/07/12 03:51:26 DEBUG : Added virtual directory entry vAddDir: "a" 2026/07/12 03:51:26 DEBUG : Added virtual directory entry vAddDir: "b" 2026/07/12 03:51:26 DEBUG : Added virtual directory entry vAddDir: "c" 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/12 03:51:26 DEBUG : Added virtual directory entry vAddDir: "d" 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/12 03:51:26 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:26 DEBUG : Looking for writers 2026/07/12 03:51:26 DEBUG : a: Looking for writers 2026/07/12 03:51:26 DEBUG : b: Looking for writers 2026/07/12 03:51:26 DEBUG : c: Looking for writers 2026/07/12 03:51:26 DEBUG : d: Looking for writers 2026/07/12 03:51:26 DEBUG : Looking for writers 2026/07/12 03:51:26 DEBUG : a: reading active writers 2026/07/12 03:51:26 DEBUG : b: reading active writers 2026/07/12 03:51:26 DEBUG : c: reading active writers 2026/07/12 03:51:26 DEBUG : d: reading active writers 2026/07/12 03:51:26 DEBUG : /: reading active writers 2026/07/12 03:51:26 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.22s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:26 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:26 DEBUG : Added virtual directory entry vAddDir: "a" 2026/07/12 03:51:26 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/07/12 03:51:26 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/07/12 03:51:26 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/07/12 03:51:26 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:26 DEBUG : a/b/c/d: Looking for writers 2026/07/12 03:51:26 DEBUG : a/b/c: Looking for writers 2026/07/12 03:51:26 DEBUG : d: reading active writers 2026/07/12 03:51:26 DEBUG : a/b: Looking for writers 2026/07/12 03:51:26 DEBUG : c: reading active writers 2026/07/12 03:51:26 DEBUG : a: Looking for writers 2026/07/12 03:51:26 DEBUG : b: reading active writers 2026/07/12 03:51:26 DEBUG : Looking for writers 2026/07/12 03:51:26 DEBUG : a: reading active writers 2026/07/12 03:51:26 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.04s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:26 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:26 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:26 DEBUG : Looking for writers 2026/07/12 03:51:26 DEBUG : >WaitForWriters: --- PASS: TestVFSIsMetadataFile (0.00s) === RUN TestWriteFileHandleReadonly write_test.go:38: Skipping test on non local remote --- SKIP: TestWriteFileHandleReadonly (0.00s) === RUN TestWriteFileHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:26 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:26 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:26 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:26 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/12 03:51:26 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/12 03:51:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:26 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/07/12 03:51:26 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/07/12 03:51:26 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: File to upload is small (5 bytes), uploading instead of streaming 2026/07/12 03:51:26 DEBUG : file1: size = 5 OK 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:26 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-jegabod4peta/file1 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:27 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/12 03:51:27 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/12 03:51:27 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/12 03:51:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-jegabod4peta/file1 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:27 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-jegabod4peta/file1 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:27 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/12 03:51:27 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:27 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:27 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/12 03:51:27 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/12 03:51:27 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:27 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:27 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/12 03:51:27 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/12 03:51:27 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/07/12 03:51:27 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/12 03:51:27 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/12 03:51:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:27 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/12 03:51:27 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/12 03:51:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: File to upload is small (0 bytes), uploading instead of streaming 2026/07/12 03:51:27 DEBUG : file1: size = 0 OK 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-jegabod4peta/file1 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:27 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/12 03:51:27 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/12 03:51:27 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/12 03:51:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:27 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/12 03:51:27 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/12 03:51:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:27 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/12 03:51:27 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/12 03:51:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: File to upload is small (7 bytes), uploading instead of streaming 2026/07/12 03:51:27 DEBUG : file1: size = 7 OK 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-jegabod4peta/file1 2026/07/12 03:51:27 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:27 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/07/12 03:51:27 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/07/12 03:51:27 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/12 03:51:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:27 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:27 DEBUG : Looking for writers 2026/07/12 03:51:27 DEBUG : file1: reading active writers 2026/07/12 03:51:27 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.50s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:27 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:27 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:27 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:27 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/12 03:51:27 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/12 03:51:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:27 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/07/12 03:51:28 DEBUG : file1: aborting in-sequence write wait, off=100 2026/07/12 03:51:28 DEBUG : file1: failed to wait for in-sequence write to 100 2026/07/12 03:51:28 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: File to upload is small (11 bytes), uploading instead of streaming 2026/07/12 03:51:28 DEBUG : file1: size = 11 OK 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-jegabod4peta/file1 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:28 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/12 03:51:28 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/12 03:51:28 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/12 03:51:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:28 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-jegabod4peta/file1 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:28 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-jegabod4peta/file1 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:28 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/12 03:51:28 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:28 DEBUG : Looking for writers 2026/07/12 03:51:28 DEBUG : file1: reading active writers 2026/07/12 03:51:28 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.30s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:28 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:28 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:28 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:28 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/12 03:51:28 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/12 03:51:28 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/07/12 03:51:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: File to upload is small (5 bytes), uploading instead of streaming 2026/07/12 03:51:28 DEBUG : file1: size = 5 OK 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-jegabod4peta/file1 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:28 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/12 03:51:28 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/12 03:51:28 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/12 03:51:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:28 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/07/12 03:51:28 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:28 DEBUG : Looking for writers 2026/07/12 03:51:28 DEBUG : file1: reading active writers 2026/07/12 03:51:28 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.10s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:28 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:28 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:28 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:28 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/12 03:51:28 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/12 03:51:28 DEBUG : file1: WriteFileHandle.Release closing 2026/07/12 03:51:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: File to upload is small (0 bytes), uploading instead of streaming 2026/07/12 03:51:28 DEBUG : file1: size = 0 OK 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-jegabod4peta/file1 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:28 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/12 03:51:28 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/12 03:51:28 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/12 03:51:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:28 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/07/12 03:51:28 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:28 DEBUG : Looking for writers 2026/07/12 03:51:28 DEBUG : file1: reading active writers 2026/07/12 03:51:28 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.10s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:28 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:28 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:28 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:28 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/12 03:51:28 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/12 03:51:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: File to upload is small (2 bytes), uploading instead of streaming 2026/07/12 03:51:28 DEBUG : file1: size = 2 OK 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:28 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-jegabod4peta/file1 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:29 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/12 03:51:29 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/07/12 03:51:29 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/12 03:51:29 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/07/12 03:51:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:29 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:29 DEBUG : Looking for writers 2026/07/12 03:51:29 DEBUG : file1: reading active writers 2026/07/12 03:51:29 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.11s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:29 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:29 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:29 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:29 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/12 03:51:29 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/12 03:51:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: File to upload is small (0 bytes), uploading instead of streaming 2026/07/12 03:51:29 DEBUG : file1: size = 0 OK 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-jegabod4peta/file1 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:29 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/12 03:51:29 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/12 03:51:29 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/12 03:51:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:29 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:29 DEBUG : file1: Open: flags=O_RDONLY 2026/07/12 03:51:29 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/12 03:51:29 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/12 03:51:29 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:29 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:29 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:29 DEBUG : Looking for writers 2026/07/12 03:51:29 DEBUG : file1: reading active writers 2026/07/12 03:51:29 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.10s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:29 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:29 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/12 03:51:29 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/12 03:51:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:29 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/12 03:51:29 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/12 03:51:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: File to upload is small (100 bytes), uploading instead of streaming 2026/07/12 03:51:29 DEBUG : file1: size = 100 OK 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/file1" 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/file1 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/file1" 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: acc25ace41c5b04eb57d366bc0d519e0 /rclone-test-jegabod4peta/file1 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:29 DEBUG : file1: Parsed hash: acc25ace41c5b04eb57d366bc0d519e0 2026/07/12 03:51:29 DEBUG : file1: md5 = acc25ace41c5b04eb57d366bc0d519e0 OK 2026/07/12 03:51:29 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/12 03:51:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/12 03:51:29 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/12 03:51:29 DEBUG : file1: Open: flags=O_RDONLY 2026/07/12 03:51:29 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/12 03:51:29 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/12 03:51:29 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:29 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:29 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:29 DEBUG : Looking for writers 2026/07/12 03:51:29 DEBUG : file1: reading active writers 2026/07/12 03:51:29 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.10s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:29 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/flat/f000.txt" 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/flat/f000.txt 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/flat/f000.txt" 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-jegabod4peta/flat/f000.txt 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:29 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/flat/f000.txt" 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/flat/f000.txt 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/flat/f000.txt" 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-jegabod4peta/flat/f000.txt 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:29 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/flat/f001.txt" 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/flat/f001.txt 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/flat/f001.txt" 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-jegabod4peta/flat/f001.txt 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:29 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/flat/f001.txt" 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/flat/f001.txt 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/flat/f001.txt" 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-jegabod4peta/flat/f001.txt 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:29 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/flat/f002.txt" 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/flat/f002.txt 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/flat/f002.txt" 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-jegabod4peta/flat/f002.txt 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:29 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/flat/f002.txt" 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/flat/f002.txt 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/flat/f002.txt" 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-jegabod4peta/flat/f002.txt 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:29 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/flat/f003.txt" 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/flat/f003.txt 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/flat/f003.txt" 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-jegabod4peta/flat/f003.txt 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:29 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/flat/f003.txt" 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/flat/f003.txt 2026/07/12 03:51:29 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/flat/f003.txt" 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-jegabod4peta/flat/f003.txt 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:30 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/flat/f004.txt" 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/flat/f004.txt 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/flat/f004.txt" 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-jegabod4peta/flat/f004.txt 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:30 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/flat/f004.txt" 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: sha1sum /rclone-test-jegabod4peta/flat/f004.txt 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-jegabod4peta/flat/f004.txt" 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-jegabod4peta/flat/f004.txt 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:30 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/07/12 03:51:30 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/07/12 03:51:30 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/07/12 03:51:30 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:30 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/flat/f000.txt" 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/flat/f000.txt 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/flat/f000.txt" 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-jegabod4peta/flat/f000.txt 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:30 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/07/12 03:51:30 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/07/12 03:51:30 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/07/12 03:51:30 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:30 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/flat/f001.txt" 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/flat/f001.txt 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/flat/f001.txt" 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-jegabod4peta/flat/f001.txt 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:30 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/07/12 03:51:30 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/07/12 03:51:30 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/07/12 03:51:30 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:30 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/flat/f002.txt" 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/flat/f002.txt 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/flat/f002.txt" 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-jegabod4peta/flat/f002.txt 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:30 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/07/12 03:51:30 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/07/12 03:51:30 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/07/12 03:51:30 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:30 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/flat/f003.txt" 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/flat/f003.txt 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/flat/f003.txt" 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-jegabod4peta/flat/f003.txt 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:30 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/07/12 03:51:30 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/07/12 03:51:30 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/07/12 03:51:30 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:30 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/flat/f004.txt" 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/flat/f004.txt 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/flat/f004.txt" 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-jegabod4peta/flat/f004.txt 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:30 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/07/12 03:51:30 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:30 DEBUG : flat: Looking for writers 2026/07/12 03:51:30 DEBUG : f000.txt: reading active writers 2026/07/12 03:51:30 DEBUG : f001.txt: reading active writers 2026/07/12 03:51:30 DEBUG : f002.txt: reading active writers 2026/07/12 03:51:30 DEBUG : f003.txt: reading active writers 2026/07/12 03:51:30 DEBUG : f004.txt: reading active writers 2026/07/12 03:51:30 DEBUG : Looking for writers 2026/07/12 03:51:30 DEBUG : flat: reading active writers 2026/07/12 03:51:30 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.51s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:30 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:30 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/07/12 03:51:30 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/07/12 03:51:30 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:30 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/a/b/c/deep.txt" 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/a/b/c/deep.txt 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/a/b/c/deep.txt" 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-jegabod4peta/a/b/c/deep.txt 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:30 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/07/12 03:51:30 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/07/12 03:51:30 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/07/12 03:51:30 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:30 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/a/b/mid.txt" 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/a/b/mid.txt 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/a/b/mid.txt" 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-jegabod4peta/a/b/mid.txt 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:30 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/07/12 03:51:30 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/07/12 03:51:30 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/07/12 03:51:30 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:30 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/a/top.txt" 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/a/top.txt 2026/07/12 03:51:30 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/a/top.txt" 2026/07/12 03:51:31 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:31 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-jegabod4peta/a/top.txt 2026/07/12 03:51:31 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:31 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/07/12 03:51:31 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:31 DEBUG : a/b/c: Looking for writers 2026/07/12 03:51:31 DEBUG : deep.txt: reading active writers 2026/07/12 03:51:31 DEBUG : a/b: Looking for writers 2026/07/12 03:51:31 DEBUG : c: reading active writers 2026/07/12 03:51:31 DEBUG : mid.txt: reading active writers 2026/07/12 03:51:31 DEBUG : a: Looking for writers 2026/07/12 03:51:31 DEBUG : b: reading active writers 2026/07/12 03:51:31 DEBUG : top.txt: reading active writers 2026/07/12 03:51:31 DEBUG : Looking for writers 2026/07/12 03:51:31 DEBUG : a: reading active writers 2026/07/12 03:51:31 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.33s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:31 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:31 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/07/12 03:51:31 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/07/12 03:51:31 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:31 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:31 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:31 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:31 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:31 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:31 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:31 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:31 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:31 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:31 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:31 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:31 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:31 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:31 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/bigdir/big.bin" 2026/07/12 03:51:31 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:31 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/bigdir/big.bin 2026/07/12 03:51:31 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/bigdir/big.bin" 2026/07/12 03:51:31 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:31 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 30d9ce1d6033d0d26234facef8d9313c /rclone-test-jegabod4peta/bigdir/big.bin 2026/07/12 03:51:31 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:31 DEBUG : bigdir/big.bin: Parsed hash: 30d9ce1d6033d0d26234facef8d9313c 2026/07/12 03:51:31 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:31 DEBUG : bigdir: Looking for writers 2026/07/12 03:51:31 DEBUG : big.bin: reading active writers 2026/07/12 03:51:31 DEBUG : Looking for writers 2026/07/12 03:51:31 DEBUG : bigdir: reading active writers 2026/07/12 03:51:31 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.72s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-jegabod4peta", Local "Local file system at /tmp/rclone1339368545", Modify Window "1s" 2026/07/12 03:51:31 INFO : sftp://rclone@:22/rclone-test-jegabod4peta: poll-interval is not supported by this remote 2026/07/12 03:51:31 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/07/12 03:51:31 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/07/12 03:51:31 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:31 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:31 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir1/a.txt" 2026/07/12 03:51:31 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:31 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir1/a.txt 2026/07/12 03:51:31 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir1/a.txt" 2026/07/12 03:51:31 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:31 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-jegabod4peta/dir1/a.txt 2026/07/12 03:51:31 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:31 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/07/12 03:51:31 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/07/12 03:51:31 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/07/12 03:51:31 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:31 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:31 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir2/b.txt" 2026/07/12 03:51:31 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:31 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir2/b.txt 2026/07/12 03:51:31 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir2/b.txt" 2026/07/12 03:51:32 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:32 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: 415290769594460e2e485922904f345d /rclone-test-jegabod4peta/dir2/b.txt 2026/07/12 03:51:32 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:32 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/07/12 03:51:32 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/07/12 03:51:32 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/07/12 03:51:32 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/12 03:51:32 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/12 03:51:32 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Shell path "/rclone-test-jegabod4peta/dir3/c.txt" 2026/07/12 03:51:32 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: creating additional session 2026/07/12 03:51:32 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Running remote command: md5sum /rclone-test-jegabod4peta/dir3/c.txt 2026/07/12 03:51:32 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-jegabod4peta/dir3/c.txt" 2026/07/12 03:51:32 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: command exited OK 2026/07/12 03:51:32 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-jegabod4peta/dir3/c.txt 2026/07/12 03:51:32 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: ssh external: close 2026/07/12 03:51:32 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/07/12 03:51:32 DEBUG : WaitForWriters: timeout=30s 2026/07/12 03:51:32 DEBUG : dir2: Looking for writers 2026/07/12 03:51:32 DEBUG : b.txt: reading active writers 2026/07/12 03:51:32 DEBUG : dir3: Looking for writers 2026/07/12 03:51:32 DEBUG : c.txt: reading active writers 2026/07/12 03:51:32 DEBUG : dir1: Looking for writers 2026/07/12 03:51:32 DEBUG : a.txt: reading active writers 2026/07/12 03:51:32 DEBUG : Looking for writers 2026/07/12 03:51:32 DEBUG : dir1: reading active writers 2026/07/12 03:51:32 DEBUG : dir2: reading active writers 2026/07/12 03:51:32 DEBUG : dir3: reading active writers 2026/07/12 03:51:32 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.32s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/07/12 03:51:32 DEBUG : sftp://rclone@:22/rclone-test-jegabod4peta: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 46.537624692s (try 1/5)