"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/06/29 02:45:20 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-soxovip5bezi" 2026/06/29 02:45:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/06/29 02:45:20 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/06/29 02:45:20 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/06/29 02:45:20 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/06/29 02:45:20 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/06/29 02:45:20 NOTICE: TestSFTPRcloneSSH{aFBXt}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell type "unix" from config 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Relative path resolved to "/rclone-test-soxovip5bezi" 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Using root directory "/rclone-test-soxovip5bezi" 2026/06/29 02:45:20 DEBUG : Creating backend with remote "/tmp/rclone652684910" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:20 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:20 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:20 DEBUG : dir: Looking for writers 2026/06/29 02:45:20 DEBUG : Looking for writers 2026/06/29 02:45:20 DEBUG : dir: reading active writers 2026/06/29 02:45:20 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.21s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:20 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file2" 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file2 2026/06/29 02:45:20 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file2" 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-soxovip5bezi/dir/file2 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:21 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file2" 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file2 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file2" 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-soxovip5bezi/dir/file2 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:21 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/subdir/file3" 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/subdir/file3 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/subdir/file3" 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-soxovip5bezi/dir/subdir/file3 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:21 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/subdir/file3" 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/subdir/file3 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/subdir/file3" 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-soxovip5bezi/dir/subdir/file3 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:21 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/06/29 02:45:21 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:21 DEBUG : dir/subdir: Looking for writers 2026/06/29 02:45:21 DEBUG : dir: Looking for writers 2026/06/29 02:45:21 DEBUG : file1: reading active writers 2026/06/29 02:45:21 DEBUG : file2: reading active writers 2026/06/29 02:45:21 DEBUG : subdir: reading active writers 2026/06/29 02:45:21 DEBUG : Looking for writers 2026/06/29 02:45:21 DEBUG : dir: reading active writers 2026/06/29 02:45:21 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.62s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:21 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:21 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:21 DEBUG : dir: Looking for writers 2026/06/29 02:45:21 DEBUG : file1: reading active writers 2026/06/29 02:45:21 DEBUG : Looking for writers 2026/06/29 02:45:21 DEBUG : dir: reading active writers 2026/06/29 02:45:21 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.21s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:21 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:21 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:21 DEBUG : dir: Looking for writers 2026/06/29 02:45:21 DEBUG : Looking for writers 2026/06/29 02:45:21 DEBUG : dir: reading active writers 2026/06/29 02:45:21 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.20s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:21 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:21 DEBUG : dir: forgetting directory cache 2026/06/29 02:45:21 DEBUG : forgetting directory cache 2026/06/29 02:45:21 DEBUG : dir: forgetting directory cache 2026/06/29 02:45:21 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:21 DEBUG : Looking for writers 2026/06/29 02:45:21 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.21s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:21 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:21 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:22 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/06/29 02:45:22 DEBUG : dir: invalidating directory cache 2026/06/29 02:45:22 DEBUG : >ForgetPath: 2026/06/29 02:45:22 DEBUG : ForgetPath: relativePath="dir", type=0 2026/06/29 02:45:22 DEBUG : invalidating directory cache 2026/06/29 02:45:22 DEBUG : dir: forgetting directory cache 2026/06/29 02:45:22 DEBUG : >ForgetPath: 2026/06/29 02:45:22 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/06/29 02:45:22 DEBUG : >ForgetPath: 2026/06/29 02:45:22 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:22 DEBUG : dir: Looking for writers 2026/06/29 02:45:22 DEBUG : Looking for writers 2026/06/29 02:45:22 DEBUG : dir: reading active writers 2026/06/29 02:45:22 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.21s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:22 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/fil/a/b/c" 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/fil/a/b/c 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/fil/a/b/c" 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-soxovip5bezi/fil/a/b/c 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:22 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/fil/a/b/c" 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/fil/a/b/c 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/fil/a/b/c" 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-soxovip5bezi/fil/a/b/c 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:22 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:22 DEBUG : forgetting directory cache 2026/06/29 02:45:22 DEBUG : dir: forgetting directory cache 2026/06/29 02:45:22 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:22 DEBUG : dir: Looking for writers 2026/06/29 02:45:22 DEBUG : fil/a/b: Looking for writers 2026/06/29 02:45:22 DEBUG : fil/a: Looking for writers 2026/06/29 02:45:22 DEBUG : b: reading active writers 2026/06/29 02:45:22 DEBUG : fil: Looking for writers 2026/06/29 02:45:22 DEBUG : a: reading active writers 2026/06/29 02:45:22 DEBUG : Looking for writers 2026/06/29 02:45:22 DEBUG : dir: reading active writers 2026/06/29 02:45:22 DEBUG : fil: reading active writers 2026/06/29 02:45:22 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.71s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:22 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:22 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:23 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:23 DEBUG : dir: Looking for writers 2026/06/29 02:45:23 DEBUG : Looking for writers 2026/06/29 02:45:23 DEBUG : dir: reading active writers 2026/06/29 02:45:23 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.20s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:23 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:23 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:23 DEBUG : dir: Looking for writers 2026/06/29 02:45:23 DEBUG : file1: reading active writers 2026/06/29 02:45:23 DEBUG : Looking for writers 2026/06/29 02:45:23 DEBUG : dir: reading active writers 2026/06/29 02:45:23 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.21s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:23 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file2" 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file2 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file2" 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-soxovip5bezi/dir/file2 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:23 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file2" 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file2 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file2" 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-soxovip5bezi/dir/file2 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:23 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/subdir/file3" 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/subdir/file3 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/subdir/file3" 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-soxovip5bezi/dir/subdir/file3 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:23 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/subdir/file3" 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/subdir/file3 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/subdir/file3" 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-soxovip5bezi/dir/subdir/file3 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:23 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/06/29 02:45:23 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/06/29 02:45:23 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/06/29 02:45:23 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/06/29 02:45:23 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/06/29 02:45:23 DEBUG : Waiting for deletions to finish 2026/06/29 02:45:23 INFO : dir/subdir/file3: Deleted 2026/06/29 02:45:23 DEBUG : removing 1 level 2 directories 2026/06/29 02:45:23 INFO : dir/subdir: Removing directory 2026/06/29 02:45:23 DEBUG : dir: invalidating directory cache 2026/06/29 02:45:23 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/06/29 02:45:23 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/06/29 02:45:23 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/06/29 02:45:23 DEBUG : dir/file1: Reset virtual modtime 2026/06/29 02:45:23 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/06/29 02:45:23 DEBUG : dir/virtualFile: Reset virtual modtime 2026/06/29 02:45:23 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/06/29 02:45:23 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/06/29 02:45:23 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/29 02:45:23 DEBUG : dir: invalidating directory cache 2026/06/29 02:45:23 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/06/29 02:45:23 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/06/29 02:45:23 DEBUG : dir/virtualFile: Reset virtual modtime 2026/06/29 02:45:23 DEBUG : forgetting directory cache 2026/06/29 02:45:23 DEBUG : dir: forgetting directory cache 2026/06/29 02:45:23 DEBUG : dir/virtualDir: forgetting directory cache 2026/06/29 02:45:23 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:23 DEBUG : dir/virtualDir: Looking for writers 2026/06/29 02:45:23 DEBUG : dir: Looking for writers 2026/06/29 02:45:23 DEBUG : virtualFile: reading active writers 2026/06/29 02:45:23 DEBUG : virtualDir: reading active writers 2026/06/29 02:45:23 DEBUG : file1: reading active writers 2026/06/29 02:45:23 DEBUG : virtualFile2: reading active writers 2026/06/29 02:45:23 DEBUG : Looking for writers 2026/06/29 02:45:23 DEBUG : dir: reading active writers 2026/06/29 02:45:23 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.59s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:23 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:23 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:24 ERROR : dir/: Can only open directories read only 2026/06/29 02:45:24 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:24 DEBUG : dir: Looking for writers 2026/06/29 02:45:24 DEBUG : Looking for writers 2026/06/29 02:45:24 DEBUG : dir: reading active writers 2026/06/29 02:45:24 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.18s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:24 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:24 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:24 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/06/29 02:45:24 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/06/29 02:45:24 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: File to upload is small (5 bytes), uploading instead of streaming 2026/06/29 02:45:24 DEBUG : dir/potato: size = 5 OK 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/potato" 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/potato 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/potato" 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-soxovip5bezi/dir/potato 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:24 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/29 02:45:24 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/29 02:45:24 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/06/29 02:45:24 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/06/29 02:45:24 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:24 DEBUG : dir: Looking for writers 2026/06/29 02:45:24 DEBUG : file1: reading active writers 2026/06/29 02:45:24 DEBUG : potato: reading active writers 2026/06/29 02:45:24 DEBUG : Looking for writers 2026/06/29 02:45:24 DEBUG : dir: reading active writers 2026/06/29 02:45:24 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.41s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:24 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:24 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:24 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:25 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:25 DEBUG : dir/sub: Looking for writers 2026/06/29 02:45:25 DEBUG : dir: Looking for writers 2026/06/29 02:45:25 DEBUG : file1: reading active writers 2026/06/29 02:45:25 DEBUG : sub: reading active writers 2026/06/29 02:45:25 DEBUG : Looking for writers 2026/06/29 02:45:25 DEBUG : dir: reading active writers 2026/06/29 02:45:25 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.51s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:25 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:25 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/06/29 02:45:25 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:25 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:25 DEBUG : dir/sub/subsub: Looking for writers 2026/06/29 02:45:25 DEBUG : dir/sub: Looking for writers 2026/06/29 02:45:25 DEBUG : subsub: reading active writers 2026/06/29 02:45:25 DEBUG : dir: Looking for writers 2026/06/29 02:45:25 DEBUG : sub: reading active writers 2026/06/29 02:45:25 DEBUG : file1: reading active writers 2026/06/29 02:45:25 DEBUG : Looking for writers 2026/06/29 02:45:25 DEBUG : dir: reading active writers 2026/06/29 02:45:25 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.42s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:25 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:25 ERROR : dir/: Dir.Remove not empty 2026/06/29 02:45:25 DEBUG : dir/file1: Remove: 2026/06/29 02:45:25 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/29 02:45:25 DEBUG : dir/file1: >Remove: err= 2026/06/29 02:45:25 DEBUG : Added virtual directory entry vDel: "dir" 2026/06/29 02:45:25 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:25 DEBUG : Looking for writers 2026/06/29 02:45:25 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.21s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:25 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:25 DEBUG : dir/file1: Remove: 2026/06/29 02:45:25 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/29 02:45:25 DEBUG : dir/file1: >Remove: err= 2026/06/29 02:45:25 DEBUG : Added virtual directory entry vDel: "dir" 2026/06/29 02:45:25 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:25 DEBUG : Looking for writers 2026/06/29 02:45:25 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.21s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:25 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:25 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:26 DEBUG : dir/file1: Remove: 2026/06/29 02:45:26 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/29 02:45:26 DEBUG : dir/file1: >Remove: err= 2026/06/29 02:45:26 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:26 DEBUG : dir: Looking for writers 2026/06/29 02:45:26 DEBUG : Looking for writers 2026/06/29 02:45:26 DEBUG : dir: reading active writers 2026/06/29 02:45:26 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.31s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:26 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file3" 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file3 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file3" 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-soxovip5bezi/dir/file3 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:26 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file3" 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file3 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file3" 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-soxovip5bezi/dir/file3 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:26 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/06/29 02:45:26 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/06/29 02:45:26 DEBUG : dir: Updating dir with dir2 0x2e8af4e4a000 2026/06/29 02:45:26 DEBUG : dir: forgetting directory cache 2026/06/29 02:45:26 DEBUG : Added virtual directory entry vDel: "dir" 2026/06/29 02:45:26 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir2/file1" 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir2/file1 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir2/file1" 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir2/file1 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:26 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir2/file1" 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir2/file1 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir2/file1" 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir2/file1 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:26 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir2/file3" 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir2/file3 2026/06/29 02:45:26 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir2/file3" 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-soxovip5bezi/dir2/file3 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:27 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir2/file3" 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir2/file3 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir2/file3" 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-soxovip5bezi/dir2/file3 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:27 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/06/29 02:45:27 INFO : dir2/file1: Moved (server-side) to: file2 2026/06/29 02:45:27 DEBUG : file2: Updating file with file2 0x2e8af55dc410 2026/06/29 02:45:27 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/06/29 02:45:27 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file2" 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file2 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file2" 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/file2 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:27 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file2" 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/file2 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/file2" 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/file2 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:27 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir2/file3" 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir2/file3 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir2/file3" 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-soxovip5bezi/dir2/file3 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:27 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir2/file3" 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir2/file3 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir2/file3" 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-soxovip5bezi/dir2/file3 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:27 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/06/29 02:45:27 INFO : dir2/file3: Deleted 2026/06/29 02:45:27 INFO : file2: Moved (server-side) to: dir2/file3 2026/06/29 02:45:27 DEBUG : dir2/file3: Updating file with dir2/file3 0x2e8af55dc410 2026/06/29 02:45:27 DEBUG : Added virtual directory entry vDel: "file2" 2026/06/29 02:45:27 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir2/file3" 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir2/file3 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir2/file3" 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir2/file3 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:27 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir2/file3" 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir2/file3 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir2/file3" 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir2/file3 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:27 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:27 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/06/29 02:45:27 DEBUG : empty directory: Updating dir with renamed empty directory 0x2e8af5713ad0 2026/06/29 02:45:27 DEBUG : empty directory: forgetting directory cache 2026/06/29 02:45:27 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/06/29 02:45:27 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/06/29 02:45:27 DEBUG : dir2: Renaming to "dir3" 2026/06/29 02:45:27 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:27 DEBUG : dir3: Looking for writers 2026/06/29 02:45:27 DEBUG : file3: reading active writers 2026/06/29 02:45:27 DEBUG : renamed empty directory: Looking for writers 2026/06/29 02:45:27 DEBUG : Looking for writers 2026/06/29 02:45:27 DEBUG : dir3: reading active writers 2026/06/29 02:45:27 DEBUG : renamed empty directory: reading active writers 2026/06/29 02:45:27 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.67s) === 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-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:27 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:27 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:28 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:28 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:28 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:28 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/06/29 02:45:28 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:28 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/29 02:45:28 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/06/29 02:45:28 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/06/29 02:45:28 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/06/29 02:45:28 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/06/29 02:45:28 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:28 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/29 02:45:28 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/06/29 02:45:28 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/06/29 02:45:28 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/06/29 02:45:28 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/06/29 02:45:28 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: File to upload is small (12 bytes), uploading instead of streaming 2026/06/29 02:45:28 DEBUG : dir/sub/file2: size = 12 OK 2026/06/29 02:45:28 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/sub/file2" 2026/06/29 02:45:28 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:28 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/sub/file2 2026/06/29 02:45:28 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/sub/file2" 2026/06/29 02:45:28 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:28 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-soxovip5bezi/dir/sub/file2 2026/06/29 02:45:28 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:28 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/06/29 02:45:28 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/06/29 02:45:28 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/06/29 02:45:28 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/06/29 02:45:28 DEBUG : forgetting directory cache 2026/06/29 02:45:28 DEBUG : dir: forgetting directory cache 2026/06/29 02:45:28 DEBUG : dir/sub: forgetting directory cache 2026/06/29 02:45:28 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/06/29 02:45:28 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/06/29 02:45:28 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: File to upload is small (5 bytes), uploading instead of streaming 2026/06/29 02:45:28 DEBUG : dir/sub/file0: size = 5 OK 2026/06/29 02:45:28 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/sub/file0" 2026/06/29 02:45:28 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:28 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/sub/file0 2026/06/29 02:45:28 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/sub/file0" 2026/06/29 02:45:28 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:28 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-soxovip5bezi/dir/sub/file0 2026/06/29 02:45:28 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:28 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/29 02:45:28 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/29 02:45:28 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/06/29 02:45:28 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/06/29 02:45:28 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:28 DEBUG : dir/sub: Looking for writers 2026/06/29 02:45:28 DEBUG : file0: reading active writers 2026/06/29 02:45:28 DEBUG : file2: reading active writers 2026/06/29 02:45:28 DEBUG : dir: Looking for writers 2026/06/29 02:45:28 DEBUG : file1: reading active writers 2026/06/29 02:45:28 DEBUG : sub: reading active writers 2026/06/29 02:45:28 DEBUG : Looking for writers 2026/06/29 02:45:28 DEBUG : dir: reading active writers 2026/06/29 02:45:28 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.41s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:28 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:28 DEBUG : forgetting directory cache 2026/06/29 02:45:29 DEBUG : forgetting directory cache 2026/06/29 02:45:29 DEBUG : dir: forgetting directory cache 2026/06/29 02:45:29 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:29 DEBUG : dir: Looking for writers 2026/06/29 02:45:29 DEBUG : Looking for writers 2026/06/29 02:45:29 DEBUG : dir: reading active writers 2026/06/29 02:45:29 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.11s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:29 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:29 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/06/29 02:45:29 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:29 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/06/29 02:45:29 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/06/29 02:45:29 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/06/29 02:45:29 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:29 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:29 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/06/29 02:45:29 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:29 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/06/29 02:45:29 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/06/29 02:45:29 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/06/29 02:45:29 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:29 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:29 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:29 DEBUG : dir: Looking for writers 2026/06/29 02:45:29 DEBUG : file1: reading active writers 2026/06/29 02:45:29 DEBUG : file1.metadata: reading active writers 2026/06/29 02:45:29 DEBUG : Looking for writers 2026/06/29 02:45:29 DEBUG : dir: reading active writers 2026/06/29 02:45:29 DEBUG : dir.metadata: reading active writers 2026/06/29 02:45:29 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.21s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:29 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:29 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:29 DEBUG : dir: Looking for writers 2026/06/29 02:45:29 DEBUG : file1: reading active writers 2026/06/29 02:45:29 DEBUG : Looking for writers 2026/06/29 02:45:29 DEBUG : dir: reading active writers 2026/06/29 02:45:29 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.22s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:29 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:29 DEBUG : Can set mod time: true 2026/06/29 02:45:29 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:29 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:30 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:30 DEBUG : dir: Looking for writers 2026/06/29 02:45:30 DEBUG : file1: reading active writers 2026/06/29 02:45:30 DEBUG : Looking for writers 2026/06/29 02:45:30 DEBUG : dir: reading active writers 2026/06/29 02:45:30 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:30 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:30 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/29 02:45:30 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/29 02:45:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: File to upload is small (0 bytes), uploading instead of streaming 2026/06/29 02:45:30 DEBUG : dir/file1: size = 0 OK 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:30 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/29 02:45:30 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/29 02:45:30 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/29 02:45:30 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/29 02:45:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:30 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:30 DEBUG : dir: Looking for writers 2026/06/29 02:45:30 DEBUG : file1: reading active writers 2026/06/29 02:45:30 DEBUG : Looking for writers 2026/06/29 02:45:30 DEBUG : dir: reading active writers 2026/06/29 02:45:30 DEBUG : >WaitForWriters: 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:30 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:30 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/29 02:45:30 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:30 DEBUG : dir: Looking for writers 2026/06/29 02:45:30 DEBUG : file1: reading active writers 2026/06/29 02:45:30 DEBUG : Looking for writers 2026/06/29 02:45:30 DEBUG : dir: reading active writers 2026/06/29 02:45:30 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:30 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:30 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/29 02:45:30 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/29 02:45:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: File to upload is small (5 bytes), uploading instead of streaming 2026/06/29 02:45:30 DEBUG : dir/file1: size = 5 OK 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:30 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/29 02:45:30 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/29 02:45:30 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/29 02:45:30 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/29 02:45:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:30 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:30 DEBUG : dir: Looking for writers 2026/06/29 02:45:30 DEBUG : file1: reading active writers 2026/06/29 02:45:30 DEBUG : Looking for writers 2026/06/29 02:45:30 DEBUG : dir: reading active writers 2026/06/29 02:45:30 DEBUG : >WaitForWriters: 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:30 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:31 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:31 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/06/29 02:45:31 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:31 DEBUG : dir: Looking for writers 2026/06/29 02:45:31 DEBUG : file1: reading active writers 2026/06/29 02:45:31 DEBUG : Looking for writers 2026/06/29 02:45:31 DEBUG : dir: reading active writers 2026/06/29 02:45:31 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:31 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:31 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:31 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:31 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:31 DEBUG : dir: Looking for writers 2026/06/29 02:45:31 DEBUG : file1: reading active writers 2026/06/29 02:45:31 DEBUG : Looking for writers 2026/06/29 02:45:31 DEBUG : dir: reading active writers 2026/06/29 02:45:31 DEBUG : >WaitForWriters: 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:31 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:31 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:31 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/06/29 02:45:31 DEBUG : dir/file1: newRWFileHandle: 2026/06/29 02:45:31 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/29 02:45:31 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/29 02:45:31 DEBUG : dir/file1(0x2e8af567f800): close: 2026/06/29 02:45:31 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/29 02:45:31 DEBUG : dir/file1(0x2e8af567f800): >close: err= 2026/06/29 02:45:31 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:31 DEBUG : dir: Looking for writers 2026/06/29 02:45:31 DEBUG : file1: reading active writers 2026/06/29 02:45:31 DEBUG : Looking for writers 2026/06/29 02:45:31 DEBUG : dir: reading active writers 2026/06/29 02:45:31 DEBUG : >WaitForWriters: 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:31 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:31 DEBUG : dir: Looking for writers 2026/06/29 02:45:31 DEBUG : file1: reading active writers 2026/06/29 02:45:31 DEBUG : Looking for writers 2026/06/29 02:45:31 DEBUG : dir: reading active writers 2026/06/29 02:45:31 DEBUG : >WaitForWriters: 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:31 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:31 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:31 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:32 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/06/29 02:45:32 DEBUG : dir/file1: newRWFileHandle: 2026/06/29 02:45:32 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/29 02:45:32 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/29 02:45:32 DEBUG : dir/file1(0x2e8af5724a40): _writeAt: size=5, off=0 2026/06/29 02:45:32 DEBUG : dir/file1(0x2e8af5724a40): openPending: 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:32 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/29 02:45:32 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/29 02:45:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:32 DEBUG : dir/file1(0x2e8af5724a40): >openPending: err= 2026/06/29 02:45:32 DEBUG : dir/file1(0x2e8af5724a40): >_writeAt: n=5, err= 2026/06/29 02:45:32 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/06/29 02:45:32 DEBUG : dir/file1(0x2e8af5724a40): close: 2026/06/29 02:45:32 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/06/29 02:45:32 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/06/29 02:45:32 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/06/29 02:45:32 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/06/29 02:45:32 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/06/29 02:45:32 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:32 DEBUG : dir/file1(0x2e8af5724a40): >close: err= 2026/06/29 02:45:32 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:32 DEBUG : dir: Looking for writers 2026/06/29 02:45:32 DEBUG : file1: reading active writers 2026/06/29 02:45:32 DEBUG : Looking for writers 2026/06/29 02:45:32 DEBUG : dir: reading active writers 2026/06/29 02:45:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/29 02:45:32 DEBUG : dir: Looking for writers 2026/06/29 02:45:32 DEBUG : file1: reading active writers 2026/06/29 02:45:32 DEBUG : Looking for writers 2026/06/29 02:45:32 DEBUG : dir: reading active writers 2026/06/29 02:45:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/29 02:45:32 DEBUG : dir: Looking for writers 2026/06/29 02:45:32 DEBUG : file1: reading active writers 2026/06/29 02:45:32 DEBUG : Looking for writers 2026/06/29 02:45:32 DEBUG : dir: reading active writers 2026/06/29 02:45:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/29 02:45:32 DEBUG : dir: Looking for writers 2026/06/29 02:45:32 DEBUG : file1: reading active writers 2026/06/29 02:45:32 DEBUG : Looking for writers 2026/06/29 02:45:32 DEBUG : dir: reading active writers 2026/06/29 02:45:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/29 02:45:32 DEBUG : dir/file1: vfs cache: starting upload 2026/06/29 02:45:32 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1.2f98c60a.partial" 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1.2f98c60a.partial 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1.2f98c60a.partial" 2026/06/29 02:45:32 DEBUG : dir: Looking for writers 2026/06/29 02:45:32 DEBUG : file1: reading active writers 2026/06/29 02:45:32 DEBUG : Looking for writers 2026/06/29 02:45:32 DEBUG : dir: reading active writers 2026/06/29 02:45:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-soxovip5bezi/dir/file1.2f98c60a.partial 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:32 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/06/29 02:45:32 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/06/29 02:45:32 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/06/29 02:45:32 INFO : dir/file1: Copied (replaced existing) 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:32 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/06/29 02:45:32 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/06/29 02:45:32 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/29 02:45:32 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/06/29 02:45:32 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:32 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/29 02:45:32 DEBUG : dir: Looking for writers 2026/06/29 02:45:32 DEBUG : file1: reading active writers 2026/06/29 02:45:32 DEBUG : Looking for writers 2026/06/29 02:45:32 DEBUG : dir: reading active writers 2026/06/29 02:45:32 DEBUG : >WaitForWriters: 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:32 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:32 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/06/29 02:45:32 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:32 DEBUG : dir: Looking for writers 2026/06/29 02:45:32 DEBUG : file1: reading active writers 2026/06/29 02:45:32 DEBUG : Looking for writers 2026/06/29 02:45:32 DEBUG : dir: reading active writers 2026/06/29 02:45:32 DEBUG : >WaitForWriters: 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (2.98s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.36s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.51s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.51s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.41s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.37s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.82s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:32 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:32 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/29 02:45:32 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/29 02:45:32 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:32 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:32 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:33 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:33 DEBUG : dir: Looking for writers 2026/06/29 02:45:33 DEBUG : file1: reading active writers 2026/06/29 02:45:33 DEBUG : Looking for writers 2026/06/29 02:45:33 DEBUG : dir: reading active writers 2026/06/29 02:45:33 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.31s) === RUN TestFileOpenReadUnknownSize 2026/06/29 02:45:33 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/06/29 02:45:33 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/06/29 02:45:33 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:33 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/06/29 02:45:33 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:33 DEBUG : Looking for writers 2026/06/29 02:45:33 DEBUG : file.txt: reading active writers 2026/06/29 02:45:33 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:33 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:33 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: File to upload is small (25 bytes), uploading instead of streaming 2026/06/29 02:45:33 DEBUG : dir/file1: size = 25 OK 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:33 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/29 02:45:33 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/29 02:45:33 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/29 02:45:33 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:33 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:33 DEBUG : dir: Looking for writers 2026/06/29 02:45:33 DEBUG : file1: reading active writers 2026/06/29 02:45:33 DEBUG : Looking for writers 2026/06/29 02:45:33 DEBUG : dir: reading active writers 2026/06/29 02:45:33 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.31s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:33 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:33 DEBUG : dir/file1: Remove: 2026/06/29 02:45:33 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/29 02:45:33 DEBUG : dir/file1: >Remove: err= 2026/06/29 02:45:33 DEBUG : dir/file1: Remove: 2026/06/29 02:45:33 DEBUG : dir/file1: >Remove: err=Read only file system 2026/06/29 02:45:33 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:33 DEBUG : dir: Looking for writers 2026/06/29 02:45:33 DEBUG : Looking for writers 2026/06/29 02:45:33 DEBUG : dir: reading active writers 2026/06/29 02:45:33 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.21s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:33 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:33 DEBUG : dir/file1: Remove: 2026/06/29 02:45:33 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/29 02:45:33 DEBUG : dir/file1: >Remove: err= 2026/06/29 02:45:33 DEBUG : dir/file1: Remove: 2026/06/29 02:45:33 DEBUG : dir/file1: >Remove: err=Read only file system 2026/06/29 02:45:33 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:33 DEBUG : dir: Looking for writers 2026/06/29 02:45:33 DEBUG : Looking for writers 2026/06/29 02:45:33 DEBUG : dir: reading active writers 2026/06/29 02:45:33 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.22s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:33 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:33 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:34 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/29 02:45:34 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/29 02:45:34 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/06/29 02:45:34 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/29 02:45:34 DEBUG : dir/file1: Open: flags=O_RDWR 2026/06/29 02:45:34 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/29 02:45:34 DEBUG : dir/file1: Open: flags=0x3 2026/06/29 02:45:34 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/06/29 02:45:34 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/06/29 02:45:34 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:34 DEBUG : dir: Looking for writers 2026/06/29 02:45:34 DEBUG : file1: reading active writers 2026/06/29 02:45:34 DEBUG : Looking for writers 2026/06/29 02:45:34 DEBUG : dir: reading active writers 2026/06/29 02:45:34 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.21s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:34 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:34 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:34 DEBUG : dir: Looking for writers 2026/06/29 02:45:34 DEBUG : file1: reading active writers 2026/06/29 02:45:34 DEBUG : Looking for writers 2026/06/29 02:45:34 DEBUG : dir: reading active writers 2026/06/29 02:45:34 DEBUG : >WaitForWriters: 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:34 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/29 02:45:34 DEBUG : newLeaf: Updating file with newLeaf 0x2e8af56332b0 2026/06/29 02:45:34 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/29 02:45:34 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:34 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:34 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:34 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/29 02:45:34 DEBUG : dir/file1: Updating file with dir/file1 0x2e8af56332b0 2026/06/29 02:45:34 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/29 02:45:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:34 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/29 02:45:34 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/29 02:45:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:34 DEBUG : dir/file1: File is currently open, delaying rename 0x2e8af56332b0 2026/06/29 02:45:34 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/29 02:45:34 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: File to upload is small (25 bytes), uploading instead of streaming 2026/06/29 02:45:34 DEBUG : dir/file1: size = 25 OK 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:34 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/29 02:45:34 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/29 02:45:34 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/29 02:45:34 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/29 02:45:34 DEBUG : newLeaf: Running delayed rename now 2026/06/29 02:45:34 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/29 02:45:34 DEBUG : newLeaf: Updating file with newLeaf 0x2e8af56332b0 2026/06/29 02:45:34 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:34 DEBUG : dir: Looking for writers 2026/06/29 02:45:34 DEBUG : Looking for writers 2026/06/29 02:45:34 DEBUG : dir: reading active writers 2026/06/29 02:45:34 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:34 DEBUG : >WaitForWriters: 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:34 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:34 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:35 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/29 02:45:35 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:35 DEBUG : dir: Looking for writers 2026/06/29 02:45:35 DEBUG : Looking for writers 2026/06/29 02:45:35 DEBUG : dir: reading active writers 2026/06/29 02:45:35 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:35 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:35 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:35 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:35 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:35 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:35 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:35 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:35 DEBUG : dir: Looking for writers 2026/06/29 02:45:35 DEBUG : file1: reading active writers 2026/06/29 02:45:35 DEBUG : Looking for writers 2026/06/29 02:45:35 DEBUG : dir: reading active writers 2026/06/29 02:45:35 DEBUG : >WaitForWriters: 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:35 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/29 02:45:35 DEBUG : newLeaf: Updating file with newLeaf 0x2e8af56f20d0 2026/06/29 02:45:35 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/29 02:45:35 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:35 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:35 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:35 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/29 02:45:35 DEBUG : dir/file1: Updating file with dir/file1 0x2e8af56f20d0 2026/06/29 02:45:35 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/29 02:45:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:35 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/29 02:45:35 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/29 02:45:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:35 DEBUG : dir/file1: File is currently open, delaying rename 0x2e8af56f20d0 2026/06/29 02:45:35 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/29 02:45:35 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: File to upload is small (25 bytes), uploading instead of streaming 2026/06/29 02:45:35 DEBUG : dir/file1: size = 25 OK 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:35 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/29 02:45:35 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/29 02:45:35 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/29 02:45:35 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/29 02:45:35 DEBUG : newLeaf: Running delayed rename now 2026/06/29 02:45:35 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/29 02:45:35 DEBUG : newLeaf: Updating file with newLeaf 0x2e8af56f20d0 2026/06/29 02:45:35 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:35 DEBUG : dir: Looking for writers 2026/06/29 02:45:35 DEBUG : Looking for writers 2026/06/29 02:45:35 DEBUG : dir: reading active writers 2026/06/29 02:45:35 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:35 DEBUG : >WaitForWriters: 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:35 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:36 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:36 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/29 02:45:36 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:36 DEBUG : dir: Looking for writers 2026/06/29 02:45:36 DEBUG : Looking for writers 2026/06/29 02:45:36 DEBUG : dir: reading active writers 2026/06/29 02:45:36 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:36 DEBUG : >WaitForWriters: 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:36 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:36 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:36 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/29 02:45:36 DEBUG : dir/file1: newRWFileHandle: 2026/06/29 02:45:36 DEBUG : dir/file1(0x2e8af5bcaa00): openPending: 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:36 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/29 02:45:36 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/29 02:45:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:36 DEBUG : dir/file1(0x2e8af5bcaa00): >openPending: err= 2026/06/29 02:45:36 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/29 02:45:36 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/29 02:45:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:36 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/29 02:45:36 DEBUG : dir/file1(0x2e8af5bcaa00): _writeAt: size=14, off=0 2026/06/29 02:45:36 DEBUG : dir/file1(0x2e8af5bcaa00): >_writeAt: n=14, err= 2026/06/29 02:45:36 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/29 02:45:36 DEBUG : dir/file1(0x2e8af5bcaa00): close: 2026/06/29 02:45:36 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/29 02:45:36 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/29 02:45:36 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:36 DEBUG : dir/file1(0x2e8af5bcaa00): >close: err= 2026/06/29 02:45:36 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:36 DEBUG : dir: Looking for writers 2026/06/29 02:45:36 DEBUG : file1: reading active writers 2026/06/29 02:45:36 DEBUG : Looking for writers 2026/06/29 02:45:36 DEBUG : dir: reading active writers 2026/06/29 02:45:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/29 02:45:36 DEBUG : dir: Looking for writers 2026/06/29 02:45:36 DEBUG : file1: reading active writers 2026/06/29 02:45:36 DEBUG : Looking for writers 2026/06/29 02:45:36 DEBUG : dir: reading active writers 2026/06/29 02:45:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/29 02:45:36 DEBUG : dir: Looking for writers 2026/06/29 02:45:36 DEBUG : file1: reading active writers 2026/06/29 02:45:36 DEBUG : Looking for writers 2026/06/29 02:45:36 DEBUG : dir: reading active writers 2026/06/29 02:45:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/29 02:45:36 DEBUG : dir: Looking for writers 2026/06/29 02:45:36 DEBUG : file1: reading active writers 2026/06/29 02:45:36 DEBUG : Looking for writers 2026/06/29 02:45:36 DEBUG : dir: reading active writers 2026/06/29 02:45:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/29 02:45:36 DEBUG : dir/file1: vfs cache: starting upload 2026/06/29 02:45:36 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1.ca338588.partial" 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1.ca338588.partial 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1.ca338588.partial" 2026/06/29 02:45:36 DEBUG : dir: Looking for writers 2026/06/29 02:45:36 DEBUG : file1: reading active writers 2026/06/29 02:45:36 DEBUG : Looking for writers 2026/06/29 02:45:36 DEBUG : dir: reading active writers 2026/06/29 02:45:36 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1.ca338588.partial 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:36 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:36 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/06/29 02:45:36 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/06/29 02:45:36 INFO : dir/file1: Copied (replaced existing) 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:36 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/29 02:45:36 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/06/29 02:45:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:36 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/29 02:45:36 DEBUG : dir: Looking for writers 2026/06/29 02:45:36 DEBUG : file1: reading active writers 2026/06/29 02:45:36 DEBUG : Looking for writers 2026/06/29 02:45:36 DEBUG : dir: reading active writers 2026/06/29 02:45:36 DEBUG : >WaitForWriters: 2026/06/29 02:45:36 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/29 02:45:36 DEBUG : dir/file1: newRWFileHandle: 2026/06/29 02:45:36 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/29 02:45:36 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/29 02:45:36 DEBUG : dir/file1(0x2e8af5bcba00): _readAt: size=512, off=0 2026/06/29 02:45:36 DEBUG : dir/file1(0x2e8af5bcba00): openPending: 2026/06/29 02:45:36 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/06/29 02:45:36 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/29 02:45:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:36 DEBUG : dir/file1(0x2e8af5bcba00): >openPending: err= 2026/06/29 02:45:36 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/29 02:45:36 DEBUG : dir/file1(0x2e8af5bcba00): >_readAt: n=14, err=EOF 2026/06/29 02:45:36 DEBUG : dir/file1(0x2e8af5bcba00): close: 2026/06/29 02:45:36 DEBUG : dir/file1(0x2e8af5bcba00): >close: err= 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:36 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:36 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:37 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:37 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/29 02:45:37 DEBUG : newLeaf: Updating file with newLeaf 0x2e8af56f2b60 2026/06/29 02:45:37 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/29 02:45:37 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:37 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:37 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:37 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:37 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/06/29 02:45:37 DEBUG : dir/file1: Updating file with dir/file1 0x2e8af56f2b60 2026/06/29 02:45:37 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/29 02:45:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:37 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/29 02:45:37 DEBUG : dir/file1: newRWFileHandle: 2026/06/29 02:45:37 DEBUG : dir/file1(0x2e8af5724e00): openPending: 2026/06/29 02:45:37 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/06/29 02:45:37 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/29 02:45:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:37 DEBUG : dir/file1(0x2e8af5724e00): >openPending: err= 2026/06/29 02:45:37 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/29 02:45:37 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/29 02:45:37 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/29 02:45:37 DEBUG : dir/file1(0x2e8af5724e00): _writeAt: size=25, off=0 2026/06/29 02:45:37 DEBUG : dir/file1(0x2e8af5724e00): >_writeAt: n=25, err= 2026/06/29 02:45:37 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:37 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:37 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/29 02:45:37 DEBUG : newLeaf: Updating file with newLeaf 0x2e8af56f2b60 2026/06/29 02:45:37 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/29 02:45:37 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/29 02:45:37 DEBUG : newLeaf(0x2e8af5724e00): close: 2026/06/29 02:45:37 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/29 02:45:37 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-29 02:45:37.524442758 +0000 UTC m=+17.137774811 2026/06/29 02:45:37 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:37 DEBUG : newLeaf(0x2e8af5724e00): >close: err= 2026/06/29 02:45:37 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:37 DEBUG : dir: Looking for writers 2026/06/29 02:45:37 DEBUG : Looking for writers 2026/06/29 02:45:37 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:37 DEBUG : dir: reading active writers 2026/06/29 02:45:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/29 02:45:37 DEBUG : dir: Looking for writers 2026/06/29 02:45:37 DEBUG : Looking for writers 2026/06/29 02:45:37 DEBUG : dir: reading active writers 2026/06/29 02:45:37 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/29 02:45:37 DEBUG : dir: Looking for writers 2026/06/29 02:45:37 DEBUG : Looking for writers 2026/06/29 02:45:37 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:37 DEBUG : dir: reading active writers 2026/06/29 02:45:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/29 02:45:37 DEBUG : dir: Looking for writers 2026/06/29 02:45:37 DEBUG : Looking for writers 2026/06/29 02:45:37 DEBUG : dir: reading active writers 2026/06/29 02:45:37 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/29 02:45:37 DEBUG : newLeaf: vfs cache: starting upload 2026/06/29 02:45:37 DEBUG : newLeaf.9104b2ab.partial: size = 25 OK 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf.9104b2ab.partial" 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf.9104b2ab.partial 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf.9104b2ab.partial" 2026/06/29 02:45:37 DEBUG : dir: Looking for writers 2026/06/29 02:45:37 DEBUG : Looking for writers 2026/06/29 02:45:37 DEBUG : dir: reading active writers 2026/06/29 02:45:37 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-soxovip5bezi/newLeaf.9104b2ab.partial 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:37 DEBUG : newLeaf.9104b2ab.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/29 02:45:37 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/29 02:45:37 DEBUG : newLeaf.9104b2ab.partial: renamed to: newLeaf 2026/06/29 02:45:37 INFO : newLeaf: Copied (replaced existing) 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:37 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/29 02:45:37 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-29 02:45:37 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/29 02:45:37 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/29 02:45:37 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/29 02:45:37 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/29 02:45:37 DEBUG : dir: Looking for writers 2026/06/29 02:45:37 DEBUG : Looking for writers 2026/06/29 02:45:37 DEBUG : dir: reading active writers 2026/06/29 02:45:37 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:37 DEBUG : >WaitForWriters: 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:37 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:38 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:38 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/29 02:45:38 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:38 DEBUG : dir: Looking for writers 2026/06/29 02:45:38 DEBUG : Looking for writers 2026/06/29 02:45:38 DEBUG : dir: reading active writers 2026/06/29 02:45:38 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:38 DEBUG : >WaitForWriters: 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:38 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:38 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:38 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:38 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:38 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:38 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:38 DEBUG : dir: Looking for writers 2026/06/29 02:45:38 DEBUG : file1: reading active writers 2026/06/29 02:45:38 DEBUG : Looking for writers 2026/06/29 02:45:38 DEBUG : dir: reading active writers 2026/06/29 02:45:38 DEBUG : >WaitForWriters: 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:38 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/29 02:45:38 DEBUG : newLeaf: Updating file with newLeaf 0x2e8af5833450 2026/06/29 02:45:38 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/29 02:45:38 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:38 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:38 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:38 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/29 02:45:38 DEBUG : dir/file1: Updating file with dir/file1 0x2e8af5833450 2026/06/29 02:45:38 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/29 02:45:38 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:38 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/29 02:45:38 DEBUG : dir/file1: newRWFileHandle: 2026/06/29 02:45:38 DEBUG : dir/file1(0x2e8af53a3940): openPending: 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:38 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/29 02:45:38 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/29 02:45:38 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:38 DEBUG : dir/file1(0x2e8af53a3940): >openPending: err= 2026/06/29 02:45:38 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/29 02:45:38 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/29 02:45:38 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/29 02:45:38 DEBUG : dir/file1(0x2e8af53a3940): _writeAt: size=25, off=0 2026/06/29 02:45:38 DEBUG : dir/file1(0x2e8af53a3940): >_writeAt: n=25, err= 2026/06/29 02:45:38 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:38 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:39 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:39 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/29 02:45:39 DEBUG : newLeaf: Updating file with newLeaf 0x2e8af5833450 2026/06/29 02:45:39 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/29 02:45:39 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/29 02:45:39 DEBUG : newLeaf(0x2e8af53a3940): close: 2026/06/29 02:45:39 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/29 02:45:39 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-29 02:45:38.987566489 +0000 UTC m=+18.600898562 2026/06/29 02:45:39 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:39 DEBUG : newLeaf(0x2e8af53a3940): >close: err= 2026/06/29 02:45:39 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:39 DEBUG : dir: Looking for writers 2026/06/29 02:45:39 DEBUG : Looking for writers 2026/06/29 02:45:39 DEBUG : dir: reading active writers 2026/06/29 02:45:39 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/29 02:45:39 DEBUG : dir: Looking for writers 2026/06/29 02:45:39 DEBUG : Looking for writers 2026/06/29 02:45:39 DEBUG : dir: reading active writers 2026/06/29 02:45:39 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/29 02:45:39 DEBUG : dir: Looking for writers 2026/06/29 02:45:39 DEBUG : Looking for writers 2026/06/29 02:45:39 DEBUG : dir: reading active writers 2026/06/29 02:45:39 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/29 02:45:39 DEBUG : dir: Looking for writers 2026/06/29 02:45:39 DEBUG : Looking for writers 2026/06/29 02:45:39 DEBUG : dir: reading active writers 2026/06/29 02:45:39 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/29 02:45:39 DEBUG : newLeaf: vfs cache: starting upload 2026/06/29 02:45:39 DEBUG : newLeaf.816eae12.partial: size = 25 OK 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf.816eae12.partial" 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf.816eae12.partial 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf.816eae12.partial" 2026/06/29 02:45:39 DEBUG : dir: Looking for writers 2026/06/29 02:45:39 DEBUG : Looking for writers 2026/06/29 02:45:39 DEBUG : dir: reading active writers 2026/06/29 02:45:39 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-soxovip5bezi/newLeaf.816eae12.partial 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:39 DEBUG : newLeaf.816eae12.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/29 02:45:39 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/29 02:45:39 DEBUG : newLeaf.816eae12.partial: renamed to: newLeaf 2026/06/29 02:45:39 INFO : newLeaf: Copied (replaced existing) 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:39 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/29 02:45:39 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-29 02:45:38 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/29 02:45:39 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/29 02:45:39 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/29 02:45:39 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/29 02:45:39 DEBUG : dir: Looking for writers 2026/06/29 02:45:39 DEBUG : Looking for writers 2026/06/29 02:45:39 DEBUG : dir: reading active writers 2026/06/29 02:45:39 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:39 DEBUG : >WaitForWriters: 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:39 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:39 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/29 02:45:39 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:39 DEBUG : dir: Looking for writers 2026/06/29 02:45:39 DEBUG : Looking for writers 2026/06/29 02:45:39 DEBUG : dir: reading active writers 2026/06/29 02:45:39 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:39 DEBUG : >WaitForWriters: 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:39 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:39 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:39 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/29 02:45:39 DEBUG : dir/file1: newRWFileHandle: 2026/06/29 02:45:39 DEBUG : dir/file1(0x2e8af5881ec0): openPending: 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:39 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:39 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/29 02:45:39 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/29 02:45:39 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:39 DEBUG : dir/file1(0x2e8af5881ec0): >openPending: err= 2026/06/29 02:45:39 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/29 02:45:39 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/29 02:45:39 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:39 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/29 02:45:39 DEBUG : dir/file1(0x2e8af5881ec0): _writeAt: size=14, off=0 2026/06/29 02:45:39 DEBUG : dir/file1(0x2e8af5881ec0): >_writeAt: n=14, err= 2026/06/29 02:45:39 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/29 02:45:39 DEBUG : dir/file1(0x2e8af5881ec0): close: 2026/06/29 02:45:39 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/29 02:45:39 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/29 02:45:39 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:39 DEBUG : dir/file1(0x2e8af5881ec0): >close: err= 2026/06/29 02:45:39 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:39 DEBUG : dir: Looking for writers 2026/06/29 02:45:39 DEBUG : file1: reading active writers 2026/06/29 02:45:39 DEBUG : Looking for writers 2026/06/29 02:45:39 DEBUG : dir: reading active writers 2026/06/29 02:45:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/29 02:45:39 DEBUG : dir: Looking for writers 2026/06/29 02:45:39 DEBUG : file1: reading active writers 2026/06/29 02:45:39 DEBUG : Looking for writers 2026/06/29 02:45:39 DEBUG : dir: reading active writers 2026/06/29 02:45:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/29 02:45:39 DEBUG : dir: Looking for writers 2026/06/29 02:45:39 DEBUG : file1: reading active writers 2026/06/29 02:45:39 DEBUG : Looking for writers 2026/06/29 02:45:39 DEBUG : dir: reading active writers 2026/06/29 02:45:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/29 02:45:39 DEBUG : dir: Looking for writers 2026/06/29 02:45:39 DEBUG : file1: reading active writers 2026/06/29 02:45:39 DEBUG : Looking for writers 2026/06/29 02:45:39 DEBUG : dir: reading active writers 2026/06/29 02:45:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/29 02:45:40 DEBUG : dir/file1: vfs cache: starting upload 2026/06/29 02:45:40 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1.ca338588.partial" 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1.ca338588.partial 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1.ca338588.partial" 2026/06/29 02:45:40 DEBUG : dir: Looking for writers 2026/06/29 02:45:40 DEBUG : file1: reading active writers 2026/06/29 02:45:40 DEBUG : Looking for writers 2026/06/29 02:45:40 DEBUG : dir: reading active writers 2026/06/29 02:45:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1.ca338588.partial 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:40 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:40 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/06/29 02:45:40 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/06/29 02:45:40 INFO : dir/file1: Copied (replaced existing) 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:40 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/29 02:45:40 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/06/29 02:45:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:40 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/29 02:45:40 DEBUG : dir: Looking for writers 2026/06/29 02:45:40 DEBUG : file1: reading active writers 2026/06/29 02:45:40 DEBUG : Looking for writers 2026/06/29 02:45:40 DEBUG : dir: reading active writers 2026/06/29 02:45:40 DEBUG : >WaitForWriters: 2026/06/29 02:45:40 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/29 02:45:40 DEBUG : dir/file1: newRWFileHandle: 2026/06/29 02:45:40 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/29 02:45:40 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/29 02:45:40 DEBUG : dir/file1(0x2e8af57fd580): _readAt: size=512, off=0 2026/06/29 02:45:40 DEBUG : dir/file1(0x2e8af57fd580): openPending: 2026/06/29 02:45:40 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/06/29 02:45:40 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/29 02:45:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:40 DEBUG : dir/file1(0x2e8af57fd580): >openPending: err= 2026/06/29 02:45:40 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/29 02:45:40 DEBUG : dir/file1(0x2e8af57fd580): >_readAt: n=14, err=EOF 2026/06/29 02:45:40 DEBUG : dir/file1(0x2e8af57fd580): close: 2026/06/29 02:45:40 DEBUG : dir/file1(0x2e8af57fd580): >close: err= 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:40 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:40 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:40 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/29 02:45:40 DEBUG : newLeaf: Updating file with newLeaf 0x2e8af584f790 2026/06/29 02:45:40 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/29 02:45:40 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:40 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:40 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:40 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:40 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/06/29 02:45:40 DEBUG : dir/file1: Updating file with dir/file1 0x2e8af584f790 2026/06/29 02:45:40 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/29 02:45:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:40 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:41 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/29 02:45:41 DEBUG : dir/file1: newRWFileHandle: 2026/06/29 02:45:41 DEBUG : dir/file1(0x2e8af586ce40): openPending: 2026/06/29 02:45:41 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/06/29 02:45:41 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/29 02:45:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:41 DEBUG : dir/file1(0x2e8af586ce40): >openPending: err= 2026/06/29 02:45:41 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/29 02:45:41 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/29 02:45:41 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/29 02:45:41 DEBUG : dir/file1(0x2e8af586ce40): _writeAt: size=25, off=0 2026/06/29 02:45:41 DEBUG : dir/file1(0x2e8af586ce40): >_writeAt: n=25, err= 2026/06/29 02:45:41 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:41 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:41 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/29 02:45:41 DEBUG : newLeaf: Updating file with newLeaf 0x2e8af584f790 2026/06/29 02:45:41 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/29 02:45:41 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/29 02:45:41 DEBUG : newLeaf(0x2e8af586ce40): close: 2026/06/29 02:45:41 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/29 02:45:41 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-29 02:45:41.018829282 +0000 UTC m=+20.632161335 2026/06/29 02:45:41 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:41 DEBUG : newLeaf(0x2e8af586ce40): >close: err= 2026/06/29 02:45:41 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:41 DEBUG : dir: Looking for writers 2026/06/29 02:45:41 DEBUG : Looking for writers 2026/06/29 02:45:41 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:41 DEBUG : dir: reading active writers 2026/06/29 02:45:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/29 02:45:41 DEBUG : dir: Looking for writers 2026/06/29 02:45:41 DEBUG : Looking for writers 2026/06/29 02:45:41 DEBUG : dir: reading active writers 2026/06/29 02:45:41 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/29 02:45:41 DEBUG : dir: Looking for writers 2026/06/29 02:45:41 DEBUG : Looking for writers 2026/06/29 02:45:41 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:41 DEBUG : dir: reading active writers 2026/06/29 02:45:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/29 02:45:41 DEBUG : dir: Looking for writers 2026/06/29 02:45:41 DEBUG : Looking for writers 2026/06/29 02:45:41 DEBUG : dir: reading active writers 2026/06/29 02:45:41 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/29 02:45:41 DEBUG : newLeaf: vfs cache: starting upload 2026/06/29 02:45:41 DEBUG : newLeaf.e83b670a.partial: size = 25 OK 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf.e83b670a.partial" 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf.e83b670a.partial 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf.e83b670a.partial" 2026/06/29 02:45:41 DEBUG : dir: Looking for writers 2026/06/29 02:45:41 DEBUG : Looking for writers 2026/06/29 02:45:41 DEBUG : dir: reading active writers 2026/06/29 02:45:41 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-soxovip5bezi/newLeaf.e83b670a.partial 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:41 DEBUG : newLeaf.e83b670a.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/29 02:45:41 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/29 02:45:41 DEBUG : newLeaf.e83b670a.partial: renamed to: newLeaf 2026/06/29 02:45:41 INFO : newLeaf: Copied (replaced existing) 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:41 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/29 02:45:41 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-29 02:45:41 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/29 02:45:41 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/29 02:45:41 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/29 02:45:41 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/29 02:45:41 DEBUG : dir: Looking for writers 2026/06/29 02:45:41 DEBUG : Looking for writers 2026/06/29 02:45:41 DEBUG : dir: reading active writers 2026/06/29 02:45:41 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:41 DEBUG : >WaitForWriters: 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:41 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:41 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/29 02:45:41 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:41 DEBUG : dir: Looking for writers 2026/06/29 02:45:41 DEBUG : Looking for writers 2026/06/29 02:45:41 DEBUG : dir: reading active writers 2026/06/29 02:45:41 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:41 DEBUG : >WaitForWriters: 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:41 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:41 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:41 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:41 DEBUG : dir: Looking for writers 2026/06/29 02:45:41 DEBUG : file1: reading active writers 2026/06/29 02:45:41 DEBUG : Looking for writers 2026/06/29 02:45:41 DEBUG : dir: reading active writers 2026/06/29 02:45:41 DEBUG : >WaitForWriters: 2026/06/29 02:45:41 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/29 02:45:41 DEBUG : dir/file1: newRWFileHandle: 2026/06/29 02:45:41 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/29 02:45:41 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/29 02:45:41 DEBUG : dir/file1(0x2e8af52e8040): _readAt: size=512, off=0 2026/06/29 02:45:41 DEBUG : dir/file1(0x2e8af52e8040): openPending: 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:41 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/29 02:45:41 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/29 02:45:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:41 DEBUG : dir/file1(0x2e8af52e8040): >openPending: err= 2026/06/29 02:45:41 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/06/29 02:45:41 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/29 02:45:41 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:41 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:41 DEBUG : dir/file1(0x2e8af52e8040): >_readAt: n=14, err=EOF 2026/06/29 02:45:41 DEBUG : dir/file1(0x2e8af52e8040): close: 2026/06/29 02:45:41 DEBUG : dir/file1(0x2e8af52e8040): >close: err= 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:41 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:42 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:42 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:42 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/29 02:45:42 DEBUG : newLeaf: Updating file with newLeaf 0x2e8af5863ad0 2026/06/29 02:45:42 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/29 02:45:42 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:42 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:42 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:42 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:42 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/06/29 02:45:42 DEBUG : dir/file1: Updating file with dir/file1 0x2e8af5863ad0 2026/06/29 02:45:42 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/29 02:45:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:42 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/29 02:45:42 DEBUG : dir/file1: newRWFileHandle: 2026/06/29 02:45:42 DEBUG : dir/file1(0x2e8af5292c00): openPending: 2026/06/29 02:45:42 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/06/29 02:45:42 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/29 02:45:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:42 DEBUG : dir/file1(0x2e8af5292c00): >openPending: err= 2026/06/29 02:45:42 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/29 02:45:42 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/29 02:45:42 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/29 02:45:42 DEBUG : dir/file1(0x2e8af5292c00): _writeAt: size=25, off=0 2026/06/29 02:45:42 DEBUG : dir/file1(0x2e8af5292c00): >_writeAt: n=25, err= 2026/06/29 02:45:42 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:42 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:42 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/29 02:45:42 DEBUG : newLeaf: Updating file with newLeaf 0x2e8af5863ad0 2026/06/29 02:45:42 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/29 02:45:42 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/29 02:45:42 DEBUG : newLeaf(0x2e8af5292c00): close: 2026/06/29 02:45:42 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/29 02:45:42 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-29 02:45:42.714651845 +0000 UTC m=+22.327983888 2026/06/29 02:45:42 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:42 DEBUG : newLeaf(0x2e8af5292c00): >close: err= 2026/06/29 02:45:42 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:42 DEBUG : dir: Looking for writers 2026/06/29 02:45:42 DEBUG : Looking for writers 2026/06/29 02:45:42 DEBUG : dir: reading active writers 2026/06/29 02:45:42 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/29 02:45:42 DEBUG : dir: Looking for writers 2026/06/29 02:45:42 DEBUG : Looking for writers 2026/06/29 02:45:42 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:42 DEBUG : dir: reading active writers 2026/06/29 02:45:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/29 02:45:42 DEBUG : dir: Looking for writers 2026/06/29 02:45:42 DEBUG : Looking for writers 2026/06/29 02:45:42 DEBUG : dir: reading active writers 2026/06/29 02:45:42 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/29 02:45:42 DEBUG : dir: Looking for writers 2026/06/29 02:45:42 DEBUG : Looking for writers 2026/06/29 02:45:42 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:42 DEBUG : dir: reading active writers 2026/06/29 02:45:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/29 02:45:42 DEBUG : newLeaf: vfs cache: starting upload 2026/06/29 02:45:42 DEBUG : newLeaf.d2b7df50.partial: size = 25 OK 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf.d2b7df50.partial" 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf.d2b7df50.partial 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf.d2b7df50.partial" 2026/06/29 02:45:42 DEBUG : dir: Looking for writers 2026/06/29 02:45:42 DEBUG : Looking for writers 2026/06/29 02:45:42 DEBUG : dir: reading active writers 2026/06/29 02:45:42 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-soxovip5bezi/newLeaf.d2b7df50.partial 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:42 DEBUG : newLeaf.d2b7df50.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/29 02:45:42 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/29 02:45:42 DEBUG : newLeaf.d2b7df50.partial: renamed to: newLeaf 2026/06/29 02:45:42 INFO : newLeaf: Copied (replaced existing) 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:42 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:43 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/29 02:45:43 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-29 02:45:42 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/29 02:45:43 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/29 02:45:43 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/29 02:45:43 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/29 02:45:43 DEBUG : dir: Looking for writers 2026/06/29 02:45:43 DEBUG : Looking for writers 2026/06/29 02:45:43 DEBUG : dir: reading active writers 2026/06/29 02:45:43 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:43 DEBUG : >WaitForWriters: 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:43 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/newLeaf" 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-soxovip5bezi/newLeaf 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:43 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/29 02:45:43 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:43 DEBUG : dir: Looking for writers 2026/06/29 02:45:43 DEBUG : Looking for writers 2026/06/29 02:45:43 DEBUG : newLeaf: reading active writers 2026/06/29 02:45:43 DEBUG : dir: reading active writers 2026/06/29 02:45:43 DEBUG : >WaitForWriters: 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting --- PASS: TestFileRename (9.32s) --- PASS: TestFileRename/off,forceCache=false (1.06s) --- PASS: TestFileRename/minimal,forceCache=false (1.03s) --- PASS: TestFileRename/minimal,forceCache=true (2.04s) --- PASS: TestFileRename/writes,forceCache=false (1.46s) --- PASS: TestFileRename/writes,forceCache=true (2.03s) --- PASS: TestFileRename/full,forceCache=false (1.70s) === 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-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:43 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:43 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:43 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:43 DEBUG : Looking for writers 2026/06/29 02:45:43 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-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:43 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:43 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:43 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/29 02:45:43 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:43 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/29 02:45:43 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/29 02:45:43 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/29 02:45:43 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:43 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:43 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:43 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/29 02:45:43 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:43 DEBUG : dir: Looking for writers 2026/06/29 02:45:43 DEBUG : file1: reading active writers 2026/06/29 02:45:43 DEBUG : Looking for writers 2026/06/29 02:45:43 DEBUG : dir: reading active writers 2026/06/29 02:45:43 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.30s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:43 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:43 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:43 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/29 02:45:43 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:43 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/29 02:45:43 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/29 02:45:43 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/29 02:45:43 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:43 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:43 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/06/29 02:45:43 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/06/29 02:45:43 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/06/29 02:45:43 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/06/29 02:45:43 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/06/29 02:45:43 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/06/29 02:45:43 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/06/29 02:45:43 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/06/29 02:45:43 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/06/29 02:45:43 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/06/29 02:45:43 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/06/29 02:45:43 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/06/29 02:45:43 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/06/29 02:45:43 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/06/29 02:45:43 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/06/29 02:45:43 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:43 DEBUG : dir: Looking for writers 2026/06/29 02:45:43 DEBUG : file1: reading active writers 2026/06/29 02:45:43 DEBUG : Looking for writers 2026/06/29 02:45:43 DEBUG : dir: reading active writers 2026/06/29 02:45:43 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.30s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:43 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:43 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:44 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:44 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/29 02:45:44 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:44 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/29 02:45:44 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/29 02:45:44 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/29 02:45:44 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:44 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:44 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/06/29 02:45:44 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/06/29 02:45:44 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/06/29 02:45:44 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/06/29 02:45:44 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/06/29 02:45:44 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/06/29 02:45:44 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/06/29 02:45:44 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/06/29 02:45:44 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/06/29 02:45:44 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/06/29 02:45:44 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/06/29 02:45:44 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/06/29 02:45:44 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/06/29 02:45:44 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/06/29 02:45:44 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/06/29 02:45:44 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/06/29 02:45:44 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/06/29 02:45:44 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/06/29 02:45:44 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/06/29 02:45:44 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/06/29 02:45:44 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/06/29 02:45:44 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/06/29 02:45:44 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/06/29 02:45:44 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/06/29 02:45:44 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/06/29 02:45:44 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/06/29 02:45:44 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/06/29 02:45:44 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/06/29 02:45:44 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/06/29 02:45:44 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/06/29 02:45:44 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:44 DEBUG : dir: Looking for writers 2026/06/29 02:45:44 DEBUG : file1: reading active writers 2026/06/29 02:45:44 DEBUG : Looking for writers 2026/06/29 02:45:44 DEBUG : dir: reading active writers 2026/06/29 02:45:44 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.35s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:44 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:44 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:44 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/29 02:45:44 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:44 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/29 02:45:44 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/29 02:45:44 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/29 02:45:44 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:44 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:44 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/29 02:45:44 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:44 DEBUG : dir: Looking for writers 2026/06/29 02:45:44 DEBUG : file1: reading active writers 2026/06/29 02:45:44 DEBUG : Looking for writers 2026/06/29 02:45:44 DEBUG : dir: reading active writers 2026/06/29 02:45:44 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.31s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:44 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:44 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:44 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/29 02:45:44 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:44 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/29 02:45:44 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/29 02:45:44 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/29 02:45:44 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:44 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:44 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:44 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/29 02:45:44 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/06/29 02:45:44 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:44 DEBUG : dir: Looking for writers 2026/06/29 02:45:44 DEBUG : file1: reading active writers 2026/06/29 02:45:44 DEBUG : Looking for writers 2026/06/29 02:45:44 DEBUG : dir: reading active writers 2026/06/29 02:45:44 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.31s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:44 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:44 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:44 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:45 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/29 02:45:45 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:45 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/29 02:45:45 DEBUG : dir/file1: newRWFileHandle: 2026/06/29 02:45:45 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/29 02:45:45 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/29 02:45:45 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af57fc200): _readAt: size=1, off=0 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af57fc200): openPending: 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/29 02:45:45 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/29 02:45:45 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/29 02:45:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af57fc200): >openPending: err= 2026/06/29 02:45:45 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/06/29 02:45:45 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/29 02:45:45 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:45 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af57fc200): >_readAt: n=1, err= 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af57fc200): _readAt: size=256, off=1 2026/06/29 02:45:45 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af57fc200): >_readAt: n=15, err=EOF 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af57fc200): _readAt: size=16, off=16 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af57fc200): >_readAt: n=0, err=EOF 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af57fc200): close: 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af57fc200): >close: err= 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af57fc200): close: 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af57fc200): >close: err=file already closed 2026/06/29 02:45:45 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:45 DEBUG : dir: Looking for writers 2026/06/29 02:45:45 DEBUG : file1: reading active writers 2026/06/29 02:45:45 DEBUG : Looking for writers 2026/06/29 02:45:45 DEBUG : dir: reading active writers 2026/06/29 02:45:45 DEBUG : >WaitForWriters: 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.32s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:45 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:45 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:45 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/29 02:45:45 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:45 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/29 02:45:45 DEBUG : dir/file1: newRWFileHandle: 2026/06/29 02:45:45 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/29 02:45:45 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/29 02:45:45 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5724800): _readAt: size=1, off=0 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5724800): openPending: 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/29 02:45:45 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/29 02:45:45 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/29 02:45:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5724800): >openPending: err= 2026/06/29 02:45:45 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/06/29 02:45:45 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/29 02:45:45 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:45 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5724800): >_readAt: n=1, err= 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5724800): _readAt: size=1, off=5 2026/06/29 02:45:45 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5724800): >_readAt: n=1, err= 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5724800): _readAt: size=1, off=3 2026/06/29 02:45:45 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5724800): >_readAt: n=1, err= 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5724800): _readAt: size=1, off=13 2026/06/29 02:45:45 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5724800): >_readAt: n=1, err= 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5724800): _readAt: size=16, off=100 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5724800): >_readAt: n=0, err=EOF 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5724800): close: 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5724800): >close: err= 2026/06/29 02:45:45 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:45 DEBUG : dir: Looking for writers 2026/06/29 02:45:45 DEBUG : file1: reading active writers 2026/06/29 02:45:45 DEBUG : Looking for writers 2026/06/29 02:45:45 DEBUG : dir: reading active writers 2026/06/29 02:45:45 DEBUG : >WaitForWriters: 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.32s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:45 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:45 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:45 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/29 02:45:45 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:45 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/29 02:45:45 DEBUG : dir/file1: newRWFileHandle: 2026/06/29 02:45:45 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/29 02:45:45 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/29 02:45:45 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5880600): _readAt: size=1, off=0 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5880600): openPending: 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/29 02:45:45 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/29 02:45:45 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/29 02:45:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5880600): >openPending: err= 2026/06/29 02:45:45 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/06/29 02:45:45 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/29 02:45:45 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:45 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5880600): >_readAt: n=1, err= 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5880600): _readAt: size=1, off=5 2026/06/29 02:45:45 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5880600): >_readAt: n=1, err= 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5880600): _readAt: size=1, off=1 2026/06/29 02:45:45 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5880600): >_readAt: n=1, err= 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5880600): _readAt: size=6, off=10 2026/06/29 02:45:45 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5880600): >_readAt: n=6, err= 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5880600): _readAt: size=256, off=10 2026/06/29 02:45:45 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5880600): >_readAt: n=6, err=EOF 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5880600): _readAt: size=256, off=100 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5880600): >_readAt: n=0, err=EOF 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5880600): close: 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5880600): >close: err= 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5880600): _readAt: size=256, off=100 2026/06/29 02:45:45 DEBUG : dir/file1(0x2e8af5880600): >_readAt: n=0, err=file already closed 2026/06/29 02:45:45 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:45 DEBUG : dir: Looking for writers 2026/06/29 02:45:45 DEBUG : file1: reading active writers 2026/06/29 02:45:45 DEBUG : Looking for writers 2026/06/29 02:45:45 DEBUG : dir: reading active writers 2026/06/29 02:45:45 DEBUG : >WaitForWriters: 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.29s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:45 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:45 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:45 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:46 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/29 02:45:46 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:46 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/29 02:45:46 DEBUG : dir/file1: newRWFileHandle: 2026/06/29 02:45:46 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/29 02:45:46 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/29 02:45:46 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/29 02:45:46 DEBUG : dir/file1(0x2e8af5881080): RWFileHandle.Flush 2026/06/29 02:45:46 DEBUG : dir/file1(0x2e8af5881080): _readAt: size=256, off=0 2026/06/29 02:45:46 DEBUG : dir/file1(0x2e8af5881080): openPending: 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/29 02:45:46 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/29 02:45:46 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/29 02:45:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:46 DEBUG : dir/file1(0x2e8af5881080): >openPending: err= 2026/06/29 02:45:46 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/06/29 02:45:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/29 02:45:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:46 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:46 DEBUG : dir/file1(0x2e8af5881080): >_readAt: n=16, err=EOF 2026/06/29 02:45:46 DEBUG : dir/file1(0x2e8af5881080): RWFileHandle.Flush 2026/06/29 02:45:46 DEBUG : dir/file1(0x2e8af5881080): RWFileHandle.Flush 2026/06/29 02:45:46 DEBUG : dir/file1(0x2e8af5881080): close: 2026/06/29 02:45:46 DEBUG : dir/file1(0x2e8af5881080): >close: err= 2026/06/29 02:45:46 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:46 DEBUG : dir: Looking for writers 2026/06/29 02:45:46 DEBUG : file1: reading active writers 2026/06/29 02:45:46 DEBUG : Looking for writers 2026/06/29 02:45:46 DEBUG : dir: reading active writers 2026/06/29 02:45:46 DEBUG : >WaitForWriters: 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.32s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:46 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:46 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:46 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/29 02:45:46 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:46 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/29 02:45:46 DEBUG : dir/file1: newRWFileHandle: 2026/06/29 02:45:46 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/29 02:45:46 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/29 02:45:46 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/29 02:45:46 DEBUG : dir/file1(0x2e8af567ea00): _readAt: size=256, off=0 2026/06/29 02:45:46 DEBUG : dir/file1(0x2e8af567ea00): openPending: 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/29 02:45:46 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/29 02:45:46 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/29 02:45:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:46 DEBUG : dir/file1(0x2e8af567ea00): >openPending: err= 2026/06/29 02:45:46 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/06/29 02:45:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/29 02:45:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:46 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:46 DEBUG : dir/file1(0x2e8af567ea00): >_readAt: n=16, err=EOF 2026/06/29 02:45:46 DEBUG : dir/file1(0x2e8af567ea00): RWFileHandle.Release 2026/06/29 02:45:46 DEBUG : dir/file1(0x2e8af567ea00): close: 2026/06/29 02:45:46 DEBUG : dir/file1(0x2e8af567ea00): >close: err= 2026/06/29 02:45:46 DEBUG : dir/file1(0x2e8af567ea00): RWFileHandle.Release 2026/06/29 02:45:46 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:46 DEBUG : dir: Looking for writers 2026/06/29 02:45:46 DEBUG : file1: reading active writers 2026/06/29 02:45:46 DEBUG : Looking for writers 2026/06/29 02:45:46 DEBUG : dir: reading active writers 2026/06/29 02:45:46 DEBUG : >WaitForWriters: 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.31s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:46 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:46 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:46 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:46 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:46 DEBUG : file1: newRWFileHandle: 2026/06/29 02:45:46 DEBUG : file1(0x2e8af567f680): openPending: 2026/06/29 02:45:46 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:46 DEBUG : file1(0x2e8af567f680): >openPending: err= 2026/06/29 02:45:46 DEBUG : file1: >newRWFileHandle: err= 2026/06/29 02:45:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:46 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/29 02:45:46 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/29 02:45:46 DEBUG : file1(0x2e8af567f680): _writeAt: size=5, off=0 2026/06/29 02:45:46 DEBUG : file1(0x2e8af567f680): >_writeAt: n=5, err= 2026/06/29 02:45:46 DEBUG : file1(0x2e8af567f680): _writeAt: size=7, off=5 2026/06/29 02:45:46 DEBUG : file1(0x2e8af567f680): >_writeAt: n=7, err= 2026/06/29 02:45:46 DEBUG : file1: vfs cache: truncate to size=11 2026/06/29 02:45:46 DEBUG : file1(0x2e8af567f680): close: 2026/06/29 02:45:46 DEBUG : file1: vfs cache: setting modification time to 2026-06-29 02:45:46.469751898 +0000 UTC m=+26.083083941 2026/06/29 02:45:46 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:46 DEBUG : file1(0x2e8af567f680): >close: err= 2026/06/29 02:45:46 DEBUG : file1(0x2e8af567f680): close: 2026/06/29 02:45:46 DEBUG : file1(0x2e8af567f680): >close: err=file already closed 2026/06/29 02:45:46 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:46 DEBUG : Looking for writers 2026/06/29 02:45:46 DEBUG : file1: reading active writers 2026/06/29 02:45:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/29 02:45:46 DEBUG : Looking for writers 2026/06/29 02:45:46 DEBUG : file1: reading active writers 2026/06/29 02:45:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/29 02:45:46 DEBUG : Looking for writers 2026/06/29 02:45:46 DEBUG : file1: reading active writers 2026/06/29 02:45:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/29 02:45:46 DEBUG : Looking for writers 2026/06/29 02:45:46 DEBUG : file1: reading active writers 2026/06/29 02:45:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/29 02:45:46 DEBUG : file1: vfs cache: starting upload 2026/06/29 02:45:46 DEBUG : file1.c3970e8b.partial: size = 11 OK 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1.c3970e8b.partial" 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1.c3970e8b.partial 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1.c3970e8b.partial" 2026/06/29 02:45:46 DEBUG : Looking for writers 2026/06/29 02:45:46 DEBUG : file1: reading active writers 2026/06/29 02:45:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-soxovip5bezi/file1.c3970e8b.partial 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:46 DEBUG : file1.c3970e8b.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/29 02:45:46 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/06/29 02:45:46 DEBUG : file1.c3970e8b.partial: renamed to: file1 2026/06/29 02:45:46 INFO : file1: Copied (new) 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:46 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/29 02:45:46 DEBUG : file1: vfs cache: fingerprint now "11,2026-06-29 02:45:46 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/06/29 02:45:46 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/29 02:45:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:46 INFO : file1: vfs cache: upload succeeded try #1 2026/06/29 02:45:46 DEBUG : Looking for writers 2026/06/29 02:45:46 DEBUG : file1: reading active writers 2026/06/29 02:45:46 DEBUG : >WaitForWriters: 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:46 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:46 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/06/29 02:45:46 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:46 DEBUG : Looking for writers 2026/06/29 02:45:46 DEBUG : file1: reading active writers 2026/06/29 02:45:46 DEBUG : >WaitForWriters: 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.52s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:46 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:46 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:46 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:46 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:46 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:46 DEBUG : file1: newRWFileHandle: 2026/06/29 02:45:46 DEBUG : file1(0x2e8af567fe80): openPending: 2026/06/29 02:45:46 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:46 DEBUG : file1(0x2e8af567fe80): >openPending: err= 2026/06/29 02:45:46 DEBUG : file1: >newRWFileHandle: err= 2026/06/29 02:45:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:46 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/29 02:45:46 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/29 02:45:46 DEBUG : file1(0x2e8af567fe80): _writeAt: size=7, off=0 2026/06/29 02:45:46 DEBUG : file1(0x2e8af567fe80): >_writeAt: n=7, err= 2026/06/29 02:45:46 DEBUG : file1(0x2e8af567fe80): _writeAt: size=6, off=5 2026/06/29 02:45:46 DEBUG : file1(0x2e8af567fe80): >_writeAt: n=6, err= 2026/06/29 02:45:46 DEBUG : file1(0x2e8af567fe80): close: 2026/06/29 02:45:46 DEBUG : file1: vfs cache: setting modification time to 2026-06-29 02:45:46.988229895 +0000 UTC m=+26.601561948 2026/06/29 02:45:46 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:46 DEBUG : file1(0x2e8af567fe80): >close: err= 2026/06/29 02:45:46 DEBUG : file1(0x2e8af567fe80): _writeAt: size=5, off=0 2026/06/29 02:45:46 DEBUG : file1(0x2e8af567fe80): >_writeAt: n=0, err=file already closed 2026/06/29 02:45:46 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:46 DEBUG : Looking for writers 2026/06/29 02:45:46 DEBUG : file1: reading active writers 2026/06/29 02:45:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/29 02:45:46 DEBUG : Looking for writers 2026/06/29 02:45:46 DEBUG : file1: reading active writers 2026/06/29 02:45:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/29 02:45:47 DEBUG : Looking for writers 2026/06/29 02:45:47 DEBUG : file1: reading active writers 2026/06/29 02:45:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/29 02:45:47 DEBUG : Looking for writers 2026/06/29 02:45:47 DEBUG : file1: reading active writers 2026/06/29 02:45:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/29 02:45:47 DEBUG : file1: vfs cache: starting upload 2026/06/29 02:45:47 DEBUG : file1.73a2c643.partial: size = 11 OK 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1.73a2c643.partial" 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1.73a2c643.partial 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1.73a2c643.partial" 2026/06/29 02:45:47 DEBUG : Looking for writers 2026/06/29 02:45:47 DEBUG : file1: reading active writers 2026/06/29 02:45:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-soxovip5bezi/file1.73a2c643.partial 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:47 DEBUG : file1.73a2c643.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/29 02:45:47 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/06/29 02:45:47 DEBUG : file1.73a2c643.partial: renamed to: file1 2026/06/29 02:45:47 INFO : file1: Copied (new) 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:47 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/29 02:45:47 DEBUG : file1: vfs cache: fingerprint now "11,2026-06-29 02:45:46 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/06/29 02:45:47 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/29 02:45:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:47 INFO : file1: vfs cache: upload succeeded try #1 2026/06/29 02:45:47 DEBUG : Looking for writers 2026/06/29 02:45:47 DEBUG : file1: reading active writers 2026/06/29 02:45:47 DEBUG : >WaitForWriters: 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:47 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:47 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/06/29 02:45:47 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:47 DEBUG : Looking for writers 2026/06/29 02:45:47 DEBUG : file1: reading active writers 2026/06/29 02:45:47 DEBUG : >WaitForWriters: 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.52s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:47 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:47 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:47 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:47 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:47 DEBUG : file1: newRWFileHandle: 2026/06/29 02:45:47 DEBUG : file1(0x2e8af5c81780): openPending: 2026/06/29 02:45:47 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:47 DEBUG : file1(0x2e8af5c81780): >openPending: err= 2026/06/29 02:45:47 DEBUG : file1: >newRWFileHandle: err= 2026/06/29 02:45:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:47 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/29 02:45:47 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/29 02:45:47 DEBUG : file1(0x2e8af5c81780): close: 2026/06/29 02:45:47 DEBUG : file1: vfs cache: setting modification time to 2026-06-29 02:45:47.507288221 +0000 UTC m=+27.120620274 2026/06/29 02:45:47 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:47 DEBUG : file1(0x2e8af5c81780): >close: err= 2026/06/29 02:45:47 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/06/29 02:45:47 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/29 02:45:47 DEBUG : file2: newRWFileHandle: 2026/06/29 02:45:47 DEBUG : file2(0x2e8af5724280): openPending: 2026/06/29 02:45:47 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:47 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/29 02:45:47 DEBUG : file2(0x2e8af5724280): >openPending: err= 2026/06/29 02:45:47 DEBUG : file2: >newRWFileHandle: err= 2026/06/29 02:45:47 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/29 02:45:47 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/06/29 02:45:47 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/06/29 02:45:47 DEBUG : file2(0x2e8af5724280): RWFileHandle.Flush 2026/06/29 02:45:47 DEBUG : file2(0x2e8af5724280): RWFileHandle.Release 2026/06/29 02:45:47 DEBUG : file2(0x2e8af5724280): close: 2026/06/29 02:45:47 DEBUG : file2: vfs cache: setting modification time to 2026-06-29 02:45:47.508251164 +0000 UTC m=+27.121583207 2026/06/29 02:45:47 INFO : file2: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:47 DEBUG : file2(0x2e8af5724280): >close: err= 2026/06/29 02:45:47 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:47 DEBUG : Looking for writers 2026/06/29 02:45:47 DEBUG : file1: reading active writers 2026/06/29 02:45:47 DEBUG : file2: reading active writers 2026/06/29 02:45:47 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/06/29 02:45:47 DEBUG : Looking for writers 2026/06/29 02:45:47 DEBUG : file1: reading active writers 2026/06/29 02:45:47 DEBUG : file2: reading active writers 2026/06/29 02:45:47 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/06/29 02:45:47 DEBUG : Looking for writers 2026/06/29 02:45:47 DEBUG : file1: reading active writers 2026/06/29 02:45:47 DEBUG : file2: reading active writers 2026/06/29 02:45:47 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/06/29 02:45:47 DEBUG : Looking for writers 2026/06/29 02:45:47 DEBUG : file1: reading active writers 2026/06/29 02:45:47 DEBUG : file2: reading active writers 2026/06/29 02:45:47 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/06/29 02:45:47 DEBUG : file1: vfs cache: starting upload 2026/06/29 02:45:47 DEBUG : file2: vfs cache: starting upload 2026/06/29 02:45:47 DEBUG : file1.1c4a3259.partial: size = 0 OK 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1.1c4a3259.partial" 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1.1c4a3259.partial 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1.1c4a3259.partial" 2026/06/29 02:45:47 DEBUG : file2.7f30fc40.partial: size = 0 OK 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file2.7f30fc40.partial" 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file2.7f30fc40.partial 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file2.7f30fc40.partial" 2026/06/29 02:45:47 DEBUG : Looking for writers 2026/06/29 02:45:47 DEBUG : file2: reading active writers 2026/06/29 02:45:47 DEBUG : file1: reading active writers 2026/06/29 02:45:47 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-soxovip5bezi/file1.1c4a3259.partial 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:47 DEBUG : file1.1c4a3259.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/29 02:45:47 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-soxovip5bezi/file2.7f30fc40.partial 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:47 DEBUG : file2.7f30fc40.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/29 02:45:47 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/29 02:45:47 DEBUG : file1.1c4a3259.partial: renamed to: file1 2026/06/29 02:45:47 INFO : file1: Copied (new) 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:47 DEBUG : file2.7f30fc40.partial: renamed to: file2 2026/06/29 02:45:47 INFO : file2: Copied (new) 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file2" 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file2 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file2" 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:47 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/29 02:45:47 DEBUG : file1: vfs cache: fingerprint now "0,2026-06-29 02:45:47 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/06/29 02:45:47 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/29 02:45:47 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:47 INFO : file1: vfs cache: upload succeeded try #1 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-soxovip5bezi/file2 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:47 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/29 02:45:47 DEBUG : file2: vfs cache: fingerprint now "0,2026-06-29 02:45:47 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/06/29 02:45:47 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/06/29 02:45:47 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/29 02:45:47 INFO : file2: vfs cache: upload succeeded try #1 2026/06/29 02:45:47 DEBUG : Looking for writers 2026/06/29 02:45:47 DEBUG : file1: reading active writers 2026/06/29 02:45:47 DEBUG : file2: reading active writers 2026/06/29 02:45:47 DEBUG : >WaitForWriters: 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:47 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:47 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:48 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file2" 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file2 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file2" 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-soxovip5bezi/file2 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:48 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file2" 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/file2 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/file2" 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-soxovip5bezi/file2 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:48 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/29 02:45:48 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:48 DEBUG : Looking for writers 2026/06/29 02:45:48 DEBUG : file1: reading active writers 2026/06/29 02:45:48 DEBUG : file2: reading active writers 2026/06/29 02:45:48 DEBUG : >WaitForWriters: 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.72s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:48 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:48 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:48 DEBUG : file1: newRWFileHandle: 2026/06/29 02:45:48 DEBUG : file1(0x2e8af5c80d80): openPending: 2026/06/29 02:45:48 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:48 DEBUG : file1(0x2e8af5c80d80): >openPending: err= 2026/06/29 02:45:48 DEBUG : file1: >newRWFileHandle: err= 2026/06/29 02:45:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:48 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/29 02:45:48 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/29 02:45:48 DEBUG : file1(0x2e8af5c80d80): _writeAt: size=5, off=0 2026/06/29 02:45:48 DEBUG : file1(0x2e8af5c80d80): >_writeAt: n=5, err= 2026/06/29 02:45:48 DEBUG : file1(0x2e8af5c80d80): RWFileHandle.Flush 2026/06/29 02:45:48 DEBUG : file1(0x2e8af5c80d80): RWFileHandle.Flush 2026/06/29 02:45:48 DEBUG : file1(0x2e8af5c80d80): close: 2026/06/29 02:45:48 DEBUG : file1: vfs cache: setting modification time to 2026-06-29 02:45:48.225615415 +0000 UTC m=+27.838947488 2026/06/29 02:45:48 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:48 DEBUG : file1(0x2e8af5c80d80): >close: err= 2026/06/29 02:45:48 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:48 DEBUG : Looking for writers 2026/06/29 02:45:48 DEBUG : file1: reading active writers 2026/06/29 02:45:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/29 02:45:48 DEBUG : Looking for writers 2026/06/29 02:45:48 DEBUG : file1: reading active writers 2026/06/29 02:45:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/29 02:45:48 DEBUG : Looking for writers 2026/06/29 02:45:48 DEBUG : file1: reading active writers 2026/06/29 02:45:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/29 02:45:48 DEBUG : Looking for writers 2026/06/29 02:45:48 DEBUG : file1: reading active writers 2026/06/29 02:45:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/29 02:45:48 DEBUG : file1: vfs cache: starting upload 2026/06/29 02:45:48 DEBUG : file1.473946c3.partial: size = 5 OK 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1.473946c3.partial" 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1.473946c3.partial 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1.473946c3.partial" 2026/06/29 02:45:48 DEBUG : Looking for writers 2026/06/29 02:45:48 DEBUG : file1: reading active writers 2026/06/29 02:45:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-soxovip5bezi/file1.473946c3.partial 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:48 DEBUG : file1.473946c3.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/29 02:45:48 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/29 02:45:48 DEBUG : file1.473946c3.partial: renamed to: file1 2026/06/29 02:45:48 INFO : file1: Copied (new) 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:48 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/29 02:45:48 DEBUG : file1: vfs cache: fingerprint now "5,2026-06-29 02:45:48 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/29 02:45:48 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/29 02:45:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:48 INFO : file1: vfs cache: upload succeeded try #1 2026/06/29 02:45:48 DEBUG : Looking for writers 2026/06/29 02:45:48 DEBUG : file1: reading active writers 2026/06/29 02:45:48 DEBUG : >WaitForWriters: 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:48 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:48 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:48 DEBUG : file1: newRWFileHandle: 2026/06/29 02:45:48 DEBUG : file1(0x2e8af57fc400): openPending: 2026/06/29 02:45:48 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:48 DEBUG : file1(0x2e8af57fc400): >openPending: err= 2026/06/29 02:45:48 DEBUG : file1: >newRWFileHandle: err= 2026/06/29 02:45:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:48 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/29 02:45:48 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/29 02:45:48 DEBUG : file1(0x2e8af57fc400): _writeAt: size=5, off=0 2026/06/29 02:45:48 DEBUG : file1(0x2e8af57fc400): >_writeAt: n=5, err= 2026/06/29 02:45:48 DEBUG : file1(0x2e8af57fc400): RWFileHandle.Release 2026/06/29 02:45:48 DEBUG : file1(0x2e8af57fc400): close: 2026/06/29 02:45:48 DEBUG : file1: vfs cache: setting modification time to 2026-06-29 02:45:48.550852185 +0000 UTC m=+28.164184229 2026/06/29 02:45:48 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:48 DEBUG : file1(0x2e8af57fc400): >close: err= 2026/06/29 02:45:48 DEBUG : file1(0x2e8af57fc400): RWFileHandle.Release 2026/06/29 02:45:48 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:48 DEBUG : Looking for writers 2026/06/29 02:45:48 DEBUG : file1: reading active writers 2026/06/29 02:45:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/29 02:45:48 DEBUG : Looking for writers 2026/06/29 02:45:48 DEBUG : file1: reading active writers 2026/06/29 02:45:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/29 02:45:48 DEBUG : Looking for writers 2026/06/29 02:45:48 DEBUG : file1: reading active writers 2026/06/29 02:45:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/29 02:45:48 DEBUG : Looking for writers 2026/06/29 02:45:48 DEBUG : file1: reading active writers 2026/06/29 02:45:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/29 02:45:48 DEBUG : file1: vfs cache: starting upload 2026/06/29 02:45:48 DEBUG : file1.57329bea.partial: size = 5 OK 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1.57329bea.partial" 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1.57329bea.partial 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1.57329bea.partial" 2026/06/29 02:45:48 DEBUG : Looking for writers 2026/06/29 02:45:48 DEBUG : file1: reading active writers 2026/06/29 02:45:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-soxovip5bezi/file1.57329bea.partial 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:48 DEBUG : file1.57329bea.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/29 02:45:48 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/29 02:45:48 DEBUG : file1.57329bea.partial: renamed to: file1 2026/06/29 02:45:48 INFO : file1: Copied (new) 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:48 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/29 02:45:48 DEBUG : file1: vfs cache: fingerprint now "5,2026-06-29 02:45:48 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/29 02:45:48 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/29 02:45:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:48 INFO : file1: vfs cache: upload succeeded try #1 2026/06/29 02:45:48 DEBUG : Looking for writers 2026/06/29 02:45:48 DEBUG : file1: reading active writers 2026/06/29 02:45:48 DEBUG : >WaitForWriters: 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:48 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:48 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:48 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:48 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:49 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/29 02:45:49 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/06/29 02:45:49 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/29 02:45:49 DEBUG : dir/file1: newRWFileHandle: 2026/06/29 02:45:49 DEBUG : dir/file1(0x2e8af5725640): openPending: 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:49 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/29 02:45:49 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/29 02:45:49 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/29 02:45:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:49 DEBUG : dir/file1(0x2e8af5725640): >openPending: err= 2026/06/29 02:45:49 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/29 02:45:49 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/29 02:45:49 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/29 02:45:49 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/29 02:45:49 DEBUG : dir/file1(0x2e8af5725640): _writeAt: size=5, off=0 2026/06/29 02:45:49 DEBUG : dir/file1(0x2e8af5725640): >_writeAt: n=5, err= 2026/06/29 02:45:49 DEBUG : dir/file1(0x2e8af5725640): close: 2026/06/29 02:45:49 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:49 DEBUG : dir/file1: vfs cache: setting modification time to 2026-06-29 02:45:49.142532824 +0000 UTC m=+28.755864897 2026/06/29 02:45:49 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:49 DEBUG : dir/file1(0x2e8af5725640): >close: err= 2026/06/29 02:45:49 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:49 DEBUG : dir: Looking for writers 2026/06/29 02:45:49 DEBUG : file1: reading active writers 2026/06/29 02:45:49 DEBUG : Looking for writers 2026/06/29 02:45:49 DEBUG : dir: reading active writers 2026/06/29 02:45:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/29 02:45:49 DEBUG : dir: Looking for writers 2026/06/29 02:45:49 DEBUG : file1: reading active writers 2026/06/29 02:45:49 DEBUG : Looking for writers 2026/06/29 02:45:49 DEBUG : dir: reading active writers 2026/06/29 02:45:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/29 02:45:49 DEBUG : dir: Looking for writers 2026/06/29 02:45:49 DEBUG : file1: reading active writers 2026/06/29 02:45:49 DEBUG : Looking for writers 2026/06/29 02:45:49 DEBUG : dir: reading active writers 2026/06/29 02:45:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/29 02:45:49 DEBUG : dir: Looking for writers 2026/06/29 02:45:49 DEBUG : file1: reading active writers 2026/06/29 02:45:49 DEBUG : Looking for writers 2026/06/29 02:45:49 DEBUG : dir: reading active writers 2026/06/29 02:45:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/29 02:45:49 DEBUG : dir/file1: vfs cache: starting upload 2026/06/29 02:45:49 DEBUG : dir/file1.08700122.partial: size = 5 OK 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1.08700122.partial" 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1.08700122.partial 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1.08700122.partial" 2026/06/29 02:45:49 DEBUG : dir: Looking for writers 2026/06/29 02:45:49 DEBUG : file1: reading active writers 2026/06/29 02:45:49 DEBUG : Looking for writers 2026/06/29 02:45:49 DEBUG : dir: reading active writers 2026/06/29 02:45:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-soxovip5bezi/dir/file1.08700122.partial 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:49 DEBUG : dir/file1.08700122.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/29 02:45:49 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/29 02:45:49 DEBUG : dir/file1.08700122.partial: renamed to: dir/file1 2026/06/29 02:45:49 INFO : dir/file1: Copied (replaced existing) 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:49 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/29 02:45:49 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-06-29 02:45:49 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/29 02:45:49 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/29 02:45:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:49 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/29 02:45:49 DEBUG : dir: Looking for writers 2026/06/29 02:45:49 DEBUG : file1: reading active writers 2026/06/29 02:45:49 DEBUG : Looking for writers 2026/06/29 02:45:49 DEBUG : dir: reading active writers 2026/06/29 02:45:49 DEBUG : >WaitForWriters: 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.59s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:49 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:49 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:49 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:49 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/29 02:45:49 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:49 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:49 DEBUG : dir/file1: newRWFileHandle: 2026/06/29 02:45:49 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/29 02:45:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:49 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/29 02:45:49 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/29 02:45:49 DEBUG : dir/file1(0x2e8af5534f80): _writeAt: size=5, off=0 2026/06/29 02:45:49 DEBUG : dir/file1(0x2e8af5534f80): openPending: 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:49 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/29 02:45:49 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/29 02:45:49 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/29 02:45:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:49 DEBUG : dir/file1(0x2e8af5534f80): >openPending: err= 2026/06/29 02:45:49 DEBUG : dir/file1(0x2e8af5534f80): >_writeAt: n=5, err= 2026/06/29 02:45:49 DEBUG : dir/file1(0x2e8af5534f80): _writeAt: size=15, off=5 2026/06/29 02:45:49 DEBUG : dir/file1(0x2e8af5534f80): >_writeAt: n=15, err= 2026/06/29 02:45:49 DEBUG : dir/file1(0x2e8af5534f80): close: 2026/06/29 02:45:49 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/06/29 02:45:49 DEBUG : dir/file1: vfs cache: setting modification time to 2026-06-29 02:45:49.768608963 +0000 UTC m=+29.381941007 2026/06/29 02:45:49 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:49 DEBUG : dir/file1(0x2e8af5534f80): >close: err= 2026/06/29 02:45:49 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:49 DEBUG : dir: Looking for writers 2026/06/29 02:45:49 DEBUG : file1: reading active writers 2026/06/29 02:45:49 DEBUG : Looking for writers 2026/06/29 02:45:49 DEBUG : dir: reading active writers 2026/06/29 02:45:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/29 02:45:49 DEBUG : dir: Looking for writers 2026/06/29 02:45:49 DEBUG : file1: reading active writers 2026/06/29 02:45:49 DEBUG : Looking for writers 2026/06/29 02:45:49 DEBUG : dir: reading active writers 2026/06/29 02:45:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/29 02:45:49 DEBUG : dir: Looking for writers 2026/06/29 02:45:49 DEBUG : file1: reading active writers 2026/06/29 02:45:49 DEBUG : Looking for writers 2026/06/29 02:45:49 DEBUG : dir: reading active writers 2026/06/29 02:45:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/29 02:45:49 DEBUG : dir: Looking for writers 2026/06/29 02:45:49 DEBUG : file1: reading active writers 2026/06/29 02:45:49 DEBUG : Looking for writers 2026/06/29 02:45:49 DEBUG : dir: reading active writers 2026/06/29 02:45:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/29 02:45:49 DEBUG : dir/file1: vfs cache: starting upload 2026/06/29 02:45:49 DEBUG : dir/file1.9454b5d2.partial: size = 20 OK 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1.9454b5d2.partial" 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1.9454b5d2.partial 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1.9454b5d2.partial" 2026/06/29 02:45:49 DEBUG : dir: Looking for writers 2026/06/29 02:45:49 DEBUG : file1: reading active writers 2026/06/29 02:45:49 DEBUG : Looking for writers 2026/06/29 02:45:49 DEBUG : dir: reading active writers 2026/06/29 02:45:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-soxovip5bezi/dir/file1.9454b5d2.partial 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:49 DEBUG : dir/file1.9454b5d2.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/06/29 02:45:49 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/06/29 02:45:49 DEBUG : dir/file1.9454b5d2.partial: renamed to: dir/file1 2026/06/29 02:45:49 INFO : dir/file1: Copied (replaced existing) 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:49 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:50 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/06/29 02:45:50 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-06-29 02:45:49 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/06/29 02:45:50 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/29 02:45:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:50 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/29 02:45:50 DEBUG : dir: Looking for writers 2026/06/29 02:45:50 DEBUG : file1: reading active writers 2026/06/29 02:45:50 DEBUG : Looking for writers 2026/06/29 02:45:50 DEBUG : dir: reading active writers 2026/06/29 02:45:50 DEBUG : >WaitForWriters: 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.62s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:50 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:50 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:50 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : file1: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : file1(0x2e8af57fd900): openPending: 2026/06/29 02:45:50 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:50 DEBUG : file1(0x2e8af57fd900): >openPending: err= 2026/06/29 02:45:50 DEBUG : file1: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:50 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/29 02:45:50 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/29 02:45:50 DEBUG : file1(0x2e8af57fd900): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : file1(0x2e8af57fd900): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : file1(0x2e8af57fd900): close: 2026/06/29 02:45:50 DEBUG : file1: vfs cache: setting modification time to 2026-06-29 02:45:50.089610395 +0000 UTC m=+29.702942439 2026/06/29 02:45:50 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : file1(0x2e8af57fd900): >close: err= 2026/06/29 02:45:50 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:50 DEBUG : Looking for writers 2026/06/29 02:45:50 DEBUG : file1: reading active writers 2026/06/29 02:45:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/29 02:45:50 DEBUG : Looking for writers 2026/06/29 02:45:50 DEBUG : file1: reading active writers 2026/06/29 02:45:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/29 02:45:50 DEBUG : Looking for writers 2026/06/29 02:45:50 DEBUG : file1: reading active writers 2026/06/29 02:45:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/29 02:45:50 DEBUG : Looking for writers 2026/06/29 02:45:50 DEBUG : file1: reading active writers 2026/06/29 02:45:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/29 02:45:50 DEBUG : file1: vfs cache: starting upload 2026/06/29 02:45:50 DEBUG : file1.79169e91.partial: size = 5 OK 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1.79169e91.partial" 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1.79169e91.partial 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1.79169e91.partial" 2026/06/29 02:45:50 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-soxovip5bezi/dir/file1: no such file or directory 2026/06/29 02:45:50 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-soxovip5bezi/dir/file1: no such file or directory 2026/06/29 02:45:50 DEBUG : Looking for writers 2026/06/29 02:45:50 DEBUG : file1: reading active writers 2026/06/29 02:45:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-soxovip5bezi/file1.79169e91.partial 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:50 DEBUG : file1.79169e91.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/29 02:45:50 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/29 02:45:50 DEBUG : file1.79169e91.partial: renamed to: file1 2026/06/29 02:45:50 INFO : file1: Copied (new) 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:50 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/29 02:45:50 DEBUG : file1: vfs cache: fingerprint now "5,2026-06-29 02:45:50 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/29 02:45:50 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:50 INFO : file1: vfs cache: upload succeeded try #1 2026/06/29 02:45:50 DEBUG : Looking for writers 2026/06/29 02:45:50 DEBUG : file1: reading active writers 2026/06/29 02:45:50 DEBUG : >WaitForWriters: 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:50 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:50 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f600): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f600): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f600): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f600): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f600): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.409352055 +0000 UTC m=+30.022684098 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f600): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fa80): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fa80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fa80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fa80): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fa80): _writeAt: size=3, off=2 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fa80): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fa80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.409352055 +0000 UTC m=+30.022684098 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fa80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5970080): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5970080): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5970080): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5970080): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5970080): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.409352055 +0000 UTC m=+30.022684098 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5970080): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af4fe8d90 item 1 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59706c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59706c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59706c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59706c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59706c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.411676231 +0000 UTC m=+30.025008274 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59706c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5970bc0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5970bc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5970bc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5970bc0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5970bc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.411676231 +0000 UTC m=+30.025008274 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5970bc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af4fe97a0 item 2 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5971200): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5971200): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5971200): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5971200): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5971200): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.413283708 +0000 UTC m=+30.026615770 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5971200): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5971680): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5971680): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5971680): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5971680): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5971680): _writeAt: size=3, off=2 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5971680): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5971680): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.413283708 +0000 UTC m=+30.026615770 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5971680): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5971b40): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5971b40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5971b40): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5971b40): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5971b40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.413283708 +0000 UTC m=+30.026615770 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5971b40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af56203f0 item 3 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598a2c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598a2c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598a2c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598a2c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598a2c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.415162715 +0000 UTC m=+30.028494768 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598a2c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598a800): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598a800): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598a800): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598a800): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598a800): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.415162715 +0000 UTC m=+30.028494768 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598a800): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5620ee0 item 4 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598ae40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598ae40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598ae40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598ae40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598ae40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.416592808 +0000 UTC m=+30.029924851 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598ae40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598b2c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598b2c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598b2c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598b2c0): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598b2c0): _writeAt: size=3, off=2 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598b2c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598b2c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.416592808 +0000 UTC m=+30.029924851 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598b2c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598b780): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598b780): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598b780): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598b780): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598b780): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.416592808 +0000 UTC m=+30.029924851 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598b780): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5621570 item 5 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598be00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598be00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598be00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598be00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598be00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.418564311 +0000 UTC m=+30.031896364 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598be00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2440): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2440): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2440): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2440): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2440): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.418564311 +0000 UTC m=+30.031896364 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2440): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5621b90 item 6 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcac40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcac40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcac40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcac40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcac40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.419895806 +0000 UTC m=+30.033227850 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcac40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcb1c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcb1c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcb1c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcb1c0): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcb1c0): _writeAt: size=3, off=2 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcb1c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcb1c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.419895806 +0000 UTC m=+30.033227850 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcb1c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcb680): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcb680): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcb680): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcb680): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcb680): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.419895806 +0000 UTC m=+30.033227850 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcb680): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af527fa40 item 7 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcbd00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcbd00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcbd00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcbd00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcbd00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.422012012 +0000 UTC m=+30.035344055 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5bcbd00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0c340): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0c340): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0c340): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0c340): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0c340): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.422012012 +0000 UTC m=+30.035344055 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0c340): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af544a1c0 item 8 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0c900): _readAt: size=2, off=0 2026/06/29 02:45:50 ERROR : open-test-file(0x2e8af5a0c900): Couldn't read size of file 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0c900): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0c900): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0c900): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0c900): close: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0c900): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0ccc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0ccc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0ccc0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0ccc0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0ccc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.423460519 +0000 UTC m=+30.036792572 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0ccc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0d140): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0d140): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0d140): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0d140): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0d140): _writeAt: size=3, off=2 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0d140): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0d140): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.423460519 +0000 UTC m=+30.036792572 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0d140): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0d640): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0d640): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0d640): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0d640): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0d640): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.423460519 +0000 UTC m=+30.036792572 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0d640): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af544a850 item 9 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0dcc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0dcc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0dcc0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0dcc0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0dcc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.425751142 +0000 UTC m=+30.039083185 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a0dcc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2a300): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2a300): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2a300): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2a300): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2a300): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.425751142 +0000 UTC m=+30.039083185 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2a300): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af544b0a0 item 10 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2a940): _readAt: size=2, off=0 2026/06/29 02:45:50 ERROR : open-test-file(0x2e8af5a2a940): Couldn't read size of file 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2a940): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2a940): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2a940): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2a940): close: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2a940): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2ad00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2ad00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2ad00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2ad00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2ad00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.427595565 +0000 UTC m=+30.040927608 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2ad00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b200): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b200): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b200): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b200): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b200): _writeAt: size=3, off=2 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b200): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b200): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.427595565 +0000 UTC m=+30.040927608 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b200): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b700): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b700): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b700): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b700): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b700): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.427595565 +0000 UTC m=+30.040927608 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b700): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af4e82a80 item 11 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2bd80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2bd80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2bd80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2bd80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2bd80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.42935661 +0000 UTC m=+30.042688654 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2bd80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4a3c0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4a3c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4a3c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4a3c0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4a3c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.42935661 +0000 UTC m=+30.042688654 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4a3c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af4e831f0 item 12 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4aa00): _readAt: size=2, off=0 2026/06/29 02:45:50 ERROR : open-test-file(0x2e8af5a4aa00): Couldn't read size of file 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4aa00): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4aa00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4aa00): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4aa00): close: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4aa00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4adc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4adc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4adc0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4adc0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4adc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.431949392 +0000 UTC m=+30.045281435 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4adc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4b480): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4b480): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4b480): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4b480): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4b480): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.431949392 +0000 UTC m=+30.045281435 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4b480): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af4e839d0 item 13 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4bb00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4bb00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4bb00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4bb00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4bb00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.433394703 +0000 UTC m=+30.046726747 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a4bb00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a64140): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a64140): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a64140): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a64140): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a64140): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.433394703 +0000 UTC m=+30.046726747 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a64140): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52da070 item 14 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a64780): _readAt: size=2, off=0 2026/06/29 02:45:50 ERROR : open-test-file(0x2e8af5a64780): Couldn't read size of file 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a64780): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a64780): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a64780): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a64780): close: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a64780): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a64b40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a64b40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a64b40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a64b40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a64b40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.434854643 +0000 UTC m=+30.048186686 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a64b40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a65200): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a65200): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a65200): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a65200): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a65200): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.434854643 +0000 UTC m=+30.048186686 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a65200): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52da930 item 15 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a65880): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a65880): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a65880): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a65880): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a65880): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.436196488 +0000 UTC m=+30.049528541 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a65880): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a65dc0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a65dc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a65dc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a65dc0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a65dc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.436196488 +0000 UTC m=+30.049528541 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a65dc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52db030 item 16 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a84500): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a84500): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a84500): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a84500): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a84500): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.437702684 +0000 UTC m=+30.051034728 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a84500): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a84980): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a84980): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a84980): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a84980): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a84980): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a84980): _writeAt: size=3, off=7 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a84980): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a84980): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.437702684 +0000 UTC m=+30.051034728 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a84980): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a84e80): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a84e80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a84e80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a84e80): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a84e80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.437702684 +0000 UTC m=+30.051034728 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a84e80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52db500 item 17 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a85500): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a85500): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a85500): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a85500): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a85500): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.440161054 +0000 UTC m=+30.053493097 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a85500): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a85a40): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a85a40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a85a40): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a85a40): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a85a40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.440161054 +0000 UTC m=+30.053493097 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a85a40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52ee1c0 item 18 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa01c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa01c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa01c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa01c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa01c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.441687057 +0000 UTC m=+30.055019130 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa01c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa06c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa06c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa06c0): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa06c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa06c0): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa06c0): _writeAt: size=3, off=7 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa06c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa06c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.441687057 +0000 UTC m=+30.055019130 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa06c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa0bc0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa0bc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa0bc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa0bc0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa0bc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.441687057 +0000 UTC m=+30.055019130 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa0bc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52ee540 item 19 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa1240): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa1240): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa1240): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa1240): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa1240): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.444175733 +0000 UTC m=+30.057507806 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa1240): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa1780): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa1780): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa1780): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa1780): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa1780): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.444175733 +0000 UTC m=+30.057507806 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa1780): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52eeaf0 item 20 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa1e00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa1e00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa1e00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa1e00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa1e00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.445872598 +0000 UTC m=+30.059204651 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5aa1e00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe400): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe400): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe400): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe400): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe400): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe400): _writeAt: size=3, off=7 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe400): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe400): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.445872598 +0000 UTC m=+30.059204651 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe400): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe900): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe900): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe900): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe900): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe900): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.445872598 +0000 UTC m=+30.059204651 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe900): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52ef2d0 item 21 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abef80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abef80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abef80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abef80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abef80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.448204148 +0000 UTC m=+30.061536191 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abef80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abf4c0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abf4c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abf4c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abf4c0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abf4c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.448204148 +0000 UTC m=+30.061536191 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abf4c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52ef880 item 22 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abfb40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abfb40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abfb40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abfb40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abfb40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.451350723 +0000 UTC m=+30.064682785 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abfb40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2880): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2880): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2880): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2880): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2880): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2880): _writeAt: size=3, off=7 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2880): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2880): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.451350723 +0000 UTC m=+30.064682785 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2880): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2d80): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2d80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2d80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2d80): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2d80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.451350723 +0000 UTC m=+30.064682785 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2d80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af566e230 item 23 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b3400): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b3400): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b3400): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b3400): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b3400): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.45466897 +0000 UTC m=+30.068001012 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b3400): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880280): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880280): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880280): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880280): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880280): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.45466897 +0000 UTC m=+30.068001012 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880280): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af4f12540 item 24 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58808c0): _readAt: size=2, off=0 2026/06/29 02:45:50 ERROR : open-test-file(0x2e8af58808c0): Couldn't read size of file 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58808c0): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58808c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58808c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58808c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58808c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880c80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880c80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880c80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880c80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880c80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.456116485 +0000 UTC m=+30.069448528 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880c80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2200): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2200): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2200): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2200): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2200): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2200): _writeAt: size=3, off=7 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2200): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2200): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.456116485 +0000 UTC m=+30.069448528 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b2200): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b37c0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b37c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b37c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b37c0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b37c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.456116485 +0000 UTC m=+30.069448528 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b37c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af566eb60 item 25 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b3e40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b3e40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b3e40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b3e40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b3e40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.461429379 +0000 UTC m=+30.074761421 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59b3e40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2b40): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2b40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2b40): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2b40): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2b40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.461429379 +0000 UTC m=+30.074761421 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2b40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af566f2d0 item 26 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a3400): _readAt: size=2, off=0 2026/06/29 02:45:50 ERROR : open-test-file(0x2e8af53a3400): Couldn't read size of file 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a3400): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a3400): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a3400): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a3400): close: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a3400): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a3d40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a3d40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a3d40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a3d40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a3d40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.463281977 +0000 UTC m=+30.076614020 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a3d40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe3c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe3c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe3c0): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe3c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe3c0): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe3c0): _writeAt: size=3, off=7 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe3c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe3c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.463281977 +0000 UTC m=+30.076614020 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe3c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe900): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe900): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe900): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe900): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe900): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.463281977 +0000 UTC m=+30.076614020 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abe900): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af566f650 item 27 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80100): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80100): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80100): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80100): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80100): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.465134195 +0000 UTC m=+30.078466238 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80100): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80640): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80640): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80640): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80640): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80640): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.465134195 +0000 UTC m=+30.078466238 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80640): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5776150 item 28 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80c80): _readAt: size=2, off=0 2026/06/29 02:45:50 ERROR : open-test-file(0x2e8af5c80c80): Couldn't read size of file 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80c80): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80c80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80c80): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80c80): close: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80c80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c810c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c810c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c810c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c810c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c810c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.466853041 +0000 UTC m=+30.080185084 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c810c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81780): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81780): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81780): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81780): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81780): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.466853041 +0000 UTC m=+30.080185084 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81780): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af57765b0 item 29 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81ec0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81ec0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81ec0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81ec0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81ec0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.469149294 +0000 UTC m=+30.082481468 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81ec0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e87c0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e87c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e87c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e87c0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e87c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.469149294 +0000 UTC m=+30.082481468 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e87c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af57769a0 item 30 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8e80): _readAt: size=2, off=0 2026/06/29 02:45:50 ERROR : open-test-file(0x2e8af52e8e80): Couldn't read size of file 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8e80): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8e80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8e80): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8e80): close: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8e80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9240): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9240): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9240): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9240): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9240): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.473757962 +0000 UTC m=+30.087090005 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9240): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9900): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9900): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9900): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9900): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9900): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.473757962 +0000 UTC m=+30.087090005 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9900): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5776ee0 item 31 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af51ec480): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af51ec480): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af51ec480): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af51ec480): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af51ec480): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.476679633 +0000 UTC m=+30.090011677 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af51ec480): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292200): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292200): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292200): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292200): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292200): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.476679633 +0000 UTC m=+30.090011677 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292200): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5777490 item 32 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292940): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292940): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292940): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292940): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292940): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.477970333 +0000 UTC m=+30.091302377 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292940): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292e40): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292e40): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292e40): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292e40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292e40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5777880 item 33 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292e40): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292e40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.478420691 +0000 UTC m=+30.091752734 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292e40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293340): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293340): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293340): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293340): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293340): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.478420691 +0000 UTC m=+30.091752734 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293340): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5777c00 item 33 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293980): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293980): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293980): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293980): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293980): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.482133092 +0000 UTC m=+30.095465135 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293980): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293e00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293e00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52ee2a0 item 34 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293e00): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293e00): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293e00): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293e00): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293e00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.48380566 +0000 UTC m=+30.097137703 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293e00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5535240): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5535240): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5535240): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5535240): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5535240): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.48380566 +0000 UTC m=+30.097137703 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5535240): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52ee460 item 34 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5535cc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5535cc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5535cc0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5535cc0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5535cc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.485602954 +0000 UTC m=+30.098934997 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5535cc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fc500): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fc500): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fc500): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fc500): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fc500): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52ee8c0 item 35 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fc500): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fc500): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.48749156 +0000 UTC m=+30.100823603 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fc500): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fcd80): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fcd80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fcd80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fcd80): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fcd80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.48749156 +0000 UTC m=+30.100823603 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fcd80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52eea80 item 35 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd400): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd400): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd400): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd400): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd400): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.490509182 +0000 UTC m=+30.103841225 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd400): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd900): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd900): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52ef260 item 36 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd900): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd900): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd900): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd900): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd900): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.491599274 +0000 UTC m=+30.104931318 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd900): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fde40): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fde40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fde40): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fde40): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fde40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.491599274 +0000 UTC m=+30.104931318 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fde40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52ef500 item 36 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567e880): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567e880): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567e880): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567e880): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567e880): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.494635652 +0000 UTC m=+30.107967725 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567e880): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567ed00): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567ed00): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567ed00): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567ed00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567ed00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52ef880 item 37 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567ed00): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567ed00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.495271408 +0000 UTC m=+30.108603451 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567ed00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f200): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f200): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f200): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f200): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f200): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.495271408 +0000 UTC m=+30.108603451 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f200): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52efb90 item 37 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f880): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f880): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f880): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f880): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f880): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.496931906 +0000 UTC m=+30.110263959 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f880): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fd80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fd80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af522e310 item 38 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fd80): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fd80): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fd80): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fd80): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fd80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.498814119 +0000 UTC m=+30.112146163 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fd80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d8400): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d8400): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d8400): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d8400): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d8400): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.498814119 +0000 UTC m=+30.112146163 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d8400): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af522e5b0 item 38 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d8a80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d8a80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d8a80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d8a80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d8a80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.501745258 +0000 UTC m=+30.115077301 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d8a80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d8f80): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d8f80): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d8f80): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d8f80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d8f80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af522f0a0 item 39 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d8f80): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d8f80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.503318411 +0000 UTC m=+30.116650453 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d8f80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d9480): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d9480): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d9480): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d9480): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d9480): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.503318411 +0000 UTC m=+30.116650453 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d9480): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af522f2d0 item 39 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d9b00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d9b00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d9b00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d9b00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d9b00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.505531477 +0000 UTC m=+30.118863520 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53d9b00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e8100): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e8100): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af522fe30 item 40 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e8100): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e8100): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e8100): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e8100): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e8100): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.506061755 +0000 UTC m=+30.119393799 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e8100): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e8640): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e8640): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e8640): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e8640): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e8640): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.506061755 +0000 UTC m=+30.119393799 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e8640): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5678620 item 40 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e8c00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e8c00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e8c00): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e8c00): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e8c00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e8c00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e8c00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.507527355 +0000 UTC m=+30.120859398 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e8c00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e9100): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e9100): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e9100): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5679260 item 41 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e9100): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e9100): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.507933791 +0000 UTC m=+30.121265834 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e9100): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e95c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e95c0): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e95c0): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e95c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e95c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af56796c0 item 41 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e95c0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e95c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.50894793 +0000 UTC m=+30.122279972 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e95c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e9b00): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e9b00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e9b00): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e9b00): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e9b00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.50894793 +0000 UTC m=+30.122279972 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53e9b00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5679960 item 41 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f8240): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f8240): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f8240): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f8240): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f8240): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f8240): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f8240): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.513932996 +0000 UTC m=+30.127265039 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f8240): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f8740): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f8740): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f8740): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5679d50 item 42 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f8740): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f8740): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.514405435 +0000 UTC m=+30.127737478 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f8740): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f8c80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f8c80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af543e380 item 42 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f8c80): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f8c80): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f8c80): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f8c80): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f8c80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.514913492 +0000 UTC m=+30.128245535 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f8c80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f9200): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f9200): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f9200): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f9200): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f9200): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.514913492 +0000 UTC m=+30.128245535 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f9200): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af543e770 item 42 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f9840): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f9840): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f9840): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f9840): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f9840): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f9840): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f9840): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.516290845 +0000 UTC m=+30.129622889 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f9840): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f9d40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f9d40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f9d40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af543f180 item 43 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f9d40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f9d40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.516725683 +0000 UTC m=+30.130057727 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f9d40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5488380): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5488380): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5488380): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5488380): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5488380): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af543f960 item 43 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5488380): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5488380): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.517260862 +0000 UTC m=+30.130592904 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5488380): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54888c0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54888c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54888c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54888c0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54888c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.517260862 +0000 UTC m=+30.130592904 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54888c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af543fb20 item 43 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5488f00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5488f00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5488f00): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5488f00): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5488f00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5488f00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5488f00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.51842849 +0000 UTC m=+30.131760533 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5488f00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5489400): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5489400): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5489400): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5270460 item 44 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5489400): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5489400): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.518875632 +0000 UTC m=+30.132207675 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5489400): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5489940): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5489940): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5270af0 item 44 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5489940): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5489940): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5489940): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5489940): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5489940): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.519560812 +0000 UTC m=+30.132892855 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5489940): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5489ec0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5489ec0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5489ec0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5489ec0): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5489ec0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.519560812 +0000 UTC m=+30.132892855 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5489ec0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5270d90 item 44 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54aa600): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54aa600): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54aa600): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54aa600): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54aa600): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54aa600): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54aa600): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.520687324 +0000 UTC m=+30.134019367 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54aa600): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54aab00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54aab00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54aab00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5271180 item 45 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54aab00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54aab00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.521155785 +0000 UTC m=+30.134487828 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54aab00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ab200): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ab200): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ab200): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ab200): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ab200): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.521155785 +0000 UTC m=+30.134487828 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ab200): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5271a40 item 45 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ab840): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ab840): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ab840): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ab840): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ab840): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ab840): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ab840): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.522328805 +0000 UTC m=+30.135660847 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ab840): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54abd40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54abd40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54abd40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5271e30 item 46 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54abd40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54abd40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.522823645 +0000 UTC m=+30.136155688 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54abd40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5546540): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5546540): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5546540): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5546540): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5546540): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.522823645 +0000 UTC m=+30.136155688 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5546540): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af567c4d0 item 46 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5546b80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5546b80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5546b80): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5546b80): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5546b80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5546b80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5546b80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.52429688 +0000 UTC m=+30.137628923 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5546b80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5547080): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5547080): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5547080): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af567ca80 item 47 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5547080): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5547080): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.524679139 +0000 UTC m=+30.138011182 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5547080): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5547780): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5547780): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5547780): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5547780): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5547780): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.524679139 +0000 UTC m=+30.138011182 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5547780): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af567d500 item 47 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5547dc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5547dc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5547dc0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5547dc0): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5547dc0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5547dc0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5547dc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.525862167 +0000 UTC m=+30.139194210 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5547dc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559e3c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559e3c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559e3c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af567da40 item 48 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559e3c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559e3c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.526343152 +0000 UTC m=+30.139675195 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559e3c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559eac0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559eac0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559eac0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559eac0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559eac0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.526343152 +0000 UTC m=+30.139675195 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559eac0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af567dc70 item 48 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559f100): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559f100): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559f100): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559f100): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559f100): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.527948074 +0000 UTC m=+30.141280118 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559f100): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559f580): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559f580): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559f580): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559f580): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559f580): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559f580): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd0150 item 49 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559f580): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559f580): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.528356884 +0000 UTC m=+30.141688927 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559f580): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559fac0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559fac0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559fac0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559fac0): >_readAt: n=8, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559fac0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.528356884 +0000 UTC m=+30.141688927 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af559fac0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd0310 item 49 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c4240): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c4240): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c4240): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c4240): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c4240): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.529578775 +0000 UTC m=+30.142910817 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c4240): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c4740): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c4740): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c4740): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd0690 item 50 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c4740): _readAt: size=2, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c4740): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c4740): _writeAt: size=3, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c4740): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c4740): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.530039822 +0000 UTC m=+30.143371866 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c4740): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c4cc0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c4cc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c4cc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c4cc0): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c4cc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.530039822 +0000 UTC m=+30.143371866 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c4cc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd0850 item 50 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c5340): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c5340): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c5340): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c5340): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c5340): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.531138642 +0000 UTC m=+30.144470695 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c5340): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c5840): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c5840): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c5840): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c5840): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c5840): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c5840): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd0bd0 item 51 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c5840): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c5840): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.531465407 +0000 UTC m=+30.144797450 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c5840): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c5d80): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c5d80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c5d80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c5d80): >_readAt: n=8, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c5d80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.531465407 +0000 UTC m=+30.144797450 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55c5d80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd0d90 item 51 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e6500): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e6500): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e6500): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e6500): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e6500): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.533042437 +0000 UTC m=+30.146374480 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e6500): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e6a00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e6a00): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e6a00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd11f0 item 52 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e6a00): _readAt: size=2, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e6a00): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e6a00): _writeAt: size=3, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e6a00): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e6a00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.533624783 +0000 UTC m=+30.146956826 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e6a00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e6f80): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e6f80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e6f80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e6f80): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e6f80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.533624783 +0000 UTC m=+30.146956826 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e6f80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd13b0 item 52 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e7600): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e7600): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e7600): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e7600): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e7600): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.534896387 +0000 UTC m=+30.148228430 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e7600): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e7b00): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e7b00): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e7b00): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e7b00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e7b00): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e7b00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd1730 item 53 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e7b00): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e7b00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.535383154 +0000 UTC m=+30.148715197 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55e7b00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5624140): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5624140): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5624140): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5624140): >_readAt: n=8, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5624140): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.535383154 +0000 UTC m=+30.148715197 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5624140): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd18f0 item 53 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56247c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56247c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56247c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56247c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56247c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.536479949 +0000 UTC m=+30.149812002 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56247c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5624cc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5624cc0): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5624cc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd1c70 item 54 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5624cc0): _readAt: size=2, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5624cc0): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5624cc0): _writeAt: size=3, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5624cc0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5624cc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.536890491 +0000 UTC m=+30.150222535 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5624cc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5625240): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5625240): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5625240): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5625240): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5625240): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.536890491 +0000 UTC m=+30.150222535 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5625240): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd1e30 item 54 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56258c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56258c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56258c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56258c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56258c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.538713794 +0000 UTC m=+30.152045847 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56258c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5625dc0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5625dc0): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5625dc0): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5625dc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5625dc0): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5625dc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5522b60 item 55 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5625dc0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5625dc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.539423592 +0000 UTC m=+30.152755634 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5625dc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56ca400): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56ca400): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56ca400): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56ca400): >_readAt: n=8, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56ca400): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.539423592 +0000 UTC m=+30.152755634 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56ca400): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5523030 item 55 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56caa80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56caa80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56caa80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56caa80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56caa80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.540937832 +0000 UTC m=+30.154269875 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56caa80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56caf80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56caf80): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56caf80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5523880 item 56 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56caf80): _readAt: size=2, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56caf80): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56caf80): _writeAt: size=3, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56caf80): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56caf80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.541532041 +0000 UTC m=+30.154864084 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56caf80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881100): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881100): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881100): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881100): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881100): close: 2026/06/29 02:45:50 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-soxovip5bezi/dir/file1: no such file or directory 2026/06/29 02:45:50 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-soxovip5bezi/dir/file1: no such file or directory 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.541532041 +0000 UTC m=+30.154864084 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881100): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af4f13030 item 56 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881740): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881740): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881740): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881740): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881740): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881740): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881740): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881740): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.543349112 +0000 UTC m=+30.156681155 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881740): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881c80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881c80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881c80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af4f13570 item 57 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881c80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881c80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.543996461 +0000 UTC m=+30.157328554 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881c80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57222c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57222c0): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57222c0): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57222c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57222c0): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57222c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af4f13730 item 57 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57222c0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57222c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.544694205 +0000 UTC m=+30.158026268 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57222c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5722840): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5722840): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5722840): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5722840): >_readAt: n=8, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5722840): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.544694205 +0000 UTC m=+30.158026268 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5722840): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bae000 item 57 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5722e80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5722e80): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5722e80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5722e80): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5722e80): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5722e80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5722e80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5722e80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.54771912 +0000 UTC m=+30.161051164 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5722e80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57233c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57233c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57233c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bae380 item 58 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57233c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57233c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.548311366 +0000 UTC m=+30.161643408 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57233c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5723900): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5723900): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5723900): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bae690 item 58 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5723900): _readAt: size=2, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5723900): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5723900): _writeAt: size=3, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5723900): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5723900): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.548924801 +0000 UTC m=+30.162256844 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5723900): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5723ec0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5723ec0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5723ec0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5723ec0): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5723ec0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.548924801 +0000 UTC m=+30.162256844 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5723ec0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bae8c0 item 58 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746600): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746600): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746600): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746600): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746600): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746600): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746600): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746600): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.550475059 +0000 UTC m=+30.163807103 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746600): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746b40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746b40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746b40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5baed20 item 59 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746b40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746b40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.550907133 +0000 UTC m=+30.164239176 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746b40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747080): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747080): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747080): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747080): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747080): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747080): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5baeee0 item 59 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747080): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747080): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.551440166 +0000 UTC m=+30.164772210 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747080): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747600): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747600): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747600): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747600): >_readAt: n=8, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747600): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.551440166 +0000 UTC m=+30.164772210 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747600): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5baf0a0 item 59 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747c40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747c40): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747c40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747c40): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747c40): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747c40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747c40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747c40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.5525995 +0000 UTC m=+30.165931543 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747c40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a8280): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a8280): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a8280): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5baf420 item 60 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a8280): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a8280): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.553102747 +0000 UTC m=+30.166434790 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a8280): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a87c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a87c0): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a87c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5baf6c0 item 60 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a87c0): _readAt: size=2, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a87c0): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a87c0): _writeAt: size=3, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a87c0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a87c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.553553105 +0000 UTC m=+30.166885148 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a87c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a8d80): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a8d80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a8d80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a8d80): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a8d80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.553553105 +0000 UTC m=+30.166885148 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a8d80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5baf8f0 item 60 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a93c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a93c0): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a93c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a93c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a93c0): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a93c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a93c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a93c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.554781118 +0000 UTC m=+30.168113161 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a93c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a9900): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a9900): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a9900): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bafce0 item 61 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a9900): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a9900): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.555460066 +0000 UTC m=+30.168792109 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57a9900): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5822100): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5822100): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5822100): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5822100): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5822100): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.555460066 +0000 UTC m=+30.168792109 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5822100): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5280070 item 61 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5822740): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5822740): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5822740): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5822740): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5822740): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5822740): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5822740): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5822740): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.556769411 +0000 UTC m=+30.170101464 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5822740): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5822c80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5822c80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5822c80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5280690 item 62 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5822c80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5822c80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.557224167 +0000 UTC m=+30.170556211 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5822c80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5823380): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5823380): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5823380): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5823380): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5823380): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.557224167 +0000 UTC m=+30.170556211 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5823380): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5280850 item 62 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58239c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58239c0): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58239c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58239c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58239c0): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58239c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58239c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58239c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.559342595 +0000 UTC m=+30.172674639 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58239c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584c000): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584c000): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584c000): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5280f50 item 63 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584c000): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584c000): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.559988121 +0000 UTC m=+30.173320174 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584c000): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584c700): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584c700): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584c700): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584c700): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584c700): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.559988121 +0000 UTC m=+30.173320174 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584c700): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5281260 item 63 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584cd40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584cd40): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584cd40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584cd40): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584cd40): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584cd40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584cd40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584cd40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.561720483 +0000 UTC m=+30.175052557 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584cd40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584d280): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584d280): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584d280): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52817a0 item 64 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584d280): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584d280): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.56281816 +0000 UTC m=+30.176150213 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584d280): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584d980): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584d980): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584d980): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584d980): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584d980): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.56281816 +0000 UTC m=+30.176150213 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af584d980): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5281b90 item 64 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586c0c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586c0c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586c0c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586c0c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586c0c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.564380381 +0000 UTC m=+30.177712424 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586c0c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586c540): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586c540): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586c540): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586c540): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586c540): _writeAt: size=3, off=2 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52e41c0 item 65 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586c540): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586c540): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.565023713 +0000 UTC m=+30.178355766 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586c540): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586ca40): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586ca40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586ca40): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586ca40): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586ca40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.565023713 +0000 UTC m=+30.178355766 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586ca40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52e4a10 item 65 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586d080): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586d080): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586d080): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586d080): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586d080): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.567583202 +0000 UTC m=+30.180915245 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586d080): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586d500): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586d500): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52e4f50 item 66 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586d500): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586d500): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586d500): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586d500): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586d500): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.568457287 +0000 UTC m=+30.181789330 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586d500): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586da40): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586da40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586da40): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586da40): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586da40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.568457287 +0000 UTC m=+30.181789330 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af586da40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52e5260 item 66 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a0180): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a0180): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a0180): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a0180): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a0180): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.569918529 +0000 UTC m=+30.183250592 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a0180): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a0600): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a0600): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a0600): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a0600): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a0600): _writeAt: size=3, off=2 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52e58f0 item 67 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a0600): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a0600): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.570544438 +0000 UTC m=+30.183876481 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a0600): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a0b00): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a0b00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a0b00): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a0b00): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a0b00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.570544438 +0000 UTC m=+30.183876481 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a0b00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52d65b0 item 67 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a1180): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a1180): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a1180): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a1180): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a1180): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.571887065 +0000 UTC m=+30.185219129 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a1180): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a1680): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a1680): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52d6a80 item 68 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a1680): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a1680): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a1680): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a1680): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a1680): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.572593506 +0000 UTC m=+30.185925549 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a1680): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a1bc0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a1bc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a1bc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a1bc0): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a1bc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.572593506 +0000 UTC m=+30.185925549 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58a1bc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52d6d90 item 68 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cc300): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cc300): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cc300): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cc300): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cc300): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.575266128 +0000 UTC m=+30.188598212 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cc300): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cc780): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cc780): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cc780): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cc780): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cc780): _writeAt: size=3, off=2 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52d75e0 item 69 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cc780): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cc780): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.576760021 +0000 UTC m=+30.190092074 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cc780): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58ccc80): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58ccc80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58ccc80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58ccc80): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58ccc80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.576760021 +0000 UTC m=+30.190092074 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58ccc80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5b28000 item 69 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cd300): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cd300): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cd300): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cd300): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cd300): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.57919757 +0000 UTC m=+30.192529613 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cd300): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cd800): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cd800): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5b28700 item 70 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cd800): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cd800): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cd800): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cd800): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cd800): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.579783724 +0000 UTC m=+30.193115777 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cd800): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cdd40): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cdd40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cdd40): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cdd40): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cdd40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.579783724 +0000 UTC m=+30.193115777 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58cdd40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5b288c0 item 70 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e84c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e84c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e84c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e84c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e84c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.581540782 +0000 UTC m=+30.194872835 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e84c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e89c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e89c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e89c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e89c0): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e89c0): _writeAt: size=3, off=2 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5b28c40 item 71 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e89c0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e89c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.582119291 +0000 UTC m=+30.195451334 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e89c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e8ec0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e8ec0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e8ec0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e8ec0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e8ec0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.582119291 +0000 UTC m=+30.195451334 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e8ec0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5b28e00 item 71 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e9540): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e9540): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e9540): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e9540): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e9540): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.583697123 +0000 UTC m=+30.197029166 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e9540): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e9a40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e9a40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5b29180 item 72 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e9a40): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e9a40): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e9a40): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e9a40): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e9a40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.584278066 +0000 UTC m=+30.197610129 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e9a40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5908080): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5908080): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5908080): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5908080): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5908080): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.584278066 +0000 UTC m=+30.197610129 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5908080): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5b29340 item 72 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5908640): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5908640): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5908640): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5908640): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5908640): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5908640): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5908640): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.58669674 +0000 UTC m=+30.200028783 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5908640): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5908b40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5908b40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5908b40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5b296c0 item 73 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5908b40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5908b40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.587390356 +0000 UTC m=+30.200722399 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5908b40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5909000): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5909000): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5909000): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5909000): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5909000): _writeAt: size=3, off=2 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5b29880 item 73 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5909000): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5909000): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.588071618 +0000 UTC m=+30.201403672 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5909000): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5909540): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5909540): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5909540): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5909540): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5909540): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.588071618 +0000 UTC m=+30.201403672 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5909540): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5b29a40 item 73 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5909b80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5909b80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5909b80): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5909b80): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5909b80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5909b80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5909b80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.589811014 +0000 UTC m=+30.203143097 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5909b80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592a180): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592a180): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592a180): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c36000 item 74 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592a180): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592a180): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.590343126 +0000 UTC m=+30.203675179 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592a180): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592a6c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592a6c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c36310 item 74 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592a6c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592a6c0): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592a6c0): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592a6c0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592a6c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.591069734 +0000 UTC m=+30.204401787 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592a6c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592ac40): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592ac40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592ac40): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592ac40): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592ac40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.591069734 +0000 UTC m=+30.204401787 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592ac40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c364d0 item 74 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592b280): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592b280): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592b280): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592b280): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592b280): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592b280): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592b280): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.592769343 +0000 UTC m=+30.206101396 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592b280): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592b780): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592b780): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592b780): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c369a0 item 75 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592b780): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592b780): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.593404139 +0000 UTC m=+30.206736192 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592b780): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592bcc0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592bcc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592bcc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592bcc0): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592bcc0): _writeAt: size=3, off=2 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c36b60 item 75 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592bcc0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592bcc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.594345402 +0000 UTC m=+30.207677444 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af592bcc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946300): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946300): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946300): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946300): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946300): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.594345402 +0000 UTC m=+30.207677444 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946300): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c36e00 item 75 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946940): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946940): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946940): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946940): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946940): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946940): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946940): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.596126254 +0000 UTC m=+30.209458328 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946940): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946e40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946e40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946e40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c37260 item 76 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946e40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946e40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.596605667 +0000 UTC m=+30.209937711 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946e40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947380): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947380): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c37650 item 76 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947380): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947380): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947380): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947380): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947380): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.597243147 +0000 UTC m=+30.210575190 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947380): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947900): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947900): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947900): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947900): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947900): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.597243147 +0000 UTC m=+30.210575190 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947900): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c37810 item 76 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abf040): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abf040): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abf040): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abf040): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abf040): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abf040): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abf040): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.600405882 +0000 UTC m=+30.213737926 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abf040): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abf540): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abf540): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abf540): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af566fd50 item 77 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abf540): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abf540): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.60089884 +0000 UTC m=+30.214230883 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5abf540): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598c280): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598c280): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598c280): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598c280): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598c280): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.60089884 +0000 UTC m=+30.214230883 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598c280): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c900e0 item 77 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598c8c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598c8c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598c8c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598c8c0): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598c8c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598c8c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598c8c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.60306572 +0000 UTC m=+30.216397794 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598c8c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598cdc0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598cdc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598cdc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c90540 item 78 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598cdc0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598cdc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.604626079 +0000 UTC m=+30.217958142 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598cdc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598d4c0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598d4c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598d4c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598d4c0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598d4c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.604626079 +0000 UTC m=+30.217958142 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598d4c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c90770 item 78 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598db00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598db00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598db00): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598db00): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598db00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598db00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598db00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.607272221 +0000 UTC m=+30.220604314 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af598db00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59da100): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59da100): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59da100): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c90bd0 item 79 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59da100): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59da100): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.607784265 +0000 UTC m=+30.221116328 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59da100): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59da800): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59da800): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59da800): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59da800): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59da800): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.607784265 +0000 UTC m=+30.221116328 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59da800): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c90e00 item 79 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59dae40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59dae40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59dae40): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59dae40): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59dae40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59dae40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59dae40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.609867176 +0000 UTC m=+30.223199219 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59dae40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cb800): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cb800): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cb800): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5523c00 item 80 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cb800): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cb800): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.610304941 +0000 UTC m=+30.223636985 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cb800): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a06000): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a06000): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a06000): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a06000): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a06000): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.610304941 +0000 UTC m=+30.223636985 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a06000): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af529e540 item 80 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a06640): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a06640): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a06640): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a06640): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a06640): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.61191413 +0000 UTC m=+30.225246174 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a06640): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a06ac0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a06ac0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a06ac0): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a06ac0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a06ac0): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a06ac0): _writeAt: size=3, off=7 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af529eee0 item 81 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a06ac0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a06ac0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.612666658 +0000 UTC m=+30.225998700 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a06ac0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a07000): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a07000): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a07000): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a07000): >_readAt: n=8, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a07000): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.612666658 +0000 UTC m=+30.225998700 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a07000): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af529f260 item 81 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a07680): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a07680): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a07680): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a07680): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a07680): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.614004767 +0000 UTC m=+30.227336810 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a07680): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a07b80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a07b80): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a07b80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af529f7a0 item 82 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a07b80): _readAt: size=2, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a07b80): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a07b80): _writeAt: size=3, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a07b80): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a07b80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.614556837 +0000 UTC m=+30.227888899 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a07b80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2a200): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2a200): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2a200): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2a200): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2a200): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.614556837 +0000 UTC m=+30.227888899 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2a200): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af529fc00 item 82 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2a880): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2a880): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2a880): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2a880): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2a880): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.616012628 +0000 UTC m=+30.229344671 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2a880): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2ad80): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2ad80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2ad80): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2ad80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2ad80): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2ad80): _writeAt: size=3, off=7 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af546db90 item 83 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2ad80): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2ad80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.616679113 +0000 UTC m=+30.230011156 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2ad80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b2c0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b2c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b2c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b2c0): >_readAt: n=8, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b2c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.616679113 +0000 UTC m=+30.230011156 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b2c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52664d0 item 83 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b940): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b940): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b940): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b940): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b940): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.618036829 +0000 UTC m=+30.231368873 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2b940): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2be40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2be40): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2be40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5266c40 item 84 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2be40): _readAt: size=2, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2be40): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2be40): _writeAt: size=3, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2be40): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2be40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.618628944 +0000 UTC m=+30.231960987 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a2be40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a444c0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a444c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a444c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a444c0): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a444c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.618628944 +0000 UTC m=+30.231960987 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a444c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5266f50 item 84 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a44b40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a44b40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a44b40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a44b40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a44b40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.619873267 +0000 UTC m=+30.233205320 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a44b40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a45040): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a45040): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a45040): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a45040): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a45040): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a45040): _writeAt: size=3, off=7 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5267650 item 85 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a45040): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a45040): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.620704492 +0000 UTC m=+30.234036535 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a45040): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a45580): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a45580): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a45580): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a45580): >_readAt: n=8, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a45580): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.620704492 +0000 UTC m=+30.234036535 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a45580): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5267c70 item 85 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a45c00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a45c00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a45c00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a45c00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a45c00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.622008477 +0000 UTC m=+30.235340541 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a45c00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e200): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e200): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e200): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5463180 item 86 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e200): _readAt: size=2, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e200): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e200): _writeAt: size=3, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e200): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e200): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.624296385 +0000 UTC m=+30.237628428 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e200): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e780): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e780): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e780): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e780): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e780): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.624296385 +0000 UTC m=+30.237628428 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e780): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af54636c0 item 86 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6ed40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6ed40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6ed40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6ed40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6ed40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.625659471 +0000 UTC m=+30.238991515 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6ed40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f240): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f240): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f240): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f240): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f240): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f240): _writeAt: size=3, off=7 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af4fe8850 item 87 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f240): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f240): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.626206762 +0000 UTC m=+30.239538805 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f240): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f780): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f780): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f780): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f780): >_readAt: n=8, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f780): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.626206762 +0000 UTC m=+30.239538805 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f780): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af4fe8af0 item 87 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6fe00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6fe00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6fe00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6fe00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6fe00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.628113983 +0000 UTC m=+30.241446026 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6fe00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92480): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92480): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92480): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af4fe8fc0 item 88 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92480): _readAt: size=2, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92480): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92480): _writeAt: size=3, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92480): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92480): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.628526389 +0000 UTC m=+30.241858432 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92480): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92a00): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92a00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92a00): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92a00): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92a00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.628526389 +0000 UTC m=+30.241858432 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92a00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af4fe9180 item 88 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b066c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b066c0): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b066c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b066c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b066c0): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b066c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b066c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b066c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.630726972 +0000 UTC m=+30.244059016 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b066c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06c00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06c00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06c00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c902a0 item 89 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06c00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06c00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.631257662 +0000 UTC m=+30.244589705 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06c00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07140): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07140): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07140): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07140): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07140): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07140): _writeAt: size=3, off=7 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c90540 item 89 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07140): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07140): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.63185185 +0000 UTC m=+30.245183893 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07140): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b076c0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b076c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b076c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b076c0): >_readAt: n=8, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b076c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.63185185 +0000 UTC m=+30.245183893 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b076c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c90770 item 89 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07d00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07d00): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07d00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07d00): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07d00): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07d00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07d00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07d00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.633274439 +0000 UTC m=+30.246606483 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07d00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92d80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92d80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92d80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c90bd0 item 90 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92d80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92d80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.63372106 +0000 UTC m=+30.247053103 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92d80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a932c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a932c0): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a932c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c90e00 item 90 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a932c0): _readAt: size=2, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a932c0): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a932c0): _writeAt: size=3, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a932c0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a932c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.634463628 +0000 UTC m=+30.247795671 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a932c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93880): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93880): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93880): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93880): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93880): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.634463628 +0000 UTC m=+30.247795671 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93880): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c91030 item 90 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93ec0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93ec0): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93ec0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93ec0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93ec0): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93ec0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93ec0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93ec0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.635684977 +0000 UTC m=+30.249017021 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93ec0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2bc0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2bc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2bc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c91490 item 91 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2bc0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2bc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.636176293 +0000 UTC m=+30.249508336 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2bc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a3180): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a3180): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a3180): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a3180): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a3180): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a3180): _writeAt: size=3, off=7 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c916c0 item 91 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a3180): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a3180): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.636630828 +0000 UTC m=+30.249962872 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a3180): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80000): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80000): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80000): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80000): >_readAt: n=8, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80000): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.636630828 +0000 UTC m=+30.249962872 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80000): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c91880 item 91 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80640): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80640): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80640): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80640): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80640): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80640): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80640): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80640): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.637800601 +0000 UTC m=+30.251132644 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80640): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80b80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80b80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80b80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c91ce0 item 92 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80b80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80b80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.638288551 +0000 UTC m=+30.251620594 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c80b80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c810c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c810c0): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c810c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c36070 item 92 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c810c0): _readAt: size=2, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c810c0): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c810c0): _writeAt: size=3, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c810c0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c810c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.639139352 +0000 UTC m=+30.252471415 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c810c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81680): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81680): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81680): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81680): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81680): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.639139352 +0000 UTC m=+30.252471415 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81680): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c36380 item 92 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81d40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81d40): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81d40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81d40): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81d40): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81d40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81d40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81d40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.640430262 +0000 UTC m=+30.253762306 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5c81d40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8640): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8640): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8640): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c367e0 item 93 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8640): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8640): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.640850103 +0000 UTC m=+30.254182146 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8640): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8dc0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8dc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8dc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8dc0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8dc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.640850103 +0000 UTC m=+30.254182146 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8dc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c36a10 item 93 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9400): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9400): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9400): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9400): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9400): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9400): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9400): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9400): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.642223048 +0000 UTC m=+30.255555092 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9400): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9940): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9940): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9940): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c36e70 item 94 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9940): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9940): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.642714694 +0000 UTC m=+30.256046756 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9940): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af51ec740): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af51ec740): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af51ec740): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af51ec740): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af51ec740): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.642714694 +0000 UTC m=+30.256046756 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af51ec740): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c37110 item 94 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292400): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292400): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292400): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292400): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292400): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292400): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292400): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292400): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.644348961 +0000 UTC m=+30.257681004 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292400): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292a00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292a00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292a00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c37500 item 95 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292a00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292a00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.644832121 +0000 UTC m=+30.258164164 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292a00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293180): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293180): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293180): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293180): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293180): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.644832121 +0000 UTC m=+30.258164164 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293180): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c376c0 item 95 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52937c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52937c0): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52937c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52937c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52937c0): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52937c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52937c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52937c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.646218441 +0000 UTC m=+30.259550484 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52937c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293d00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293d00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293d00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5620070 item 96 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293d00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293d00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.646636098 +0000 UTC m=+30.259968140 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293d00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5535300): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5535300): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5535300): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5535300): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5535300): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.646636098 +0000 UTC m=+30.259968140 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5535300): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5620310 item 96 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= 2026/06/29 02:45:50 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:50 DEBUG : Looking for writers 2026/06/29 02:45:50 DEBUG : >WaitForWriters: 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:50 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/06/29 02:45:50 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567e640): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567e640): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567e640): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567e640): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567e640): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.653288593 +0000 UTC m=+30.266620636 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567e640): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567eac0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567eac0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567eac0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567eac0): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567eac0): _writeAt: size=3, off=2 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567eac0): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567eac0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.653288593 +0000 UTC m=+30.266620636 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567eac0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567ef80): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567ef80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567ef80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567ef80): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567ef80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.653288593 +0000 UTC m=+30.266620636 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567ef80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52eea80 item 1 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f5c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f5c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f5c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f5c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f5c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.655924156 +0000 UTC m=+30.269256209 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f5c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fac0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fac0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fac0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fac0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fac0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.655924156 +0000 UTC m=+30.269256209 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fac0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52ef490 item 2 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e240): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e240): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e240): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e240): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e240): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.657683669 +0000 UTC m=+30.271015742 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e240): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e6c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e6c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e6c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e6c0): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e6c0): _writeAt: size=3, off=2 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e6c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e6c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.657683669 +0000 UTC m=+30.271015742 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6e6c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6eb80): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6eb80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6eb80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6eb80): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6eb80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.657683669 +0000 UTC m=+30.271015742 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6eb80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52ef810 item 3 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f200): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f200): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f200): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f200): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f200): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.65999493 +0000 UTC m=+30.273326972 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f200): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f740): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f740): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f740): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f740): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f740): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.65999493 +0000 UTC m=+30.273326972 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6f740): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52efce0 item 4 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6fd80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6fd80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6fd80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6fd80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6fd80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.661678921 +0000 UTC m=+30.275010964 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a6fd80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f4340): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f4340): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f4340): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f4340): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f4340): _writeAt: size=3, off=2 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f4340): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f4340): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.661678921 +0000 UTC m=+30.275010964 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f4340): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f4800): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f4800): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f4800): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f4800): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f4800): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.661678921 +0000 UTC m=+30.275010964 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f4800): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af522e540 item 5 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f4e80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f4e80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f4e80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f4e80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f4e80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.664199496 +0000 UTC m=+30.277531540 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f4e80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f53c0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f53c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f53c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f53c0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f53c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.664199496 +0000 UTC m=+30.277531540 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f53c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af522f180 item 6 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f5a40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f5a40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f5a40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f5a40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f5a40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.666074868 +0000 UTC m=+30.279406911 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f5a40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5482040): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5482040): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5482040): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5482040): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5482040): _writeAt: size=3, off=2 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5482040): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5482040): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.666074868 +0000 UTC m=+30.279406911 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5482040): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5482500): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5482500): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5482500): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5482500): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5482500): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.666074868 +0000 UTC m=+30.279406911 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5482500): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af522fc00 item 7 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5482b80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5482b80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5482b80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5482b80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5482b80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.669189162 +0000 UTC m=+30.282521215 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5482b80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54830c0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54830c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54830c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54830c0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54830c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.669189162 +0000 UTC m=+30.282521215 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54830c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5678d20 item 8 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5483680): _readAt: size=2, off=0 2026/06/29 02:45:50 ERROR : open-test-file(0x2e8af5483680): Couldn't read size of file 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5483680): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5483680): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5483680): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5483680): close: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5483680): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5483a40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5483a40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5483a40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5483a40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5483a40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.670928537 +0000 UTC m=+30.284260580 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5483a40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5483ec0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5483ec0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5483ec0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5483ec0): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5483ec0): _writeAt: size=3, off=2 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5483ec0): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5483ec0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.670928537 +0000 UTC m=+30.284260580 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5483ec0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549c4c0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549c4c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549c4c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549c4c0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549c4c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.670928537 +0000 UTC m=+30.284260580 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549c4c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5679730 item 9 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549cb40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549cb40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549cb40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549cb40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549cb40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.673713741 +0000 UTC m=+30.287045824 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549cb40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549d080): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549d080): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549d080): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549d080): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549d080): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.673713741 +0000 UTC m=+30.287045824 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549d080): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5679d50 item 10 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549d6c0): _readAt: size=2, off=0 2026/06/29 02:45:50 ERROR : open-test-file(0x2e8af549d6c0): Couldn't read size of file 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549d6c0): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549d6c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549d6c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549d6c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549d6c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549da80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549da80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549da80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549da80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549da80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.675447385 +0000 UTC m=+30.288779427 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549da80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a8080): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a8080): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a8080): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a8080): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a8080): _writeAt: size=3, off=2 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a8080): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a8080): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.675447385 +0000 UTC m=+30.288779427 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a8080): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a8580): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a8580): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a8580): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a8580): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a8580): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.675447385 +0000 UTC m=+30.288779427 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a8580): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af543e770 item 11 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a8c00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a8c00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a8c00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a8c00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a8c00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.677477127 +0000 UTC m=+30.290809209 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a8c00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a9140): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a9140): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a9140): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a9140): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a9140): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.677477127 +0000 UTC m=+30.290809209 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a9140): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af543f8f0 item 12 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a9780): _readAt: size=2, off=0 2026/06/29 02:45:50 ERROR : open-test-file(0x2e8af54a9780): Couldn't read size of file 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a9780): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a9780): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a9780): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a9780): close: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a9780): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a9b40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a9b40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a9b40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a9b40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a9b40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.679054457 +0000 UTC m=+30.292386560 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54a9b40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ee300): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ee300): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ee300): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ee300): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ee300): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.679054457 +0000 UTC m=+30.292386560 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ee300): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af543fd50 item 13 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ee980): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ee980): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ee980): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ee980): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ee980): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.680431158 +0000 UTC m=+30.293763202 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ee980): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54eeec0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54eeec0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54eeec0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54eeec0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54eeec0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.680431158 +0000 UTC m=+30.293763202 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54eeec0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5270a10 item 14 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ef500): _readAt: size=2, off=0 2026/06/29 02:45:50 ERROR : open-test-file(0x2e8af54ef500): Couldn't read size of file 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ef500): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ef500): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ef500): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ef500): close: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ef500): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ef8c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ef8c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ef8c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ef8c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ef8c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.681845882 +0000 UTC m=+30.295177925 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ef8c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5562080): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5562080): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5562080): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5562080): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5562080): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.681845882 +0000 UTC m=+30.295177925 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5562080): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5270ee0 item 15 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5562700): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5562700): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5562700): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5562700): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5562700): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.683258503 +0000 UTC m=+30.296590596 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5562700): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5562c40): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5562c40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5562c40): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5562c40): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5562c40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.683258503 +0000 UTC m=+30.296590596 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5562c40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52719d0 item 16 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5563280): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5563280): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5563280): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5563280): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5563280): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.684475965 +0000 UTC m=+30.297808008 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5563280): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5563700): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5563700): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5563700): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5563700): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5563700): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5563700): _writeAt: size=3, off=7 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5563700): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5563700): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.684475965 +0000 UTC m=+30.297808008 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5563700): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5563c00): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5563c00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5563c00): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5563c00): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5563c00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.684475965 +0000 UTC m=+30.297808008 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5563c00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5271dc0 item 17 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558a380): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558a380): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558a380): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558a380): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558a380): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.686305779 +0000 UTC m=+30.299637823 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558a380): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558a8c0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558a8c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558a8c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558a8c0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558a8c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.686305779 +0000 UTC m=+30.299637823 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558a8c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af567c9a0 item 18 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558af40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558af40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558af40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558af40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558af40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.687684285 +0000 UTC m=+30.301016328 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558af40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558b440): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558b440): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558b440): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558b440): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558b440): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558b440): _writeAt: size=3, off=7 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558b440): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558b440): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.687684285 +0000 UTC m=+30.301016328 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558b440): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558b940): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558b940): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558b940): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558b940): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558b940): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.687684285 +0000 UTC m=+30.301016328 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558b940): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af567d5e0 item 19 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b20c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b20c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b20c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b20c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b20c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.689483053 +0000 UTC m=+30.302815095 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b20c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2600): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2600): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2600): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2600): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2600): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.689483053 +0000 UTC m=+30.302815095 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2600): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af567dce0 item 20 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2c80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2c80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2c80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2c80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2c80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.690808388 +0000 UTC m=+30.304140430 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2c80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3180): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3180): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3180): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3180): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3180): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3180): _writeAt: size=3, off=7 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3180): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3180): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.690808388 +0000 UTC m=+30.304140430 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3180): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3680): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3680): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3680): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3680): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3680): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.690808388 +0000 UTC m=+30.304140430 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3680): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd01c0 item 21 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3d00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3d00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3d00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3d00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3d00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.692458545 +0000 UTC m=+30.305790588 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3d00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d2340): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d2340): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d2340): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d2340): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d2340): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.692458545 +0000 UTC m=+30.305790588 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d2340): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd0690 item 22 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d29c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d29c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d29c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d29c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d29c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.693625382 +0000 UTC m=+30.306957425 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d29c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d2ec0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d2ec0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d2ec0): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d2ec0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d2ec0): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d2ec0): _writeAt: size=3, off=7 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d2ec0): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d2ec0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.693625382 +0000 UTC m=+30.306957425 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d2ec0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d33c0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d33c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d33c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d33c0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d33c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.693625382 +0000 UTC m=+30.306957425 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d33c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd0a10 item 23 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d3a40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d3a40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d3a40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d3a40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d3a40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.695601993 +0000 UTC m=+30.308934037 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d3a40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f4080): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f4080): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f4080): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f4080): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f4080): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.695601993 +0000 UTC m=+30.308934037 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f4080): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd0ee0 item 24 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f46c0): _readAt: size=2, off=0 2026/06/29 02:45:50 ERROR : open-test-file(0x2e8af55f46c0): Couldn't read size of file 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f46c0): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f46c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f46c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f46c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f46c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f4a80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f4a80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f4a80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f4a80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f4a80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.697203299 +0000 UTC m=+30.310535372 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f4a80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f4f80): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f4f80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f4f80): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f4f80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f4f80): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f4f80): _writeAt: size=3, off=7 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f4f80): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f4f80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.697203299 +0000 UTC m=+30.310535372 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f4f80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f54c0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f54c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f54c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f54c0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f54c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.697203299 +0000 UTC m=+30.310535372 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f54c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd1340 item 25 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f5b40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f5b40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f5b40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f5b40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f5b40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.69906321 +0000 UTC m=+30.312395263 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55f5b40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a6180): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a6180): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a6180): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a6180): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a6180): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.69906321 +0000 UTC m=+30.312395263 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a6180): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd1810 item 26 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a67c0): _readAt: size=2, off=0 2026/06/29 02:45:50 ERROR : open-test-file(0x2e8af56a67c0): Couldn't read size of file 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a67c0): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a67c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a67c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a67c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a67c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a6b80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a6b80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a6b80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a6b80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a6b80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.700309186 +0000 UTC m=+30.313641229 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a6b80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a7080): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a7080): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a7080): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a7080): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a7080): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a7080): _writeAt: size=3, off=7 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a7080): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a7080): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.700309186 +0000 UTC m=+30.313641229 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a7080): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a75c0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a75c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a75c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a75c0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a75c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.700309186 +0000 UTC m=+30.313641229 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a75c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd1b90 item 27 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a7c40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a7c40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a7c40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a7c40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a7c40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.702040406 +0000 UTC m=+30.315372449 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56a7c40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cc280): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cc280): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cc280): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cc280): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cc280): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.702040406 +0000 UTC m=+30.315372449 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cc280): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af4f129a0 item 28 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cc8c0): _readAt: size=2, off=0 2026/06/29 02:45:50 ERROR : open-test-file(0x2e8af56cc8c0): Couldn't read size of file 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cc8c0): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cc8c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cc8c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cc8c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cc8c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56ccc80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56ccc80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56ccc80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56ccc80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56ccc80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.703331778 +0000 UTC m=+30.316663821 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56ccc80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cd340): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cd340): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cd340): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cd340): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cd340): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.703331778 +0000 UTC m=+30.316663821 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cd340): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af4f13260 item 29 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cd9c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cd9c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cd9c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cd9c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cd9c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.704479318 +0000 UTC m=+30.317811361 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af56cd9c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570c000): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570c000): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570c000): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570c000): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570c000): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.704479318 +0000 UTC m=+30.317811361 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570c000): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af4f13730 item 30 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570c640): _readAt: size=2, off=0 2026/06/29 02:45:50 ERROR : open-test-file(0x2e8af570c640): Couldn't read size of file 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570c640): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570c640): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570c640): >_writeAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570c640): close: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570c640): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570ca00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570ca00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570ca00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570ca00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570ca00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.705671603 +0000 UTC m=+30.319003646 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570ca00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570d0c0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570d0c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570d0c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570d0c0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570d0c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.705671603 +0000 UTC m=+30.319003646 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570d0c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bae1c0 item 31 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570d740): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570d740): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570d740): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570d740): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570d740): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.706982831 +0000 UTC m=+30.320314874 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570d740): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570dc80): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570dc80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570dc80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570dc80): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570dc80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.706982831 +0000 UTC m=+30.320314874 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af570dc80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bae690 item 32 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573c3c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573c3c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573c3c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573c3c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573c3c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.708103021 +0000 UTC m=+30.321435064 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573c3c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573c840): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573c840): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573c840): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573c840): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573c840): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5baea80 item 33 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573c840): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573c840): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.708512683 +0000 UTC m=+30.321844725 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573c840): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573cd40): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573cd40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573cd40): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573cd40): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573cd40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.708512683 +0000 UTC m=+30.321844725 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573cd40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5baed20 item 33 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573d380): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573d380): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573d380): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573d380): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573d380): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.709621701 +0000 UTC m=+30.322953744 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573d380): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573d800): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573d800): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5baf0a0 item 34 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573d800): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573d800): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573d800): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573d800): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573d800): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.710070565 +0000 UTC m=+30.323402608 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573d800): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573dd40): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573dd40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573dd40): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573dd40): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573dd40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.710070565 +0000 UTC m=+30.323402608 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af573dd40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5baf260 item 34 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5756480): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5756480): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5756480): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5756480): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5756480): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.711483717 +0000 UTC m=+30.324815780 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5756480): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5756900): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5756900): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5756900): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5756900): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5756900): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5baf6c0 item 35 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5756900): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5756900): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.712019095 +0000 UTC m=+30.325351168 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5756900): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5756e00): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5756e00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5756e00): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5756e00): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5756e00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.712019095 +0000 UTC m=+30.325351168 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5756e00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5baf8f0 item 35 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5757480): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5757480): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5757480): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5757480): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5757480): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.713565116 +0000 UTC m=+30.326897179 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5757480): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5757980): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5757980): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bafce0 item 36 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5757980): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5757980): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5757980): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5757980): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5757980): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.714139296 +0000 UTC m=+30.327471349 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5757980): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5757ec0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5757ec0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5757ec0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5757ec0): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5757ec0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.714139296 +0000 UTC m=+30.327471349 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5757ec0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5280070 item 36 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b0600): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b0600): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b0600): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b0600): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b0600): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.715576152 +0000 UTC m=+30.328908215 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b0600): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b0a80): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b0a80): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b0a80): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b0a80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b0a80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5280690 item 37 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b0a80): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b0a80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.716260851 +0000 UTC m=+30.329592904 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b0a80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b0f80): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b0f80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b0f80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b0f80): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b0f80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.716260851 +0000 UTC m=+30.329592904 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b0f80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5280850 item 37 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b1600): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b1600): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b1600): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b1600): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b1600): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.717448077 +0000 UTC m=+30.330780120 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57b1600): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fc400): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fc400): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af4fe8620 item 38 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fc400): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fc400): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fc400): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fc400): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fc400): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.718146903 +0000 UTC m=+30.331478945 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fc400): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fcd80): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fcd80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fcd80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fcd80): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fcd80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.718146903 +0000 UTC m=+30.331478945 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fcd80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af4fe88c0 item 38 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd400): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd400): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd400): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd400): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd400): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.719311064 +0000 UTC m=+30.332643107 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd400): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd900): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd900): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd900): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd900): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd900): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af4fe95e0 item 39 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd900): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd900): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.719694676 +0000 UTC m=+30.333026719 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd900): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fde00): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fde00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fde00): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fde00): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fde00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.719694676 +0000 UTC m=+30.333026719 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fde00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af4fe9ab0 item 39 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589e580): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589e580): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589e580): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589e580): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589e580): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.720839342 +0000 UTC m=+30.334171386 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589e580): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589ea80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589ea80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52e4a10 item 40 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589ea80): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589ea80): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589ea80): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589ea80): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589ea80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.721404215 +0000 UTC m=+30.334736259 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589ea80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589efc0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589efc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589efc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589efc0): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589efc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.721404215 +0000 UTC m=+30.334736259 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589efc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52e4d20 item 40 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589f580): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589f580): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589f580): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589f580): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589f580): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589f580): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589f580): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.722618592 +0000 UTC m=+30.335950635 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589f580): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589fa80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589fa80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589fa80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52e5260 item 41 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589fa80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589fa80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.723003777 +0000 UTC m=+30.336335820 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589fa80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c8040): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c8040): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c8040): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c8040): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c8040): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52e5650 item 41 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c8040): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c8040): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.723448064 +0000 UTC m=+30.336780107 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c8040): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c8580): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c8580): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c8580): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c8580): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c8580): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.723448064 +0000 UTC m=+30.336780107 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c8580): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52e58f0 item 41 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c8bc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c8bc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c8bc0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c8bc0): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c8bc0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c8bc0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c8bc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.724538286 +0000 UTC m=+30.337870339 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c8bc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c90c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c90c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c90c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52d68c0 item 42 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c90c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c90c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.724975249 +0000 UTC m=+30.338307292 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c90c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c9600): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c9600): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52d6a80 item 42 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c9600): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c9600): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c9600): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c9600): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c9600): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.72546408 +0000 UTC m=+30.338796123 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c9600): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c9b80): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c9b80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c9b80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c9b80): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c9b80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.72546408 +0000 UTC m=+30.338796123 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58c9b80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52d6d90 item 42 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e02c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e02c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e02c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e02c0): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e02c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e02c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e02c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.726784465 +0000 UTC m=+30.340116518 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e02c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e07c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e07c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e07c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52d75e0 item 43 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e07c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e07c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.727272634 +0000 UTC m=+30.340604698 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e07c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e0d00): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e0d00): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e0d00): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e0d00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e0d00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5b28000 item 43 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e0d00): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e0d00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.727773438 +0000 UTC m=+30.341105481 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e0d00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e1240): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e1240): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e1240): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e1240): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e1240): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.727773438 +0000 UTC m=+30.341105481 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e1240): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5b28540 item 43 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e1880): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e1880): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e1880): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e1880): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e1880): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e1880): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e1880): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.728977044 +0000 UTC m=+30.342309087 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e1880): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e1d80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e1d80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e1d80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5b288c0 item 44 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e1d80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e1d80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.729408507 +0000 UTC m=+30.342740549 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af58e1d80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59023c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59023c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5b28a80 item 44 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59023c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59023c0): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59023c0): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59023c0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59023c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.730130185 +0000 UTC m=+30.343462228 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59023c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5902940): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5902940): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5902940): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5902940): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5902940): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.730130185 +0000 UTC m=+30.343462228 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5902940): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5b28c40 item 44 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5902f80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5902f80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5902f80): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5902f80): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5902f80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5902f80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5902f80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.731207855 +0000 UTC m=+30.344539927 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5902f80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5903480): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5903480): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5903480): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5b28fc0 item 45 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5903480): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5903480): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.731636151 +0000 UTC m=+30.344968194 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5903480): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5903b80): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5903b80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5903b80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5903b80): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5903b80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.731636151 +0000 UTC m=+30.344968194 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5903b80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5b29180 item 45 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59242c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59242c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59242c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59242c0): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59242c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59242c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59242c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.732887526 +0000 UTC m=+30.346219569 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59242c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59247c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59247c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59247c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5b29500 item 46 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59247c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59247c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.733336232 +0000 UTC m=+30.346668275 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59247c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5924ec0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5924ec0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5924ec0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5924ec0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5924ec0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.733336232 +0000 UTC m=+30.346668275 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5924ec0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5b296c0 item 46 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5925500): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5925500): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5925500): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5925500): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5925500): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5925500): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5925500): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.739134549 +0000 UTC m=+30.352466592 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5925500): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5925a00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5925a00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5925a00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5b29a40 item 47 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5925a00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5925a00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.741511304 +0000 UTC m=+30.354843348 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5925a00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946200): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946200): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946200): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946200): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946200): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.741511304 +0000 UTC m=+30.354843348 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946200): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5b29c70 item 47 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946840): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946840): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946840): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946840): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946840): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946840): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946840): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.745122223 +0000 UTC m=+30.358454266 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946840): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946d40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946d40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946d40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af566e310 item 48 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946d40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946d40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.745495766 +0000 UTC m=+30.358827810 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5946d40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947440): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947440): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947440): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947440): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947440): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.745495766 +0000 UTC m=+30.358827810 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947440): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af566e700 item 48 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947a80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947a80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947a80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947a80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947a80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.74667654 +0000 UTC m=+30.360008582 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5947a80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5972000): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5972000): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5972000): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5972000): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5972000): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5972000): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af566eb60 item 49 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5972000): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5972000): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.747111809 +0000 UTC m=+30.360443852 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5972000): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5972540): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5972540): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5972540): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5972540): >_readAt: n=8, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5972540): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.747111809 +0000 UTC m=+30.360443852 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5972540): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af566ed20 item 49 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5972bc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5972bc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5972bc0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5972bc0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5972bc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.749582852 +0000 UTC m=+30.362914894 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5972bc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59730c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59730c0): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59730c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af566f340 item 50 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59730c0): _readAt: size=2, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59730c0): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59730c0): _writeAt: size=3, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59730c0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59730c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.750105345 +0000 UTC m=+30.363437388 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59730c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5973640): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5973640): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5973640): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5973640): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5973640): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.750105345 +0000 UTC m=+30.363437388 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5973640): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af566f500 item 50 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5973cc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5973cc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5973cc0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5973cc0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5973cc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.751327136 +0000 UTC m=+30.364659189 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5973cc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a42c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a42c0): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a42c0): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a42c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a42c0): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a42c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af566f8f0 item 51 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a42c0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a42c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.751733501 +0000 UTC m=+30.365065544 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a42c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a4800): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a4800): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a4800): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a4800): >_readAt: n=8, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a4800): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.751733501 +0000 UTC m=+30.365065544 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a4800): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af566fc70 item 51 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a4e80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a4e80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a4e80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a4e80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a4e80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.753059207 +0000 UTC m=+30.366391251 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a4e80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a5380): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a5380): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a5380): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af55227e0 item 52 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a5380): _readAt: size=2, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a5380): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a5380): _writeAt: size=3, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a5380): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a5380): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.753780094 +0000 UTC m=+30.367112138 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a5380): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a5900): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a5900): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a5900): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a5900): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a5900): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.753780094 +0000 UTC m=+30.367112138 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59a5900): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5522bd0 item 52 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8080): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8080): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8080): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8080): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8080): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.755169931 +0000 UTC m=+30.368501974 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8080): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8580): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8580): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8580): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8580): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8580): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8580): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5523650 item 53 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8580): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8580): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.756034179 +0000 UTC m=+30.369366222 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8580): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8ac0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8ac0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8ac0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8ac0): >_readAt: n=8, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8ac0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.756034179 +0000 UTC m=+30.369366222 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8ac0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5523960 item 53 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c9140): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c9140): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c9140): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c9140): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c9140): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.758183967 +0000 UTC m=+30.371516020 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c9140): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c9640): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c9640): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c9640): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af529e2a0 item 54 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c9640): _readAt: size=2, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c9640): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c9640): _writeAt: size=3, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c9640): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c9640): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.75929013 +0000 UTC m=+30.372622172 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c9640): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c9bc0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c9bc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c9bc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c9bc0): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c9bc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.75929013 +0000 UTC m=+30.372622172 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c9bc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af529eaf0 item 54 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880440): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880440): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880440): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880440): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880440): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.760985581 +0000 UTC m=+30.374317644 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880440): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880940): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880940): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880940): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880940): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880940): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880940): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5776310 item 55 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880940): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880940): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.761608274 +0000 UTC m=+30.374940317 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880940): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880e80): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880e80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880e80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880e80): >_readAt: n=8, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880e80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.761608274 +0000 UTC m=+30.374940317 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5880e80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af57764d0 item 55 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881500): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881500): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881500): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881500): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881500): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.763180464 +0000 UTC m=+30.376512507 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881500): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881a00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881a00): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881a00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5776a10 item 56 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881a00): _readAt: size=2, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881a00): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881a00): _writeAt: size=3, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881a00): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881a00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.763897825 +0000 UTC m=+30.377229868 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5881a00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8080): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8080): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8080): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8080): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8080): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.763897825 +0000 UTC m=+30.377229868 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c8080): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5776bd0 item 56 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c86c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c86c0): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c86c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c86c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c86c0): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c86c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c86c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c86c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.7658871 +0000 UTC m=+30.379219143 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af59c86c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06240): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06240): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06240): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5777340 item 57 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06240): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06240): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.766660577 +0000 UTC m=+30.379992620 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06240): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06780): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06780): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06780): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06780): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06780): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06780): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5777500 item 57 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06780): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06780): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.767135039 +0000 UTC m=+30.380467083 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06780): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06d00): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06d00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06d00): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06d00): >_readAt: n=8, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06d00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.767135039 +0000 UTC m=+30.380467083 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b06d00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5777730 item 57 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07340): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07340): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07340): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07340): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07340): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07340): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07340): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07340): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.768359807 +0000 UTC m=+30.381691849 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07340): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07880): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07880): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07880): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5777b90 item 58 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07880): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07880): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.768874465 +0000 UTC m=+30.382206508 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07880): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07dc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07dc0): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07dc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5777d50 item 58 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07dc0): _readAt: size=2, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07dc0): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07dc0): _writeAt: size=3, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07dc0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07dc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.769472451 +0000 UTC m=+30.382804494 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5b07dc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92500): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92500): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92500): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92500): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92500): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.769472451 +0000 UTC m=+30.382804494 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92500): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af529ee70 item 58 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92b40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92b40): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92b40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92b40): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92b40): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92b40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92b40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92b40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.770684213 +0000 UTC m=+30.384016256 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a92b40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93080): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93080): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93080): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af529f420 item 59 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93080): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93080): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.771220052 +0000 UTC m=+30.384552095 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93080): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a935c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a935c0): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a935c0): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a935c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a935c0): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a935c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af529f730 item 59 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a935c0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a935c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.771831032 +0000 UTC m=+30.385163075 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a935c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93b40): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93b40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93b40): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93b40): >_readAt: n=8, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93b40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.771831032 +0000 UTC m=+30.385163075 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5a93b40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af529fb90 item 59 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2800): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2800): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2800): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2800): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2800): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2800): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2800): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2800): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.772974886 +0000 UTC m=+30.386306929 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2800): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2e80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2e80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2e80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5280310 item 60 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2e80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2e80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.773464036 +0000 UTC m=+30.386796080 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a2e80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a38c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a38c0): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a38c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52805b0 item 60 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a38c0): _readAt: size=2, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a38c0): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a38c0): _writeAt: size=3, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a38c0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a38c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.774014593 +0000 UTC m=+30.387346636 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53a38c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e85c0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e85c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e85c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e85c0): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e85c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.774014593 +0000 UTC m=+30.387346636 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e85c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52807e0 item 60 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8c00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8c00): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8c00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8c00): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8c00): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8c00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8c00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8c00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.775474853 +0000 UTC m=+30.388806896 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e8c00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9140): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9140): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9140): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5280f50 item 61 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9140): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9140): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.776052621 +0000 UTC m=+30.389384664 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9140): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9840): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9840): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9840): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9840): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9840): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.776052621 +0000 UTC m=+30.389384664 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9840): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5281260 item 61 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9e80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9e80): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9e80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9e80): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9e80): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9e80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9e80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9e80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.777804088 +0000 UTC m=+30.391136131 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af52e9e80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af51edd00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af51edd00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af51edd00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52817a0 item 62 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af51edd00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af51edd00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.778215333 +0000 UTC m=+30.391547376 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af51edd00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292900): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292900): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292900): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292900): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292900): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.778215333 +0000 UTC m=+30.391547376 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292900): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5281ab0 item 62 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292f40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292f40): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292f40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292f40): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292f40): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292f40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292f40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292f40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.779585933 +0000 UTC m=+30.392917976 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5292f40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293480): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293480): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293480): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c90000 item 63 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293480): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293480): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.780007427 +0000 UTC m=+30.393339470 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293480): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293b80): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293b80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293b80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293b80): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293b80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.780007427 +0000 UTC m=+30.393339470 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5293b80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c901c0 item 63 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55350c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55350c0): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55350c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55350c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55350c0): >_readAt: n=0, err=Bad file descriptor 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55350c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55350c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55350c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.781208639 +0000 UTC m=+30.394540692 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55350c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5535680): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5535680): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5535680): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c90690 item 64 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5535680): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5535680): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.781836361 +0000 UTC m=+30.395168404 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5535680): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567e600): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567e600): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567e600): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567e600): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567e600): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.781836361 +0000 UTC m=+30.395168404 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567e600): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c90850 item 64 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567ec40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567ec40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567ec40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567ec40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567ec40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.783024868 +0000 UTC m=+30.396356911 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567ec40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f0c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f0c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f0c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f0c0): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f0c0): _writeAt: size=3, off=2 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c90d20 item 65 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f0c0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f0c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.783464928 +0000 UTC m=+30.396796970 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f0c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f5c0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f5c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f5c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f5c0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f5c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.783464928 +0000 UTC m=+30.396796970 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567f5c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c90ee0 item 65 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fc00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fc00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fc00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fc00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fc00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.785018653 +0000 UTC m=+30.398350695 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af567fc00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fc380): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fc380): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c912d0 item 66 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fc380): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fc380): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fc380): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fc380): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fc380): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.785555122 +0000 UTC m=+30.398887166 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fc380): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fccc0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fccc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fccc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fccc0): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fccc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.785555122 +0000 UTC m=+30.398887166 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fccc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c91500 item 66 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd340): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd340): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd340): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd340): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd340): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.786683326 +0000 UTC m=+30.400015369 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd340): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd7c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd7c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd7c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd7c0): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd7c0): _writeAt: size=3, off=2 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c919d0 item 67 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd7c0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd7c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.787249824 +0000 UTC m=+30.400581877 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fd7c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fdcc0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fdcc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fdcc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fdcc0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fdcc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.787249824 +0000 UTC m=+30.400581877 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57fdcc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c91b90 item 67 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4e440): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4e440): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4e440): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4e440): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4e440): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.788434684 +0000 UTC m=+30.401766727 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4e440): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4e940): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4e940): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c361c0 item 68 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4e940): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4e940): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4e940): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4e940): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4e940): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.788985992 +0000 UTC m=+30.402318035 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4e940): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4ee80): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4ee80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4ee80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4ee80): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4ee80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.788985992 +0000 UTC m=+30.402318035 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4ee80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c363f0 item 68 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4f4c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4f4c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4f4c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4f4c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4f4c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.790071866 +0000 UTC m=+30.403403910 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4f4c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4f940): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4f940): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4f940): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4f940): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4f940): _writeAt: size=3, off=2 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c36850 item 69 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4f940): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4f940): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.79048818 +0000 UTC m=+30.403820223 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4f940): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4fe40): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4fe40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4fe40): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4fe40): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4fe40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.79048818 +0000 UTC m=+30.403820223 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4e4fe40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c36a80 item 69 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f485c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f485c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f485c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f485c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f485c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.791878198 +0000 UTC m=+30.405210241 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f485c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f48ac0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f48ac0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c36ee0 item 70 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f48ac0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f48ac0): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f48ac0): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f48ac0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f48ac0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.792331251 +0000 UTC m=+30.405663294 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f48ac0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f49000): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f49000): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f49000): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f49000): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f49000): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.792331251 +0000 UTC m=+30.405663294 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f49000): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c37180 item 70 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f49680): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f49680): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f49680): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f49680): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f49680): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.793365138 +0000 UTC m=+30.406697181 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f49680): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f49b80): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f49b80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f49b80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f49b80): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f49b80): _writeAt: size=3, off=2 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c37570 item 71 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f49b80): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f49b80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.79449742 +0000 UTC m=+30.407829462 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af4f49b80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b4180): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b4180): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b4180): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b4180): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b4180): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.79449742 +0000 UTC m=+30.407829462 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b4180): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5c37730 item 71 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b4800): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b4800): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b4800): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b4800): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b4800): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.795732796 +0000 UTC m=+30.409064839 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b4800): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b4d00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b4d00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5620000 item 72 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b4d00): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b4d00): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b4d00): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b4d00): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b4d00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.796412836 +0000 UTC m=+30.409744879 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b4d00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b5240): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b5240): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b5240): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b5240): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b5240): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.796412836 +0000 UTC m=+30.409744879 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b5240): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af56201c0 item 72 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b5800): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b5800): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b5800): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b5800): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b5800): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b5800): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b5800): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.797544767 +0000 UTC m=+30.410876810 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b5800): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b5d00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b5d00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b5d00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5620c40 item 73 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b5d00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b5d00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.798002189 +0000 UTC m=+30.411334232 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53b5d00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f22c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f22c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f22c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f22c0): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f22c0): _writeAt: size=3, off=2 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5620e70 item 73 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f22c0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f22c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.798469178 +0000 UTC m=+30.411801220 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f22c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f2800): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f2800): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f2800): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f2800): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f2800): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.798469178 +0000 UTC m=+30.411801220 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f2800): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5621030 item 73 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f2e40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f2e40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f2e40): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f2e40): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f2e40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f2e40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f2e40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.799703842 +0000 UTC m=+30.413035885 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f2e40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f3340): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f3340): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f3340): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af56218f0 item 74 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f3340): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f3340): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.800359246 +0000 UTC m=+30.413691289 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f3340): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f3880): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f3880): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5621b90 item 74 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f3880): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f3880): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f3880): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f3880): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f3880): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.800828461 +0000 UTC m=+30.414160503 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f3880): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f3e00): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f3e00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f3e00): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f3e00): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f3e00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.800828461 +0000 UTC m=+30.414160503 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af53f3e00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52ee230 item 74 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5480540): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5480540): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5480540): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5480540): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5480540): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5480540): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5480540): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.802310019 +0000 UTC m=+30.415642062 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5480540): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5480a40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5480a40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5480a40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52ee620 item 75 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5480a40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5480a40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.802951467 +0000 UTC m=+30.416283511 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5480a40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5480f80): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5480f80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5480f80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5480f80): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5480f80): _writeAt: size=3, off=2 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52ee850 item 75 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5480f80): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5480f80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.803428165 +0000 UTC m=+30.416760209 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5480f80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54814c0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54814c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54814c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54814c0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54814c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.803428165 +0000 UTC m=+30.416760209 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54814c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52eea10 item 75 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5481b00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5481b00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5481b00): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5481b00): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5481b00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5481b00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5481b00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.804703817 +0000 UTC m=+30.418035860 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5481b00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549e100): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549e100): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549e100): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52ef1f0 item 76 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549e100): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549e100): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.805180986 +0000 UTC m=+30.418513039 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549e100): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549e640): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549e640): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52ef490 item 76 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549e640): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549e640): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549e640): _writeAt: size=3, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549e640): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549e640): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.80603286 +0000 UTC m=+30.419364902 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549e640): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549ebc0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549ebc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549ebc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549ebc0): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549ebc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.80603286 +0000 UTC m=+30.419364902 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549ebc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52ef650 item 76 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549f200): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549f200): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549f200): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549f200): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549f200): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549f200): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549f200): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.807280157 +0000 UTC m=+30.420612201 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549f200): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549f700): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549f700): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549f700): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52ef9d0 item 77 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549f700): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549f700): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.80770642 +0000 UTC m=+30.421038463 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549f700): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549fe00): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549fe00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549fe00): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549fe00): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549fe00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.80770642 +0000 UTC m=+30.421038463 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af549fe00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af52efb90 item 77 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ac540): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ac540): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ac540): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ac540): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ac540): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ac540): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ac540): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.808960853 +0000 UTC m=+30.422292895 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ac540): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54aca40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54aca40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54aca40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af522e310 item 78 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54aca40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54aca40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.80939485 +0000 UTC m=+30.422726893 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54aca40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ad140): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ad140): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ad140): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ad140): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ad140): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.80939485 +0000 UTC m=+30.422726893 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ad140): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af522e5b0 item 78 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ad780): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ad780): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ad780): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ad780): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ad780): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ad780): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ad780): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.810814292 +0000 UTC m=+30.424146335 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54ad780): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54adc80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54adc80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54adc80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af522f0a0 item 79 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54adc80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54adc80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.811313752 +0000 UTC m=+30.424645796 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af54adc80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554c480): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554c480): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554c480): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554c480): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554c480): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.811313752 +0000 UTC m=+30.424645796 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554c480): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af522f2d0 item 79 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554cac0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554cac0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554cac0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554cac0): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554cac0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554cac0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554cac0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.812931168 +0000 UTC m=+30.426263211 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554cac0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554cfc0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554cfc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554cfc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af522fe30 item 80 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554cfc0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554cfc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.813510368 +0000 UTC m=+30.426842411 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554cfc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554d6c0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554d6c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554d6c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554d6c0): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554d6c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.813510368 +0000 UTC m=+30.426842411 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554d6c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5678620 item 80 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554dd00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554dd00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554dd00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554dd00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554dd00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.814803382 +0000 UTC m=+30.428135426 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af554dd00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5572280): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5572280): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5572280): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5572280): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5572280): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5572280): _writeAt: size=3, off=7 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5679260 item 81 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5572280): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5572280): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.815319875 +0000 UTC m=+30.428651918 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5572280): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55727c0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55727c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55727c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55727c0): >_readAt: n=8, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55727c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.815319875 +0000 UTC m=+30.428651918 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55727c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af56796c0 item 81 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5572e40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5572e40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5572e40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5572e40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5572e40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.81648026 +0000 UTC m=+30.429812304 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5572e40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5573340): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5573340): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5573340): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5679b20 item 82 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5573340): _readAt: size=2, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5573340): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5573340): _writeAt: size=3, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5573340): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5573340): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.817012212 +0000 UTC m=+30.430344255 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5573340): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55738c0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55738c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55738c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55738c0): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55738c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.817012212 +0000 UTC m=+30.430344255 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55738c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5679d50 item 82 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558e040): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558e040): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558e040): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558e040): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558e040): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.818231277 +0000 UTC m=+30.431563340 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558e040): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558e540): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558e540): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558e540): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558e540): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558e540): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558e540): _writeAt: size=3, off=7 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af543e770 item 83 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558e540): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558e540): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.818814104 +0000 UTC m=+30.432146148 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558e540): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558ea80): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558ea80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558ea80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558ea80): >_readAt: n=8, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558ea80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.818814104 +0000 UTC m=+30.432146148 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558ea80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af543e9a0 item 83 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558f100): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558f100): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558f100): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558f100): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558f100): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.820183473 +0000 UTC m=+30.433515516 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558f100): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558f600): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558f600): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558f600): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af543f960 item 84 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558f600): _readAt: size=2, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558f600): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558f600): _writeAt: size=3, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558f600): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558f600): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.820762773 +0000 UTC m=+30.434094816 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558f600): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558fb80): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558fb80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558fb80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558fb80): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558fb80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.820762773 +0000 UTC m=+30.434094816 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af558fb80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af543fb20 item 84 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2300): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2300): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2300): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2300): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2300): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.822114499 +0000 UTC m=+30.435446541 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2300): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2800): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2800): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2800): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2800): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2800): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2800): _writeAt: size=3, off=7 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5270460 item 85 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2800): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2800): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.822628376 +0000 UTC m=+30.435960419 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2800): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2d40): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2d40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2d40): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2d40): >_readAt: n=8, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2d40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.822628376 +0000 UTC m=+30.435960419 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b2d40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5270af0 item 85 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b33c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b33c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b33c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b33c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b33c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.823765046 +0000 UTC m=+30.437097089 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b33c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b38c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b38c0): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b38c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5270f50 item 86 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b38c0): _readAt: size=2, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b38c0): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b38c0): _writeAt: size=3, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b38c0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b38c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.824336964 +0000 UTC m=+30.437669006 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b38c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3e40): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3e40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3e40): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3e40): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3e40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.824336964 +0000 UTC m=+30.437669006 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55b3e40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5271180 item 86 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d05c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d05c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d05c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d05c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d05c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.825510833 +0000 UTC m=+30.438842876 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d05c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d0ac0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d0ac0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d0ac0): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d0ac0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d0ac0): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d0ac0): _writeAt: size=3, off=7 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5271c70 item 87 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d0ac0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d0ac0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.826211563 +0000 UTC m=+30.439543627 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d0ac0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d1000): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d1000): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d1000): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d1000): >_readAt: n=8, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d1000): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.826211563 +0000 UTC m=+30.439543627 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d1000): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5271e30 item 87 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d1680): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d1680): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d1680): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d1680): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d1680): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.827475142 +0000 UTC m=+30.440807185 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d1680): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d1b80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d1b80): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d1b80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af567c850 item 88 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d1b80): _readAt: size=2, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d1b80): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d1b80): _writeAt: size=3, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d1b80): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d1b80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.828061987 +0000 UTC m=+30.441394030 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af55d1b80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560a200): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560a200): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560a200): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560a200): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560a200): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.828061987 +0000 UTC m=+30.441394030 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560a200): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af567ca80 item 88 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560a840): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 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-soxovip5bezi/dir/file1: no such file or directory 2026/06/29 02:45:50 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-soxovip5bezi/dir/file1: no such file or directory 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560a840): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560a840): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560a840): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560a840): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560a840): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560a840): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560a840): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.829309255 +0000 UTC m=+30.442641298 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560a840): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560ad80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560ad80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560ad80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af567d6c0 item 89 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560ad80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560ad80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.830040032 +0000 UTC m=+30.443372095 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560ad80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560b2c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560b2c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560b2c0): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560b2c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560b2c0): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560b2c0): _writeAt: size=3, off=7 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af567da40 item 89 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560b2c0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560b2c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.830720393 +0000 UTC m=+30.444052436 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560b2c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560b840): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560b840): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560b840): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560b840): >_readAt: n=8, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560b840): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.830720393 +0000 UTC m=+30.444052436 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560b840): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af567dc70 item 89 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560be80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560be80): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560be80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560be80): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560be80): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560be80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560be80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560be80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.832103967 +0000 UTC m=+30.445436021 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af560be80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57104c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57104c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57104c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd0150 item 90 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57104c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57104c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.832571518 +0000 UTC m=+30.445903601 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57104c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5710a00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5710a00): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5710a00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd0310 item 90 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5710a00): _readAt: size=2, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5710a00): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5710a00): _writeAt: size=3, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5710a00): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5710a00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.833180174 +0000 UTC m=+30.446512217 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5710a00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5710fc0): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5710fc0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5710fc0): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5710fc0): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5710fc0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.833180174 +0000 UTC m=+30.446512217 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5710fc0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd04d0 item 90 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5711600): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5711600): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5711600): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5711600): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5711600): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5711600): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5711600): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5711600): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.834946951 +0000 UTC m=+30.448278994 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5711600): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5711b40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5711b40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5711b40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd0850 item 91 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5711b40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5711b40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.835822489 +0000 UTC m=+30.449154532 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5711b40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746180): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746180): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746180): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746180): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746180): >_readAt: n=2, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746180): _writeAt: size=3, off=7 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd0a10 item 91 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746180): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746180): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.836456673 +0000 UTC m=+30.449788736 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746180): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746700): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746700): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746700): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746700): >_readAt: n=8, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746700): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.836456673 +0000 UTC m=+30.449788736 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746700): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd0bd0 item 91 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746d40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746d40): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746d40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746d40): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746d40): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746d40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746d40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746d40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.837609193 +0000 UTC m=+30.450941235 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5746d40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747280): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747280): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747280): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd1030 item 92 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747280): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747280): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.83805367 +0000 UTC m=+30.451385713 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747280): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57477c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57477c0): open at offset 5 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57477c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd11f0 item 92 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57477c0): _readAt: size=2, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57477c0): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57477c0): _writeAt: size=3, off=5 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57477c0): >_writeAt: n=3, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57477c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.838608464 +0000 UTC m=+30.451940508 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57477c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747d80): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747d80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747d80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747d80): >_readAt: n=3, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747d80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.838608464 +0000 UTC m=+30.451940508 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5747d80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd13b0 item 92 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57684c0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57684c0): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57684c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57684c0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57684c0): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57684c0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57684c0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57684c0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.839846295 +0000 UTC m=+30.453178339 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57684c0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5768a00): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5768a00): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5768a00): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd1730 item 93 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5768a00): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5768a00): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.8402683 +0000 UTC m=+30.453600343 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5768a00): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5769100): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5769100): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5769100): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5769100): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5769100): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.8402683 +0000 UTC m=+30.453600343 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5769100): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd18f0 item 93 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5769740): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5769740): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5769740): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5769740): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5769740): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5769740): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5769740): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5769740): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.841679436 +0000 UTC m=+30.455011479 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5769740): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5769c80): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5769c80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5769c80): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd1c70 item 94 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5769c80): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5769c80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.842131608 +0000 UTC m=+30.455463652 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af5769c80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57aa480): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57aa480): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57aa480): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57aa480): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57aa480): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.842131608 +0000 UTC m=+30.455463652 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57aa480): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af5bd1e30 item 94 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57aaac0): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57aaac0): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57aaac0): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57aaac0): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57aaac0): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57aaac0): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57aaac0): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57aaac0): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.843676236 +0000 UTC m=+30.457008279 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57aaac0): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57ab000): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57ab000): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57ab000): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af4f12af0 item 95 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57ab000): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57ab000): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.844170247 +0000 UTC m=+30.457502300 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57ab000): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57ab700): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57ab700): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57ab700): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57ab700): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57ab700): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.844170247 +0000 UTC m=+30.457502300 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57ab700): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af4f13110 item 95 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57abd40): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57abd40): open at offset 0 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57abd40): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57abd40): _readAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57abd40): >_readAt: n=0, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57abd40): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57abd40): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57abd40): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.845564431 +0000 UTC m=+30.458896475 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af57abd40): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589c380): _writeAt: size=5, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589c380): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589c380): >openPending: err= 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af4f135e0 item 96 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589c380): >_writeAt: n=5, err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589c380): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.846052831 +0000 UTC m=+30.459384885 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589c380): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/29 02:45:50 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:50 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/29 02:45:50 DEBUG : open-test-file: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589ca80): _readAt: size=512, off=0 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589ca80): openPending: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589ca80): >openPending: err= 2026/06/29 02:45:50 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589ca80): >_readAt: n=5, err=EOF 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589ca80): close: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-29 02:45:50.846052831 +0000 UTC m=+30.459384885 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : open-test-file(0x2e8af589ca80): >close: err= 2026/06/29 02:45:50 DEBUG : open-test-file: Remove: 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2e8af4f138f0 item 96 2026/06/29 02:45:50 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/29 02:45:50 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/29 02:45:50 DEBUG : open-test-file: >Remove: err= 2026/06/29 02:45:50 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:50 DEBUG : Looking for writers 2026/06/29 02:45:50 DEBUG : >WaitForWriters: 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.44s) --- PASS: TestRWFileHandleOpenTests/writes (0.24s) --- 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.01s) --- 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.01s) --- 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.20s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.01s) --- 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-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:50 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:50 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:50 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:50 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:50 DEBUG : file1: newRWFileHandle: 2026/06/29 02:45:50 DEBUG : file1(0x2e8af589d0c0): openPending: 2026/06/29 02:45:50 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:50 DEBUG : file1(0x2e8af589d0c0): >openPending: err= 2026/06/29 02:45:50 DEBUG : file1: >newRWFileHandle: err= 2026/06/29 02:45:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:50 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/29 02:45:50 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/29 02:45:50 DEBUG : file1(0x2e8af589d0c0): _writeAt: size=2, off=0 2026/06/29 02:45:50 DEBUG : file1(0x2e8af589d0c0): >_writeAt: n=2, err= 2026/06/29 02:45:50 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/06/29 02:45:50 DEBUG : file1(0x2e8af589d0c0): RWFileHandle.Flush 2026/06/29 02:45:50 DEBUG : file1(0x2e8af589d0c0): RWFileHandle.Release 2026/06/29 02:45:50 DEBUG : file1(0x2e8af589d0c0): close: 2026/06/29 02:45:50 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/06/29 02:45:50 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:50 DEBUG : file1(0x2e8af589d0c0): >close: err= 2026/06/29 02:45:50 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:50 DEBUG : Looking for writers 2026/06/29 02:45:50 DEBUG : file1: reading active writers 2026/06/29 02:45:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/29 02:45:50 DEBUG : Looking for writers 2026/06/29 02:45:50 DEBUG : file1: reading active writers 2026/06/29 02:45:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/29 02:45:50 DEBUG : Looking for writers 2026/06/29 02:45:50 DEBUG : file1: reading active writers 2026/06/29 02:45:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/29 02:45:50 DEBUG : Looking for writers 2026/06/29 02:45:50 DEBUG : file1: reading active writers 2026/06/29 02:45:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/29 02:45:50 DEBUG : file1: vfs cache: starting upload 2026/06/29 02:45:50 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1.a0a9169e.partial" 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1.a0a9169e.partial 2026/06/29 02:45:50 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1.a0a9169e.partial" 2026/06/29 02:45:51 DEBUG : Looking for writers 2026/06/29 02:45:51 DEBUG : file1: reading active writers 2026/06/29 02:45:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-soxovip5bezi/file1.a0a9169e.partial 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:51 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/29 02:45:51 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/06/29 02:45:51 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/06/29 02:45:51 INFO : file1: Copied (new) 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:51 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/29 02:45:51 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/06/29 02:45:51 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/29 02:45:51 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/06/29 02:45:51 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:45:51 INFO : file1: vfs cache: upload succeeded try #1 2026/06/29 02:45:51 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-soxovip5bezi/dir/file1: no such file or directory 2026/06/29 02:45:51 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-soxovip5bezi/dir/file1: no such file or directory 2026/06/29 02:45:51 DEBUG : Looking for writers 2026/06/29 02:45:51 DEBUG : file1: reading active writers 2026/06/29 02:45:51 DEBUG : >WaitForWriters: 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:51 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:51 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/06/29 02:45:51 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:51 DEBUG : Looking for writers 2026/06/29 02:45:51 DEBUG : file1: reading active writers 2026/06/29 02:45:51 DEBUG : >WaitForWriters: 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.52s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:51 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:51 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:51 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:51 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:51 DEBUG : rename_me: newRWFileHandle: 2026/06/29 02:45:51 DEBUG : rename_me(0x2e8af5b32080): openPending: 2026/06/29 02:45:51 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/29 02:45:51 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/06/29 02:45:51 DEBUG : rename_me(0x2e8af5b32080): >openPending: err= 2026/06/29 02:45:51 DEBUG : rename_me: >newRWFileHandle: err= 2026/06/29 02:45:51 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/06/29 02:45:51 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/06/29 02:45:51 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/06/29 02:45:51 DEBUG : rename_me(0x2e8af5b32080): _writeAt: size=5, off=0 2026/06/29 02:45:51 DEBUG : rename_me(0x2e8af5b32080): >_writeAt: n=5, err= 2026/06/29 02:45:51 DEBUG : rename_me(0x2e8af5b32080): close: 2026/06/29 02:45:51 DEBUG : rename_me: vfs cache: setting modification time to 2026-06-29 02:45:51.378209325 +0000 UTC m=+30.991541368 2026/06/29 02:45:51 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/06/29 02:45:51 DEBUG : rename_me(0x2e8af5b32080): >close: err= 2026/06/29 02:45:51 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/06/29 02:45:51 DEBUG : i_was_renamed: Updating file with 0x2e8af5911d40 2026/06/29 02:45:51 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/06/29 02:45:51 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/06/29 02:45:51 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:51 DEBUG : Looking for writers 2026/06/29 02:45:51 DEBUG : i_was_renamed: reading active writers 2026/06/29 02:45:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/29 02:45:51 DEBUG : Looking for writers 2026/06/29 02:45:51 DEBUG : i_was_renamed: reading active writers 2026/06/29 02:45:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/29 02:45:51 DEBUG : Looking for writers 2026/06/29 02:45:51 DEBUG : i_was_renamed: reading active writers 2026/06/29 02:45:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/29 02:45:51 DEBUG : Looking for writers 2026/06/29 02:45:51 DEBUG : i_was_renamed: reading active writers 2026/06/29 02:45:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/29 02:45:51 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-soxovip5bezi/dir/file1: no such file or directory 2026/06/29 02:45:51 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-soxovip5bezi/dir/file1: no such file or directory 2026/06/29 02:45:51 DEBUG : i_was_renamed: vfs cache: starting upload 2026/06/29 02:45:51 DEBUG : i_was_renamed.e1a39c7c.partial: size = 5 OK 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/i_was_renamed.e1a39c7c.partial" 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/i_was_renamed.e1a39c7c.partial 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/i_was_renamed.e1a39c7c.partial" 2026/06/29 02:45:51 DEBUG : Looking for writers 2026/06/29 02:45:51 DEBUG : i_was_renamed: reading active writers 2026/06/29 02:45:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-soxovip5bezi/i_was_renamed.e1a39c7c.partial 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:51 DEBUG : i_was_renamed.e1a39c7c.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/29 02:45:51 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/29 02:45:51 DEBUG : i_was_renamed.e1a39c7c.partial: renamed to: i_was_renamed 2026/06/29 02:45:51 INFO : i_was_renamed: Copied (new) 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/i_was_renamed" 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/i_was_renamed 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/i_was_renamed" 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-soxovip5bezi/i_was_renamed 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:51 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/29 02:45:51 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-06-29 02:45:51 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/29 02:45:51 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/06/29 02:45:51 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/06/29 02:45:51 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/06/29 02:45:51 DEBUG : Looking for writers 2026/06/29 02:45:51 DEBUG : i_was_renamed: reading active writers 2026/06/29 02:45:51 DEBUG : >WaitForWriters: 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:51 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/29 02:45:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-soxovip5bezi" 2026/06/29 02:45:51 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:51 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:51 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:51 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/06/29 02:45:51 DEBUG : forgetting directory cache 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate(0x2e8af5b062c0): _readAt: size=512, off=0 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate(0x2e8af5b062c0): openPending: 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-29 01:46:51 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/29 02:45:52 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate(0x2e8af5b062c0): >openPending: err= 2026/06/29 02:45:52 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate(0x2e8af5b062c0): >_readAt: n=20, err=EOF 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate(0x2e8af5b062c0): close: 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-29 01:46:51 +0000 UTC 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate(0x2e8af5b062c0): >close: err= 2026/06/29 02:45:52 DEBUG : Re-reading directory (101.284705ms old) 2026/06/29 02:45:52 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/06/29 02:45:52 DEBUG : forgetting directory cache 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate(0x2e8af5a1ce00): _readAt: size=512, off=0 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate(0x2e8af5a1ce00): openPending: 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-29 01:47:51 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-06-29 01:46:51 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-29 01:47:51 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-06-29 01:46:51 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/06/29 02:45:52 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/29 02:45:52 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate(0x2e8af5a1ce00): >openPending: err= 2026/06/29 02:45:52 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate(0x2e8af5a1ce00): >_readAt: n=20, err=EOF 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate(0x2e8af5a1ce00): close: 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-29 01:47:51 +0000 UTC 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate(0x2e8af5a1ce00): >close: err= 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:52 DEBUG : forgetting directory cache 2026/06/29 02:45:52 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:52 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:52 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate(0x2e8af5b32ec0): _readAt: size=512, off=0 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate(0x2e8af5b32ec0): openPending: 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-29 01:48:51 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-06-29 01:47:51 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-29 01:48:51 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-06-29 01:47:51 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/06/29 02:45:53 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/29 02:45:53 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate(0x2e8af5b32ec0): >openPending: err= 2026/06/29 02:45:53 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate(0x2e8af5b32ec0): >_readAt: n=20, err=EOF 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate(0x2e8af5b32ec0): close: 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-29 01:48:51 +0000 UTC 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate(0x2e8af5b32ec0): >close: err= 2026/06/29 02:45:53 DEBUG : Re-reading directory (109.838468ms old) 2026/06/29 02:45:53 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/06/29 02:45:53 DEBUG : forgetting directory cache 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate(0x2e8af5b33cc0): _readAt: size=512, off=0 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate(0x2e8af5b33cc0): openPending: 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-29 01:49:51 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-06-29 01:48:51 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-29 01:49:51 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-06-29 01:48:51 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/06/29 02:45:53 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/29 02:45:53 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate(0x2e8af5b33cc0): >openPending: err= 2026/06/29 02:45:53 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate(0x2e8af5b33cc0): >_readAt: n=20, err=EOF 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate(0x2e8af5b33cc0): close: 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-29 01:49:51 +0000 UTC 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate(0x2e8af5b33cc0): >close: err= 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:53 DEBUG : forgetting directory cache 2026/06/29 02:45:53 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:53 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:53 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate(0x2e8af53a2cc0): _readAt: size=512, off=0 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate(0x2e8af53a2cc0): openPending: 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-29 01:50:51 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-06-29 01:49:51 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-29 01:50:51 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-06-29 01:49:51 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/06/29 02:45:54 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/29 02:45:54 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate(0x2e8af53a2cc0): >openPending: err= 2026/06/29 02:45:54 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate(0x2e8af53a2cc0): >_readAt: n=20, err=EOF 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate(0x2e8af53a2cc0): close: 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-29 01:50:51 +0000 UTC 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate(0x2e8af53a2cc0): >close: err= 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:54 DEBUG : forgetting directory cache 2026/06/29 02:45:54 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate(0x2e8af5a1d800): _readAt: size=512, off=0 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate(0x2e8af5a1d800): openPending: 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-29 01:51:51 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-06-29 01:50:51 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-29 01:51:51 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-06-29 01:50:51 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/06/29 02:45:54 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/29 02:45:54 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate(0x2e8af5a1d800): >openPending: err= 2026/06/29 02:45:54 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate(0x2e8af5a1d800): >_readAt: n=20, err=EOF 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate(0x2e8af5a1d800): close: 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-29 01:51:51 +0000 UTC 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate(0x2e8af5a1d800): >close: err= 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:54 DEBUG : forgetting directory cache 2026/06/29 02:45:54 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate(0x2e8af5292200): _readAt: size=512, off=0 2026/06/29 02:45:54 DEBUG : TestRWCacheUpdate(0x2e8af5292200): openPending: 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:54 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-06-29 01:52:51 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-06-29 01:51:51 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-06-29 01:52:51 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-06-29 01:51:51 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/06/29 02:45:55 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/06/29 02:45:55 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate(0x2e8af5292200): >openPending: err= 2026/06/29 02:45:55 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate(0x2e8af5292200): >_readAt: n=21, err=EOF 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate(0x2e8af5292200): close: 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-29 01:52:51 +0000 UTC 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate(0x2e8af5292200): >close: err= 2026/06/29 02:45:55 DEBUG : Re-reading directory (104.564968ms old) 2026/06/29 02:45:55 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/06/29 02:45:55 DEBUG : forgetting directory cache 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate(0x2e8af5881640): _readAt: size=512, off=0 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate(0x2e8af5881640): openPending: 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-06-29 01:53:51 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-06-29 01:52:51 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-06-29 01:53:51 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-06-29 01:52:51 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/06/29 02:45:55 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/06/29 02:45:55 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate(0x2e8af5881640): >openPending: err= 2026/06/29 02:45:55 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate(0x2e8af5881640): >_readAt: n=22, err=EOF 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate(0x2e8af5881640): close: 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-29 01:53:51 +0000 UTC 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate(0x2e8af5881640): >close: err= 2026/06/29 02:45:55 DEBUG : Re-reading directory (100.956984ms old) 2026/06/29 02:45:55 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/06/29 02:45:55 DEBUG : forgetting directory cache 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate(0x2e8af5535400): _readAt: size=512, off=0 2026/06/29 02:45:55 DEBUG : TestRWCacheUpdate(0x2e8af5535400): openPending: 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:55 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-06-29 01:54:51 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-06-29 01:53:51 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-06-29 01:54:51 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-06-29 01:53:51 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/06/29 02:45:56 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/06/29 02:45:56 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate(0x2e8af5535400): >openPending: err= 2026/06/29 02:45:56 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate(0x2e8af5535400): >_readAt: n=23, err=EOF 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate(0x2e8af5535400): close: 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-29 01:54:51 +0000 UTC 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate(0x2e8af5535400): >close: err= 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:56 DEBUG : forgetting directory cache 2026/06/29 02:45:56 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate(0x2e8af567e5c0): _readAt: size=512, off=0 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate(0x2e8af567e5c0): openPending: 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/TestRWCacheUpdate" 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-soxovip5bezi/TestRWCacheUpdate 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-06-29 01:55:51 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-06-29 01:54:51 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-06-29 01:55:51 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-06-29 01:54:51 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/06/29 02:45:56 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/06/29 02:45:56 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate(0x2e8af567e5c0): >openPending: err= 2026/06/29 02:45:56 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate(0x2e8af567e5c0): >_readAt: n=24, err=EOF 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate(0x2e8af567e5c0): close: 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-29 01:55:51 +0000 UTC 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate(0x2e8af567e5c0): >close: err= 2026/06/29 02:45:56 DEBUG : Re-reading directory (104.982563ms old) 2026/06/29 02:45:56 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/29 02:45:56 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:56 DEBUG : Looking for writers 2026/06/29 02:45:56 DEBUG : TestRWCacheUpdate: reading active writers 2026/06/29 02:45:56 DEBUG : >WaitForWriters: 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (4.83s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/FiLeA" 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/FiLeA 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/FiLeA" 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-soxovip5bezi/FiLeA 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:56 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/FiLeA" 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/FiLeA 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/FiLeA" 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-soxovip5bezi/FiLeA 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:56 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/FiLeB" 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/FiLeB 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/FiLeB" 2026/06/29 02:45:56 DEBUG : forgetting directory cache 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-soxovip5bezi/FiLeB 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:56 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/FiLeB" 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/FiLeB 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/FiLeB" 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-soxovip5bezi/FiLeB 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:56 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/06/29 02:45:56 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:56 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:56 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:56 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/29 02:45:56 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/29 02:45:56 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/29 02:45:56 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:56 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/FiLeA" 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/FiLeA 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/FiLeA" 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-soxovip5bezi/FiLeA 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:56 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/29 02:45:56 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:56 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/29 02:45:56 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/29 02:45:56 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/29 02:45:56 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:56 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/FiLeA" 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/FiLeA 2026/06/29 02:45:56 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/FiLeA" 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-soxovip5bezi/FiLeA 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:57 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/29 02:45:57 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:57 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/29 02:45:57 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/29 02:45:57 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/29 02:45:57 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:57 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:57 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:57 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/06/29 02:45:57 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/06/29 02:45:57 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/06/29 02:45:57 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:57 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/FiLeB" 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/FiLeB 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/FiLeB" 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-soxovip5bezi/FiLeB 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:57 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/29 02:45:57 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:57 DEBUG : FilEb: Open: flags=O_RDONLY 2026/06/29 02:45:57 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/06/29 02:45:57 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/06/29 02:45:57 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:57 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/FilEb" 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/FilEb 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/FilEb" 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-soxovip5bezi/FilEb 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:57 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/FiLeA" 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/FiLeA 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/FiLeA" 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-soxovip5bezi/FiLeA 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:57 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/FiLeA" 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/FiLeA 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/FiLeA" 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-soxovip5bezi/FiLeA 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:57 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/FiLeB" 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/FiLeB 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/FiLeB" 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-soxovip5bezi/FiLeB 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:57 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/FiLeB" 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/FiLeB 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/FiLeB" 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-soxovip5bezi/FiLeB 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:57 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/FilEb" 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/FilEb 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/FilEb" 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-soxovip5bezi/FilEb 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:57 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/FilEb" 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/FilEb 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/FilEb" 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-soxovip5bezi/FilEb 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:57 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/06/29 02:45:57 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:57 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/29 02:45:57 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/29 02:45:57 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/29 02:45:57 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:57 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:57 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:57 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/29 02:45:57 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/29 02:45:57 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/06/29 02:45:57 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:57 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:57 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:57 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/29 02:45:57 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/29 02:45:57 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/06/29 02:45:57 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:57 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:57 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:57 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/29 02:45:57 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/29 02:45:57 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/06/29 02:45:57 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:57 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:57 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:57 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/06/29 02:45:57 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/06/29 02:45:57 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/06/29 02:45:57 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:57 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/FiLeB" 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/FiLeB 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/FiLeB" 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-soxovip5bezi/FiLeB 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:57 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/29 02:45:57 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:57 DEBUG : FilEb: Open: flags=O_RDONLY 2026/06/29 02:45:57 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/06/29 02:45:57 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/06/29 02:45:57 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:57 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/FilEb" 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/FilEb 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/FilEb" 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-soxovip5bezi/FilEb 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:57 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/06/29 02:45:57 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:57 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/06/29 02:45:57 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/06/29 02:45:57 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:57 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/06/29 02:45:57 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/06/29 02:45:57 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:57 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/29 02:45:57 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/29 02:45:57 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/29 02:45:57 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:57 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:57 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:57 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:57 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:57 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:57 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:57 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:57 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:57 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/06/29 02:45:57 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/06/29 02:45:57 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/06/29 02:45:57 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:57 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:57 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:57 DEBUG : FilEb: Open: flags=O_RDONLY 2026/06/29 02:45:57 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/06/29 02:45:57 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/06/29 02:45:57 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:57 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:57 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:57 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:57 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:57 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:57 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:57 DEBUG : Looking for writers 2026/06/29 02:45:57 DEBUG : FiLeA: reading active writers 2026/06/29 02:45:57 DEBUG : FiLeB: reading active writers 2026/06/29 02:45:57 DEBUG : FilEb: reading active writers 2026/06/29 02:45:57 DEBUG : >WaitForWriters: 2026/06/29 02:45:57 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:57 DEBUG : Looking for writers 2026/06/29 02:45:57 DEBUG : FiLeA: reading active writers 2026/06/29 02:45:57 DEBUG : FiLeB: reading active writers 2026/06/29 02:45:57 DEBUG : FilEb: reading active writers 2026/06/29 02:45:57 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.46s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/normal name with no special characters.txt" 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/normal\ name\ with\ no\ special\ characters.txt 2026/06/29 02:45:57 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/normal\ name\ with\ no\ special\ characters.txt" 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-soxovip5bezi/normal name with no special characters.txt 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:58 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/normal name with no special characters.txt" 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/normal\ name\ with\ no\ special\ characters.txt 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/normal\ name\ with\ no\ special\ characters.txt" 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-soxovip5bezi/normal name with no special characters.txt 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:58 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/測試_Русский___ě_áñ" 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/測試_Русский___ě_áñ 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/測試_Русский___ě_áñ" 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-soxovip5bezi/測試_Русский___ě_áñ 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:58 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/測試_Русский___ě_áñ" 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/測試_Русский___ě_áñ 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/測試_Русский___ě_áñ" 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-soxovip5bezi/測試_Русский___ě_áñ 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:58 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/06/29 02:45:58 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:58 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:58 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/06/29 02:45:58 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/06/29 02:45:58 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/06/29 02:45:58 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:58 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/normal name with no special characters.txt" 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/normal\ name\ with\ no\ special\ characters.txt 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/normal\ name\ with\ no\ special\ characters.txt" 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-soxovip5bezi/normal name with no special characters.txt 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:58 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/29 02:45:58 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:58 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/06/29 02:45:58 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/06/29 02:45:58 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/06/29 02:45:58 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:58 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/測試_Русский___ě_áñ" 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/測試_Русский___ě_áñ 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/測試_Русский___ě_áñ" 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-soxovip5bezi/測試_Русский___ě_áñ 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:58 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/29 02:45:58 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:58 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/06/29 02:45:58 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/06/29 02:45:58 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/06/29 02:45:58 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:45:58 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/29 02:45:58 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:58 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:58 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:58 DEBUG : Looking for writers 2026/06/29 02:45:58 DEBUG : normal name with no special characters.txt: reading active writers 2026/06/29 02:45:58 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/06/29 02:45:58 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.60s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:58 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Reusing VFS from active cache 2026/06/29 02:45:58 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:58 DEBUG : Looking for writers 2026/06/29 02:45:58 DEBUG : >WaitForWriters: 2026/06/29 02:45:58 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:58 DEBUG : Looking for writers 2026/06/29 02:45:58 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:58 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:58 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:58 DEBUG : Looking for writers 2026/06/29 02:45:58 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:58 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:58 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:58 DEBUG : Looking for writers 2026/06/29 02:45:58 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:58 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:58 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:58 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file2" 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file2 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file2" 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-soxovip5bezi/dir/file2 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:58 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file2" 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file2 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file2" 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-soxovip5bezi/dir/file2 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:58 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/29 02:45:58 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:58 DEBUG : dir: Looking for writers 2026/06/29 02:45:58 DEBUG : file2: reading active writers 2026/06/29 02:45:58 DEBUG : Looking for writers 2026/06/29 02:45:58 DEBUG : dir: reading active writers 2026/06/29 02:45:58 DEBUG : file1: reading active writers 2026/06/29 02:45:58 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.37s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:58 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:58 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:59 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:59 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file2" 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file2 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file2" 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-soxovip5bezi/dir/file2 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:59 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file2" 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file2 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file2" 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-soxovip5bezi/dir/file2 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:59 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/29 02:45:59 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:59 DEBUG : dir: Looking for writers 2026/06/29 02:45:59 DEBUG : Looking for writers 2026/06/29 02:45:59 DEBUG : file1: reading active writers 2026/06/29 02:45:59 DEBUG : dir: reading active writers 2026/06/29 02:45:59 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.41s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:59 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:59 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-soxovip5bezi/file1 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:59 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file2" 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file2 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file2" 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-soxovip5bezi/dir/file2 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:59 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file2" 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file2 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file2" 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-soxovip5bezi/dir/file2 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:59 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/29 02:45:59 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:59 DEBUG : file1: Open: flags=O_RDONLY 2026/06/29 02:45:59 DEBUG : file1: >Open: fd=file1 (r), err= 2026/06/29 02:45:59 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/06/29 02:45:59 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:59 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/06/29 02:45:59 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/29 02:45:59 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:59 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:59 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:45:59 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/06/29 02:45:59 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/06/29 02:45:59 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/06/29 02:45:59 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: File to upload is small (0 bytes), uploading instead of streaming 2026/06/29 02:45:59 DEBUG : dir/new_file.txt: size = 0 OK 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/new_file.txt" 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/new_file.txt 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/new_file.txt" 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-soxovip5bezi/dir/new_file.txt 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:59 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/29 02:45:59 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/29 02:45:59 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/06/29 02:45:59 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/06/29 02:45:59 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:45:59 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/06/29 02:45:59 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:45:59 DEBUG : dir: Looking for writers 2026/06/29 02:45:59 DEBUG : file2: reading active writers 2026/06/29 02:45:59 DEBUG : new_file.txt: reading active writers 2026/06/29 02:45:59 DEBUG : Looking for writers 2026/06/29 02:45:59 DEBUG : dir: reading active writers 2026/06/29 02:45:59 DEBUG : file1: reading active writers 2026/06/29 02:45:59 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.51s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:45:59 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file2" 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file2 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file2" 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-soxovip5bezi/dir/file2 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:45:59 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file2" 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file2 2026/06/29 02:45:59 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file2" 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-soxovip5bezi/dir/file2 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:00 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/29 02:46:00 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/06/29 02:46:00 DEBUG : dir/file1: Updating file with dir/file1 0x2e8af562cb60 2026/06/29 02:46:00 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/06/29 02:46:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:00 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/dir/file1" 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-soxovip5bezi/dir/file1 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:00 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/29 02:46:00 INFO : dir/file1: Moved (server-side) to: file0 2026/06/29 02:46:00 DEBUG : file0: Updating file with file0 0x2e8af562cb60 2026/06/29 02:46:00 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/29 02:46:00 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file0" 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file0 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file0" 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-soxovip5bezi/file0 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:00 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file0" 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/file0 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/file0" 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-soxovip5bezi/file0 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:00 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/29 02:46:00 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:46:00 DEBUG : dir: Looking for writers 2026/06/29 02:46:00 DEBUG : Looking for writers 2026/06/29 02:46:00 DEBUG : dir: reading active writers 2026/06/29 02:46:00 DEBUG : file0: reading active writers 2026/06/29 02:46:00 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.57s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:46:00 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Server has VFS statistics extension 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: About path "/rclone-test-soxovip5bezi" 2026/06/29 02:46:00 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:46:00 DEBUG : Looking for writers 2026/06/29 02:46:00 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.00s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:46:00 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:46:00 DEBUG : Added virtual directory entry vAddDir: "/" 2026/06/29 02:46:00 DEBUG : Added virtual directory entry vAddDir: "a" 2026/06/29 02:46:00 DEBUG : Added virtual directory entry vAddDir: "b" 2026/06/29 02:46:00 DEBUG : Added virtual directory entry vAddDir: "c" 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/06/29 02:46:00 DEBUG : Added virtual directory entry vAddDir: "d" 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/06/29 02:46:00 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:46:00 DEBUG : b: Looking for writers 2026/06/29 02:46:00 DEBUG : c: Looking for writers 2026/06/29 02:46:00 DEBUG : d: Looking for writers 2026/06/29 02:46:00 DEBUG : Looking for writers 2026/06/29 02:46:00 DEBUG : a: Looking for writers 2026/06/29 02:46:00 DEBUG : Looking for writers 2026/06/29 02:46:00 DEBUG : /: reading active writers 2026/06/29 02:46:00 DEBUG : a: reading active writers 2026/06/29 02:46:00 DEBUG : b: reading active writers 2026/06/29 02:46:00 DEBUG : c: reading active writers 2026/06/29 02:46:00 DEBUG : d: reading active writers 2026/06/29 02:46:00 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.23s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:46:00 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:46:00 DEBUG : Added virtual directory entry vAddDir: "a" 2026/06/29 02:46:00 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/06/29 02:46:00 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/06/29 02:46:00 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/06/29 02:46:00 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:46:00 DEBUG : a/b/c/d: Looking for writers 2026/06/29 02:46:00 DEBUG : a/b/c: Looking for writers 2026/06/29 02:46:00 DEBUG : d: reading active writers 2026/06/29 02:46:00 DEBUG : a/b: Looking for writers 2026/06/29 02:46:00 DEBUG : c: reading active writers 2026/06/29 02:46:00 DEBUG : a: Looking for writers 2026/06/29 02:46:00 DEBUG : b: reading active writers 2026/06/29 02:46:00 DEBUG : Looking for writers 2026/06/29 02:46:00 DEBUG : a: reading active writers 2026/06/29 02:46:00 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.06s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:46:00 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:46:00 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:46:00 DEBUG : Looking for writers 2026/06/29 02:46:00 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-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:46:00 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:46:00 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:46:00 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:46:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:00 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/29 02:46:00 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/29 02:46:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:00 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/06/29 02:46:00 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/06/29 02:46:00 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: File to upload is small (5 bytes), uploading instead of streaming 2026/06/29 02:46:00 DEBUG : file1: size = 5 OK 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:00 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/29 02:46:00 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/29 02:46:00 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/29 02:46:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:00 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:00 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:01 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/06/29 02:46:01 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:46:01 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:46:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:01 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/29 02:46:01 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/29 02:46:01 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:46:01 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:46:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:01 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/29 02:46:01 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/29 02:46:01 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/06/29 02:46:01 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/06/29 02:46:01 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/29 02:46:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:01 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/29 02:46:01 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/29 02:46:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: File to upload is small (0 bytes), uploading instead of streaming 2026/06/29 02:46:01 DEBUG : file1: size = 0 OK 2026/06/29 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:01 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/29 02:46:01 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/29 02:46:01 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/29 02:46:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:01 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/06/29 02:46:01 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/29 02:46:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:01 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/29 02:46:01 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/29 02:46:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: File to upload is small (7 bytes), uploading instead of streaming 2026/06/29 02:46:01 DEBUG : file1: size = 7 OK 2026/06/29 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:01 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:01 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/06/29 02:46:01 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/06/29 02:46:01 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/29 02:46:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:01 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:46:01 DEBUG : Looking for writers 2026/06/29 02:46:01 DEBUG : file1: reading active writers 2026/06/29 02:46:01 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.53s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:46:01 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:46:01 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:46:01 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:46:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:01 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/29 02:46:01 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/29 02:46:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:01 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/06/29 02:46:02 DEBUG : file1: aborting in-sequence write wait, off=100 2026/06/29 02:46:02 DEBUG : file1: failed to wait for in-sequence write to 100 2026/06/29 02:46:02 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: File to upload is small (11 bytes), uploading instead of streaming 2026/06/29 02:46:02 DEBUG : file1: size = 11 OK 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:02 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/29 02:46:02 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/06/29 02:46:02 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/29 02:46:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:02 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:02 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:02 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/06/29 02:46:02 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:46:02 DEBUG : Looking for writers 2026/06/29 02:46:02 DEBUG : file1: reading active writers 2026/06/29 02:46:02 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.31s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:46:02 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:46:02 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:46:02 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:46:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:02 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/29 02:46:02 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/29 02:46:02 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/06/29 02:46:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: File to upload is small (5 bytes), uploading instead of streaming 2026/06/29 02:46:02 DEBUG : file1: size = 5 OK 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:02 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/29 02:46:02 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/29 02:46:02 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/29 02:46:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:02 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/06/29 02:46:02 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:46:02 DEBUG : Looking for writers 2026/06/29 02:46:02 DEBUG : file1: reading active writers 2026/06/29 02:46:02 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.10s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:46:02 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:46:02 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:46:02 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:46:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:02 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/29 02:46:02 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/29 02:46:02 DEBUG : file1: WriteFileHandle.Release closing 2026/06/29 02:46:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: File to upload is small (0 bytes), uploading instead of streaming 2026/06/29 02:46:02 DEBUG : file1: size = 0 OK 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:02 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/29 02:46:02 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/29 02:46:02 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/29 02:46:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:02 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/06/29 02:46:02 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:46:02 DEBUG : Looking for writers 2026/06/29 02:46:02 DEBUG : file1: reading active writers 2026/06/29 02:46:02 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.10s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:46:02 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:46:02 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:46:02 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:46:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:02 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/29 02:46:02 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/29 02:46:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: File to upload is small (2 bytes), uploading instead of streaming 2026/06/29 02:46:02 DEBUG : file1: size = 2 OK 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:02 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/29 02:46:02 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/06/29 02:46:02 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/29 02:46:02 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/06/29 02:46:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:02 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:46:02 DEBUG : Looking for writers 2026/06/29 02:46:02 DEBUG : file1: reading active writers 2026/06/29 02:46:02 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.10s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:46:02 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:46:02 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:46:02 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:46:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:02 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/29 02:46:02 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/29 02:46:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: File to upload is small (0 bytes), uploading instead of streaming 2026/06/29 02:46:02 DEBUG : file1: size = 0 OK 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:02 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:03 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/29 02:46:03 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/29 02:46:03 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/29 02:46:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:03 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:46:03 DEBUG : file1: Open: flags=O_RDONLY 2026/06/29 02:46:03 DEBUG : file1: >Open: fd=file1 (r), err= 2026/06/29 02:46:03 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/06/29 02:46:03 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:46:03 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:03 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:46:03 DEBUG : Looking for writers 2026/06/29 02:46:03 DEBUG : file1: reading active writers 2026/06/29 02:46:03 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.11s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:46:03 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:46:03 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/29 02:46:03 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/29 02:46:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:03 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/29 02:46:03 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/29 02:46:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: File to upload is small (100 bytes), uploading instead of streaming 2026/06/29 02:46:03 DEBUG : file1: size = 100 OK 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/file1" 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 8818fb3c553e107c7fab93f1c607d75e /rclone-test-soxovip5bezi/file1 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:03 DEBUG : file1: Parsed hash: 8818fb3c553e107c7fab93f1c607d75e 2026/06/29 02:46:03 DEBUG : file1: md5 = 8818fb3c553e107c7fab93f1c607d75e OK 2026/06/29 02:46:03 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/29 02:46:03 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/29 02:46:03 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/29 02:46:03 DEBUG : file1: Open: flags=O_RDONLY 2026/06/29 02:46:03 DEBUG : file1: >Open: fd=file1 (r), err= 2026/06/29 02:46:03 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/06/29 02:46:03 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:46:03 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:03 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:46:03 DEBUG : Looking for writers 2026/06/29 02:46:03 DEBUG : file1: reading active writers 2026/06/29 02:46:03 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.11s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:46:03 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/flat/f000.txt" 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/flat/f000.txt 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/flat/f000.txt" 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-soxovip5bezi/flat/f000.txt 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:03 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/flat/f000.txt" 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/flat/f000.txt 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/flat/f000.txt" 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-soxovip5bezi/flat/f000.txt 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:03 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/flat/f001.txt" 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/flat/f001.txt 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/flat/f001.txt" 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-soxovip5bezi/flat/f001.txt 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:03 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/flat/f001.txt" 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/flat/f001.txt 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/flat/f001.txt" 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-soxovip5bezi/flat/f001.txt 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:03 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/flat/f002.txt" 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/flat/f002.txt 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/flat/f002.txt" 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-soxovip5bezi/flat/f002.txt 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:03 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/flat/f002.txt" 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/flat/f002.txt 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/flat/f002.txt" 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-soxovip5bezi/flat/f002.txt 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:03 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/flat/f003.txt" 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/flat/f003.txt 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/flat/f003.txt" 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-soxovip5bezi/flat/f003.txt 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:03 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/flat/f003.txt" 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/flat/f003.txt 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/flat/f003.txt" 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-soxovip5bezi/flat/f003.txt 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:03 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/flat/f004.txt" 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/flat/f004.txt 2026/06/29 02:46:03 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/flat/f004.txt" 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-soxovip5bezi/flat/f004.txt 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:04 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/flat/f004.txt" 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: sha1sum /rclone-test-soxovip5bezi/flat/f004.txt 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-soxovip5bezi/flat/f004.txt" 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-soxovip5bezi/flat/f004.txt 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:04 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/06/29 02:46:04 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/06/29 02:46:04 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/06/29 02:46:04 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:46:04 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/flat/f000.txt" 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/flat/f000.txt 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/flat/f000.txt" 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-soxovip5bezi/flat/f000.txt 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:04 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/06/29 02:46:04 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/06/29 02:46:04 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/06/29 02:46:04 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:46:04 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/flat/f001.txt" 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/flat/f001.txt 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/flat/f001.txt" 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-soxovip5bezi/flat/f001.txt 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:04 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/06/29 02:46:04 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/06/29 02:46:04 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/06/29 02:46:04 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:46:04 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/flat/f002.txt" 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/flat/f002.txt 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/flat/f002.txt" 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-soxovip5bezi/flat/f002.txt 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:04 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/06/29 02:46:04 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/06/29 02:46:04 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/06/29 02:46:04 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:46:04 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/flat/f003.txt" 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/flat/f003.txt 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/flat/f003.txt" 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-soxovip5bezi/flat/f003.txt 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:04 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/06/29 02:46:04 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/06/29 02:46:04 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/06/29 02:46:04 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:46:04 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/flat/f004.txt" 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/flat/f004.txt 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/flat/f004.txt" 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-soxovip5bezi/flat/f004.txt 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:04 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/06/29 02:46:04 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:46:04 DEBUG : flat: Looking for writers 2026/06/29 02:46:04 DEBUG : f000.txt: reading active writers 2026/06/29 02:46:04 DEBUG : f001.txt: reading active writers 2026/06/29 02:46:04 DEBUG : f002.txt: reading active writers 2026/06/29 02:46:04 DEBUG : f003.txt: reading active writers 2026/06/29 02:46:04 DEBUG : f004.txt: reading active writers 2026/06/29 02:46:04 DEBUG : Looking for writers 2026/06/29 02:46:04 DEBUG : flat: reading active writers 2026/06/29 02:46:04 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.48s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:46:04 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:46:04 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/06/29 02:46:04 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/06/29 02:46:04 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:46:04 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/a/b/c/deep.txt" 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/a/b/c/deep.txt 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/a/b/c/deep.txt" 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-soxovip5bezi/a/b/c/deep.txt 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:04 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/06/29 02:46:04 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/06/29 02:46:04 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/06/29 02:46:04 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:46:04 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/a/b/mid.txt" 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/a/b/mid.txt 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/a/b/mid.txt" 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-soxovip5bezi/a/b/mid.txt 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:04 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/06/29 02:46:04 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/06/29 02:46:04 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/06/29 02:46:04 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:46:04 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/a/top.txt" 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/a/top.txt 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/a/top.txt" 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-soxovip5bezi/a/top.txt 2026/06/29 02:46:04 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:04 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/06/29 02:46:04 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:46:04 DEBUG : a/b/c: Looking for writers 2026/06/29 02:46:04 DEBUG : deep.txt: reading active writers 2026/06/29 02:46:04 DEBUG : a/b: Looking for writers 2026/06/29 02:46:04 DEBUG : mid.txt: reading active writers 2026/06/29 02:46:04 DEBUG : c: reading active writers 2026/06/29 02:46:04 DEBUG : a: Looking for writers 2026/06/29 02:46:04 DEBUG : b: reading active writers 2026/06/29 02:46:04 DEBUG : top.txt: reading active writers 2026/06/29 02:46:04 DEBUG : Looking for writers 2026/06/29 02:46:04 DEBUG : a: reading active writers 2026/06/29 02:46:04 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.32s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:46:04 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:46:05 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/06/29 02:46:05 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/06/29 02:46:05 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:46:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:05 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/bigdir/big.bin" 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/bigdir/big.bin 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/bigdir/big.bin" 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 74357e636f8077ddcf27314a80fda94c /rclone-test-soxovip5bezi/bigdir/big.bin 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:05 DEBUG : bigdir/big.bin: Parsed hash: 74357e636f8077ddcf27314a80fda94c 2026/06/29 02:46:05 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:46:05 DEBUG : bigdir: Looking for writers 2026/06/29 02:46:05 DEBUG : big.bin: reading active writers 2026/06/29 02:46:05 DEBUG : Looking for writers 2026/06/29 02:46:05 DEBUG : bigdir: reading active writers 2026/06/29 02:46:05 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.78s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-soxovip5bezi", Local "Local file system at /tmp/rclone652684910", Modify Window "1s" 2026/06/29 02:46:05 INFO : sftp://rclone@:22/rclone-test-soxovip5bezi: poll-interval is not supported by this remote 2026/06/29 02:46:05 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/06/29 02:46:05 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/06/29 02:46:05 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:46:05 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir1/a.txt" 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir1/a.txt 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir1/a.txt" 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-soxovip5bezi/dir1/a.txt 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:05 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/06/29 02:46:05 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/06/29 02:46:05 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/06/29 02:46:05 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:46:05 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir2/b.txt" 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir2/b.txt 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir2/b.txt" 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: 415290769594460e2e485922904f345d /rclone-test-soxovip5bezi/dir2/b.txt 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:05 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/06/29 02:46:05 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/06/29 02:46:05 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/06/29 02:46:05 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/29 02:46:05 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Shell path "/rclone-test-soxovip5bezi/dir3/c.txt" 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: creating additional session 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Running remote command: md5sum /rclone-test-soxovip5bezi/dir3/c.txt 2026/06/29 02:46:05 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-soxovip5bezi/dir3/c.txt" 2026/06/29 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: command exited OK 2026/06/29 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-soxovip5bezi/dir3/c.txt 2026/06/29 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: ssh external: close 2026/06/29 02:46:06 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/06/29 02:46:06 DEBUG : WaitForWriters: timeout=30s 2026/06/29 02:46:06 DEBUG : dir1: Looking for writers 2026/06/29 02:46:06 DEBUG : a.txt: reading active writers 2026/06/29 02:46:06 DEBUG : dir2: Looking for writers 2026/06/29 02:46:06 DEBUG : b.txt: reading active writers 2026/06/29 02:46:06 DEBUG : dir3: Looking for writers 2026/06/29 02:46:06 DEBUG : c.txt: reading active writers 2026/06/29 02:46:06 DEBUG : Looking for writers 2026/06/29 02:46:06 DEBUG : dir3: reading active writers 2026/06/29 02:46:06 DEBUG : dir1: reading active writers 2026/06/29 02:46:06 DEBUG : dir2: reading active writers 2026/06/29 02:46:06 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.33s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/06/29 02:46:06 DEBUG : sftp://rclone@:22/rclone-test-soxovip5bezi: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 45.646156454s (try 1/5)