"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/06/04 04:03:58 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-pukinol4yiwe" 2026/06/04 04:03:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/06/04 04:03:58 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/06/04 04:03:58 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/04 04:03:58 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/06/04 04:03:58 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/04 04:03:58 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/04 04:03:58 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: 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/04 04:03:58 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell type "unix" from config 2026/06/04 04:03:58 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Relative path resolved to "/rclone-test-pukinol4yiwe" 2026/06/04 04:03:58 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Using root directory "/rclone-test-pukinol4yiwe" 2026/06/04 04:03:58 DEBUG : Creating backend with remote "/tmp/rclone4281996511" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:03:58 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:03:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:03:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:03:59 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:03:59 DEBUG : dir: Looking for writers 2026/06/04 04:03:59 DEBUG : Looking for writers 2026/06/04 04:03:59 DEBUG : dir: reading active writers 2026/06/04 04:03:59 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.21s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:03:59 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:03:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:03:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file2" 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file2 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file2" 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-pukinol4yiwe/dir/file2 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:03:59 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file2" 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file2 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file2" 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-pukinol4yiwe/dir/file2 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:03:59 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/subdir/file3" 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/subdir/file3 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/subdir/file3" 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-pukinol4yiwe/dir/subdir/file3 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:03:59 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/subdir/file3" 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/subdir/file3 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/subdir/file3" 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-pukinol4yiwe/dir/subdir/file3 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:03:59 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/06/04 04:03:59 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:03:59 DEBUG : dir/subdir: Looking for writers 2026/06/04 04:03:59 DEBUG : dir: Looking for writers 2026/06/04 04:03:59 DEBUG : file1: reading active writers 2026/06/04 04:03:59 DEBUG : file2: reading active writers 2026/06/04 04:03:59 DEBUG : subdir: reading active writers 2026/06/04 04:03:59 DEBUG : Looking for writers 2026/06/04 04:03:59 DEBUG : dir: reading active writers 2026/06/04 04:03:59 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.61s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:03:59 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:03:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:03:59 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:00 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:00 DEBUG : dir: Looking for writers 2026/06/04 04:04:00 DEBUG : file1: reading active writers 2026/06/04 04:04:00 DEBUG : Looking for writers 2026/06/04 04:04:00 DEBUG : dir: reading active writers 2026/06/04 04:04:00 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.21s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:00 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:00 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:00 DEBUG : dir: Looking for writers 2026/06/04 04:04:00 DEBUG : Looking for writers 2026/06/04 04:04:00 DEBUG : dir: reading active writers 2026/06/04 04:04:00 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.21s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:00 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:00 DEBUG : dir: forgetting directory cache 2026/06/04 04:04:00 DEBUG : forgetting directory cache 2026/06/04 04:04:00 DEBUG : dir: forgetting directory cache 2026/06/04 04:04:00 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:00 DEBUG : Looking for writers 2026/06/04 04:04:00 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.21s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:00 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:00 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/06/04 04:04:00 DEBUG : dir: invalidating directory cache 2026/06/04 04:04:00 DEBUG : >ForgetPath: 2026/06/04 04:04:00 DEBUG : ForgetPath: relativePath="dir", type=0 2026/06/04 04:04:00 DEBUG : invalidating directory cache 2026/06/04 04:04:00 DEBUG : dir: forgetting directory cache 2026/06/04 04:04:00 DEBUG : >ForgetPath: 2026/06/04 04:04:00 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/06/04 04:04:00 DEBUG : >ForgetPath: 2026/06/04 04:04:00 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:00 DEBUG : dir: Looking for writers 2026/06/04 04:04:00 DEBUG : Looking for writers 2026/06/04 04:04:00 DEBUG : dir: reading active writers 2026/06/04 04:04:00 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.21s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:00 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: 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/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/fil/a/b/c" 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/fil/a/b/c 2026/06/04 04:04:00 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/fil/a/b/c" 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-pukinol4yiwe/fil/a/b/c 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:01 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/fil/a/b/c" 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/fil/a/b/c 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/fil/a/b/c" 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-pukinol4yiwe/fil/a/b/c 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:01 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:01 DEBUG : forgetting directory cache 2026/06/04 04:04:01 DEBUG : dir: forgetting directory cache 2026/06/04 04:04:01 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:01 DEBUG : fil/a/b: Looking for writers 2026/06/04 04:04:01 DEBUG : fil/a: Looking for writers 2026/06/04 04:04:01 DEBUG : b: reading active writers 2026/06/04 04:04:01 DEBUG : fil: Looking for writers 2026/06/04 04:04:01 DEBUG : a: reading active writers 2026/06/04 04:04:01 DEBUG : dir: Looking for writers 2026/06/04 04:04:01 DEBUG : Looking for writers 2026/06/04 04:04:01 DEBUG : dir: reading active writers 2026/06/04 04:04:01 DEBUG : fil: reading active writers 2026/06/04 04:04:01 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.71s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:01 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:01 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:01 DEBUG : dir: Looking for writers 2026/06/04 04:04:01 DEBUG : Looking for writers 2026/06/04 04:04:01 DEBUG : dir: reading active writers 2026/06/04 04:04:01 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.21s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:01 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:01 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:01 DEBUG : dir: Looking for writers 2026/06/04 04:04:01 DEBUG : file1: reading active writers 2026/06/04 04:04:01 DEBUG : Looking for writers 2026/06/04 04:04:01 DEBUG : dir: reading active writers 2026/06/04 04:04:01 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.21s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:01 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file2" 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file2 2026/06/04 04:04:01 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file2" 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-pukinol4yiwe/dir/file2 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:02 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file2" 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file2 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file2" 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-pukinol4yiwe/dir/file2 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:02 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/subdir/file3" 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/subdir/file3 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/subdir/file3" 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-pukinol4yiwe/dir/subdir/file3 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:02 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/subdir/file3" 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/subdir/file3 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/subdir/file3" 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-pukinol4yiwe/dir/subdir/file3 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:02 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/06/04 04:04:02 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/06/04 04:04:02 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/06/04 04:04:02 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/06/04 04:04:02 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/06/04 04:04:02 DEBUG : Waiting for deletions to finish 2026/06/04 04:04:02 INFO : dir/subdir/file3: Deleted 2026/06/04 04:04:02 DEBUG : removing 1 level 2 directories 2026/06/04 04:04:02 INFO : dir/subdir: Removing directory 2026/06/04 04:04:02 DEBUG : dir: invalidating directory cache 2026/06/04 04:04:02 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/06/04 04:04:02 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/06/04 04:04:02 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/06/04 04:04:02 DEBUG : dir/file1: Reset virtual modtime 2026/06/04 04:04:02 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/06/04 04:04:02 DEBUG : dir/virtualFile: Reset virtual modtime 2026/06/04 04:04:02 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/06/04 04:04:02 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/06/04 04:04:02 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/04 04:04:02 DEBUG : dir: invalidating directory cache 2026/06/04 04:04:02 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/06/04 04:04:02 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/06/04 04:04:02 DEBUG : dir/virtualFile: Reset virtual modtime 2026/06/04 04:04:02 DEBUG : forgetting directory cache 2026/06/04 04:04:02 DEBUG : dir: forgetting directory cache 2026/06/04 04:04:02 DEBUG : dir/virtualDir: forgetting directory cache 2026/06/04 04:04:02 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:02 DEBUG : dir/virtualDir: Looking for writers 2026/06/04 04:04:02 DEBUG : dir: Looking for writers 2026/06/04 04:04:02 DEBUG : virtualFile2: reading active writers 2026/06/04 04:04:02 DEBUG : virtualFile: reading active writers 2026/06/04 04:04:02 DEBUG : virtualDir: reading active writers 2026/06/04 04:04:02 DEBUG : file1: reading active writers 2026/06/04 04:04:02 DEBUG : Looking for writers 2026/06/04 04:04:02 DEBUG : dir: reading active writers 2026/06/04 04:04:02 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.63s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:02 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:02 ERROR : dir/: Can only open directories read only 2026/06/04 04:04:02 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:02 DEBUG : dir: Looking for writers 2026/06/04 04:04:02 DEBUG : Looking for writers 2026/06/04 04:04:02 DEBUG : dir: reading active writers 2026/06/04 04:04:02 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.21s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:02 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:02 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:02 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/06/04 04:04:02 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/06/04 04:04:02 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: File to upload is small (5 bytes), uploading instead of streaming 2026/06/04 04:04:02 DEBUG : dir/potato: size = 5 OK 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/potato" 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/potato 2026/06/04 04:04:02 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/potato" 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-pukinol4yiwe/dir/potato 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:03 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/04 04:04:03 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/04 04:04:03 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/06/04 04:04:03 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/06/04 04:04:03 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:03 DEBUG : dir: Looking for writers 2026/06/04 04:04:03 DEBUG : file1: reading active writers 2026/06/04 04:04:03 DEBUG : potato: reading active writers 2026/06/04 04:04:03 DEBUG : Looking for writers 2026/06/04 04:04:03 DEBUG : dir: reading active writers 2026/06/04 04:04:03 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.41s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:03 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:03 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:03 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:03 DEBUG : dir/sub: Looking for writers 2026/06/04 04:04:03 DEBUG : dir: Looking for writers 2026/06/04 04:04:03 DEBUG : file1: reading active writers 2026/06/04 04:04:03 DEBUG : sub: reading active writers 2026/06/04 04:04:03 DEBUG : Looking for writers 2026/06/04 04:04:03 DEBUG : dir: reading active writers 2026/06/04 04:04:03 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.52s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:03 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:03 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/06/04 04:04:03 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:03 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:03 DEBUG : dir/sub/subsub: Looking for writers 2026/06/04 04:04:03 DEBUG : dir/sub: Looking for writers 2026/06/04 04:04:03 DEBUG : subsub: reading active writers 2026/06/04 04:04:03 DEBUG : dir: Looking for writers 2026/06/04 04:04:03 DEBUG : file1: reading active writers 2026/06/04 04:04:03 DEBUG : sub: reading active writers 2026/06/04 04:04:03 DEBUG : Looking for writers 2026/06/04 04:04:03 DEBUG : dir: reading active writers 2026/06/04 04:04:03 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.42s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:03 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:03 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:04 ERROR : dir/: Dir.Remove not empty 2026/06/04 04:04:04 DEBUG : dir/file1: Remove: 2026/06/04 04:04:04 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/04 04:04:04 DEBUG : dir/file1: >Remove: err= 2026/06/04 04:04:04 DEBUG : Added virtual directory entry vDel: "dir" 2026/06/04 04:04:04 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:04 DEBUG : Looking for writers 2026/06/04 04:04:04 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.21s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:04 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:04 DEBUG : dir/file1: Remove: 2026/06/04 04:04:04 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/04 04:04:04 DEBUG : dir/file1: >Remove: err= 2026/06/04 04:04:04 DEBUG : Added virtual directory entry vDel: "dir" 2026/06/04 04:04:04 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:04 DEBUG : Looking for writers 2026/06/04 04:04:04 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.21s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:04 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:04 DEBUG : dir/file1: Remove: 2026/06/04 04:04:04 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/04 04:04:04 DEBUG : dir/file1: >Remove: err= 2026/06/04 04:04:04 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:04 DEBUG : dir: Looking for writers 2026/06/04 04:04:04 DEBUG : Looking for writers 2026/06/04 04:04:04 DEBUG : dir: reading active writers 2026/06/04 04:04:04 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.34s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:04 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:04 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:04 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:04 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:05 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:05 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file3" 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file3 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file3" 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-pukinol4yiwe/dir/file3 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:05 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file3" 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file3 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file3" 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-pukinol4yiwe/dir/file3 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:05 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/06/04 04:04:05 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/06/04 04:04:05 DEBUG : dir: Updating dir with dir2 0xe9123f47ba0 2026/06/04 04:04:05 DEBUG : dir: forgetting directory cache 2026/06/04 04:04:05 DEBUG : Added virtual directory entry vDel: "dir" 2026/06/04 04:04:05 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir2/file1" 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir2/file1 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir2/file1" 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir2/file1 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:05 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir2/file1" 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir2/file1 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir2/file1" 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir2/file1 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:05 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir2/file3" 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir2/file3 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir2/file3" 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-pukinol4yiwe/dir2/file3 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:05 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir2/file3" 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir2/file3 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir2/file3" 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-pukinol4yiwe/dir2/file3 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:05 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/06/04 04:04:05 INFO : dir2/file1: Moved (server-side) to: file2 2026/06/04 04:04:05 DEBUG : file2: Updating file with file2 0xe91241e40d0 2026/06/04 04:04:05 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/06/04 04:04:05 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file2" 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file2 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file2" 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/file2 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:05 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file2" 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/file2 2026/06/04 04:04:05 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/file2" 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/file2 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:06 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir2/file3" 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir2/file3 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir2/file3" 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-pukinol4yiwe/dir2/file3 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:06 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir2/file3" 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir2/file3 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir2/file3" 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-pukinol4yiwe/dir2/file3 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:06 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/06/04 04:04:06 INFO : dir2/file3: Deleted 2026/06/04 04:04:06 INFO : file2: Moved (server-side) to: dir2/file3 2026/06/04 04:04:06 DEBUG : dir2/file3: Updating file with dir2/file3 0xe91241e40d0 2026/06/04 04:04:06 DEBUG : Added virtual directory entry vDel: "file2" 2026/06/04 04:04:06 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir2/file3" 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir2/file3 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir2/file3" 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir2/file3 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:06 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir2/file3" 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir2/file3 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir2/file3" 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir2/file3 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:06 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:06 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/06/04 04:04:06 DEBUG : empty directory: Updating dir with renamed empty directory 0xe91243afa00 2026/06/04 04:04:06 DEBUG : empty directory: forgetting directory cache 2026/06/04 04:04:06 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/06/04 04:04:06 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/06/04 04:04:06 DEBUG : dir2: Renaming to "dir3" 2026/06/04 04:04:06 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:06 DEBUG : dir3: Looking for writers 2026/06/04 04:04:06 DEBUG : file3: reading active writers 2026/06/04 04:04:06 DEBUG : renamed empty directory: Looking for writers 2026/06/04 04:04:06 DEBUG : Looking for writers 2026/06/04 04:04:06 DEBUG : dir3: reading active writers 2026/06/04 04:04:06 DEBUG : renamed empty directory: reading active writers 2026/06/04 04:04:06 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.77s) === 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-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:06 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:06 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:06 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:06 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/06/04 04:04:06 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:06 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/04 04:04:06 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/06/04 04:04:06 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/06/04 04:04:06 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/06/04 04:04:06 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/06/04 04:04:06 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:06 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/04 04:04:06 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/06/04 04:04:06 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/06/04 04:04:06 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/06/04 04:04:06 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: File to upload is small (12 bytes), uploading instead of streaming 2026/06/04 04:04:06 DEBUG : dir/sub/file2: size = 12 OK 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/sub/file2" 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/sub/file2 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/sub/file2" 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-pukinol4yiwe/dir/sub/file2 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:06 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/06/04 04:04:06 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/06/04 04:04:06 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/06/04 04:04:06 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/06/04 04:04:06 DEBUG : forgetting directory cache 2026/06/04 04:04:06 DEBUG : dir: forgetting directory cache 2026/06/04 04:04:06 DEBUG : dir/sub: forgetting directory cache 2026/06/04 04:04:06 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/06/04 04:04:06 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: File to upload is small (5 bytes), uploading instead of streaming 2026/06/04 04:04:06 DEBUG : dir/sub/file0: size = 5 OK 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/sub/file0" 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/sub/file0 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/sub/file0" 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-pukinol4yiwe/dir/sub/file0 2026/06/04 04:04:06 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:06 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/04 04:04:06 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/04 04:04:06 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/06/04 04:04:06 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/06/04 04:04:06 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:06 DEBUG : dir/sub: Looking for writers 2026/06/04 04:04:06 DEBUG : file0: reading active writers 2026/06/04 04:04:06 DEBUG : file2: reading active writers 2026/06/04 04:04:06 DEBUG : dir: Looking for writers 2026/06/04 04:04:06 DEBUG : file1: reading active writers 2026/06/04 04:04:06 DEBUG : sub: reading active writers 2026/06/04 04:04:06 DEBUG : Looking for writers 2026/06/04 04:04:06 DEBUG : dir: reading active writers 2026/06/04 04:04:06 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.44s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:06 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:06 DEBUG : forgetting directory cache 2026/06/04 04:04:08 DEBUG : forgetting directory cache 2026/06/04 04:04:08 DEBUG : dir: forgetting directory cache 2026/06/04 04:04:08 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:08 DEBUG : dir: Looking for writers 2026/06/04 04:04:08 DEBUG : Looking for writers 2026/06/04 04:04:08 DEBUG : dir: reading active writers 2026/06/04 04:04:08 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.11s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:08 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:08 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/06/04 04:04:08 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:08 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/06/04 04:04:08 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/06/04 04:04:08 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/06/04 04:04:08 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:08 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:08 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/06/04 04:04:08 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:08 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/06/04 04:04:08 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/06/04 04:04:08 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/06/04 04:04:08 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:08 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:08 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:08 DEBUG : dir: Looking for writers 2026/06/04 04:04:08 DEBUG : file1.metadata: reading active writers 2026/06/04 04:04:08 DEBUG : file1: reading active writers 2026/06/04 04:04:08 DEBUG : Looking for writers 2026/06/04 04:04:08 DEBUG : dir: reading active writers 2026/06/04 04:04:08 DEBUG : dir.metadata: reading active writers 2026/06/04 04:04:08 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.22s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:08 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:08 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:08 DEBUG : dir: Looking for writers 2026/06/04 04:04:08 DEBUG : file1: reading active writers 2026/06/04 04:04:08 DEBUG : Looking for writers 2026/06/04 04:04:08 DEBUG : dir: reading active writers 2026/06/04 04:04:08 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.23s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:08 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:08 DEBUG : Can set mod time: true 2026/06/04 04:04:08 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:08 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:08 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:08 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:08 DEBUG : dir: Looking for writers 2026/06/04 04:04:08 DEBUG : file1: reading active writers 2026/06/04 04:04:08 DEBUG : Looking for writers 2026/06/04 04:04:08 DEBUG : dir: reading active writers 2026/06/04 04:04:08 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:08 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:08 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:09 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/04 04:04:09 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/04 04:04:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: File to upload is small (0 bytes), uploading instead of streaming 2026/06/04 04:04:09 DEBUG : dir/file1: size = 0 OK 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:09 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/04 04:04:09 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/04 04:04:09 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/04 04:04:09 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/04 04:04:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:09 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:09 DEBUG : dir: Looking for writers 2026/06/04 04:04:09 DEBUG : file1: reading active writers 2026/06/04 04:04:09 DEBUG : Looking for writers 2026/06/04 04:04:09 DEBUG : dir: reading active writers 2026/06/04 04:04:09 DEBUG : >WaitForWriters: 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:09 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:09 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/04 04:04:09 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:09 DEBUG : dir: Looking for writers 2026/06/04 04:04:09 DEBUG : file1: reading active writers 2026/06/04 04:04:09 DEBUG : Looking for writers 2026/06/04 04:04:09 DEBUG : dir: reading active writers 2026/06/04 04:04:09 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:09 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:09 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:09 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:09 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/04 04:04:09 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/04 04:04:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: File to upload is small (5 bytes), uploading instead of streaming 2026/06/04 04:04:09 DEBUG : dir/file1: size = 5 OK 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:09 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/04 04:04:09 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/04 04:04:09 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/04 04:04:09 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/04 04:04:09 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:09 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:09 DEBUG : dir: Looking for writers 2026/06/04 04:04:09 DEBUG : file1: reading active writers 2026/06/04 04:04:09 DEBUG : Looking for writers 2026/06/04 04:04:09 DEBUG : dir: reading active writers 2026/06/04 04:04:09 DEBUG : >WaitForWriters: 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:09 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:09 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/06/04 04:04:09 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:09 DEBUG : dir: Looking for writers 2026/06/04 04:04:09 DEBUG : file1: reading active writers 2026/06/04 04:04:09 DEBUG : Looking for writers 2026/06/04 04:04:09 DEBUG : dir: reading active writers 2026/06/04 04:04:09 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:09 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:09 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:09 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:10 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:10 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:10 DEBUG : dir: Looking for writers 2026/06/04 04:04:10 DEBUG : file1: reading active writers 2026/06/04 04:04:10 DEBUG : Looking for writers 2026/06/04 04:04:10 DEBUG : dir: reading active writers 2026/06/04 04:04:10 DEBUG : >WaitForWriters: 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:10 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:10 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:10 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/06/04 04:04:10 DEBUG : dir/file1: newRWFileHandle: 2026/06/04 04:04:10 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/04 04:04:10 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/04 04:04:10 DEBUG : dir/file1(0xe9124390700): close: 2026/06/04 04:04:10 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/06/04 04:04:10 DEBUG : dir/file1(0xe9124390700): >close: err= 2026/06/04 04:04:10 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:10 DEBUG : dir: Looking for writers 2026/06/04 04:04:10 DEBUG : file1: reading active writers 2026/06/04 04:04:10 DEBUG : Looking for writers 2026/06/04 04:04:10 DEBUG : dir: reading active writers 2026/06/04 04:04:10 DEBUG : >WaitForWriters: 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:10 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:10 DEBUG : dir: Looking for writers 2026/06/04 04:04:10 DEBUG : file1: reading active writers 2026/06/04 04:04:10 DEBUG : Looking for writers 2026/06/04 04:04:10 DEBUG : dir: reading active writers 2026/06/04 04:04:10 DEBUG : >WaitForWriters: 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:10 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:10 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:10 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:10 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:10 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/06/04 04:04:10 DEBUG : dir/file1: newRWFileHandle: 2026/06/04 04:04:10 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/04 04:04:10 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/04 04:04:10 DEBUG : dir/file1(0xe9124614380): _writeAt: size=5, off=0 2026/06/04 04:04:10 DEBUG : dir/file1(0xe9124614380): openPending: 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:10 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:11 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/04 04:04:11 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/04 04:04:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:11 DEBUG : dir/file1(0xe9124614380): >openPending: err= 2026/06/04 04:04:11 DEBUG : dir/file1(0xe9124614380): >_writeAt: n=5, err= 2026/06/04 04:04:11 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/06/04 04:04:11 DEBUG : dir/file1(0xe9124614380): close: 2026/06/04 04:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/06/04 04:04:11 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/06/04 04:04:11 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/06/04 04:04:11 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/06/04 04:04:11 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/06/04 04:04:11 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:11 DEBUG : dir/file1(0xe9124614380): >close: err= 2026/06/04 04:04:11 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:11 DEBUG : dir: Looking for writers 2026/06/04 04:04:11 DEBUG : file1: reading active writers 2026/06/04 04:04:11 DEBUG : Looking for writers 2026/06/04 04:04:11 DEBUG : dir: reading active writers 2026/06/04 04:04:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/04 04:04:11 DEBUG : dir: Looking for writers 2026/06/04 04:04:11 DEBUG : file1: reading active writers 2026/06/04 04:04:11 DEBUG : Looking for writers 2026/06/04 04:04:11 DEBUG : dir: reading active writers 2026/06/04 04:04:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/04 04:04:11 DEBUG : dir: Looking for writers 2026/06/04 04:04:11 DEBUG : file1: reading active writers 2026/06/04 04:04:11 DEBUG : Looking for writers 2026/06/04 04:04:11 DEBUG : dir: reading active writers 2026/06/04 04:04:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/04 04:04:11 DEBUG : dir: Looking for writers 2026/06/04 04:04:11 DEBUG : file1: reading active writers 2026/06/04 04:04:11 DEBUG : Looking for writers 2026/06/04 04:04:11 DEBUG : dir: reading active writers 2026/06/04 04:04:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/04 04:04:11 DEBUG : dir/file1: vfs cache: starting upload 2026/06/04 04:04:11 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1.2f98c60a.partial" 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1.2f98c60a.partial 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1.2f98c60a.partial" 2026/06/04 04:04:11 DEBUG : dir: Looking for writers 2026/06/04 04:04:11 DEBUG : file1: reading active writers 2026/06/04 04:04:11 DEBUG : Looking for writers 2026/06/04 04:04:11 DEBUG : dir: reading active writers 2026/06/04 04:04:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-pukinol4yiwe/dir/file1.2f98c60a.partial 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:11 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/06/04 04:04:11 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/06/04 04:04:11 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/06/04 04:04:11 INFO : dir/file1: Copied (replaced existing) 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:11 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/06/04 04:04:11 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/06/04 04:04:11 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/04 04:04:11 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/06/04 04:04:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:11 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/04 04:04:11 DEBUG : dir: Looking for writers 2026/06/04 04:04:11 DEBUG : file1: reading active writers 2026/06/04 04:04:11 DEBUG : Looking for writers 2026/06/04 04:04:11 DEBUG : dir: reading active writers 2026/06/04 04:04:11 DEBUG : >WaitForWriters: 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:11 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:11 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/06/04 04:04:11 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:11 DEBUG : dir: Looking for writers 2026/06/04 04:04:11 DEBUG : file1: reading active writers 2026/06/04 04:04:11 DEBUG : Looking for writers 2026/06/04 04:04:11 DEBUG : dir: reading active writers 2026/06/04 04:04:11 DEBUG : >WaitForWriters: 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.07s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.41s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.54s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.46s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.41s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.41s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.84s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:11 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:11 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:11 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/04 04:04:11 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/04 04:04:11 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:11 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:11 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:11 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:11 DEBUG : dir: Looking for writers 2026/06/04 04:04:11 DEBUG : file1: reading active writers 2026/06/04 04:04:11 DEBUG : Looking for writers 2026/06/04 04:04:11 DEBUG : dir: reading active writers 2026/06/04 04:04:11 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.31s) === RUN TestFileOpenReadUnknownSize 2026/06/04 04:04:11 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/06/04 04:04:11 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/06/04 04:04:11 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:11 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/06/04 04:04:11 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:11 DEBUG : Looking for writers 2026/06/04 04:04:11 DEBUG : file.txt: reading active writers 2026/06/04 04:04:11 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:11 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:11 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: File to upload is small (25 bytes), uploading instead of streaming 2026/06/04 04:04:12 DEBUG : dir/file1: size = 25 OK 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:12 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/04 04:04:12 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/04 04:04:12 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/04 04:04:12 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:12 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:12 DEBUG : dir: Looking for writers 2026/06/04 04:04:12 DEBUG : file1: reading active writers 2026/06/04 04:04:12 DEBUG : Looking for writers 2026/06/04 04:04:12 DEBUG : dir: reading active writers 2026/06/04 04:04:12 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.31s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:12 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:12 DEBUG : dir/file1: Remove: 2026/06/04 04:04:12 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/04 04:04:12 DEBUG : dir/file1: >Remove: err= 2026/06/04 04:04:12 DEBUG : dir/file1: Remove: 2026/06/04 04:04:12 DEBUG : dir/file1: >Remove: err=Read only file system 2026/06/04 04:04:12 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:12 DEBUG : dir: Looking for writers 2026/06/04 04:04:12 DEBUG : Looking for writers 2026/06/04 04:04:12 DEBUG : dir: reading active writers 2026/06/04 04:04:12 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.21s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:12 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:12 DEBUG : dir/file1: Remove: 2026/06/04 04:04:12 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/04 04:04:12 DEBUG : dir/file1: >Remove: err= 2026/06/04 04:04:12 DEBUG : dir/file1: Remove: 2026/06/04 04:04:12 DEBUG : dir/file1: >Remove: err=Read only file system 2026/06/04 04:04:12 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:12 DEBUG : dir: Looking for writers 2026/06/04 04:04:12 DEBUG : Looking for writers 2026/06/04 04:04:12 DEBUG : dir: reading active writers 2026/06/04 04:04:12 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.21s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:12 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:12 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:12 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/04 04:04:12 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/04 04:04:12 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/06/04 04:04:12 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/04 04:04:12 DEBUG : dir/file1: Open: flags=O_RDWR 2026/06/04 04:04:12 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/04 04:04:12 DEBUG : dir/file1: Open: flags=0x3 2026/06/04 04:04:12 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/06/04 04:04:12 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/06/04 04:04:12 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:12 DEBUG : dir: Looking for writers 2026/06/04 04:04:12 DEBUG : file1: reading active writers 2026/06/04 04:04:12 DEBUG : Looking for writers 2026/06/04 04:04:12 DEBUG : dir: reading active writers 2026/06/04 04:04:12 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.21s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:12 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:12 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:12 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:13 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:13 DEBUG : dir: Looking for writers 2026/06/04 04:04:13 DEBUG : file1: reading active writers 2026/06/04 04:04:13 DEBUG : Looking for writers 2026/06/04 04:04:13 DEBUG : dir: reading active writers 2026/06/04 04:04:13 DEBUG : >WaitForWriters: 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:13 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/04 04:04:13 DEBUG : newLeaf: Updating file with newLeaf 0xe91245eb860 2026/06/04 04:04:13 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/04 04:04:13 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:13 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:13 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:13 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/04 04:04:13 DEBUG : dir/file1: Updating file with dir/file1 0xe91245eb860 2026/06/04 04:04:13 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/04 04:04:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:13 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/04 04:04:13 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/04 04:04:13 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:13 DEBUG : dir/file1: File is currently open, delaying rename 0xe91245eb860 2026/06/04 04:04:13 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/04 04:04:13 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: File to upload is small (25 bytes), uploading instead of streaming 2026/06/04 04:04:13 DEBUG : dir/file1: size = 25 OK 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:13 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/04 04:04:13 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/04 04:04:13 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/04 04:04:13 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/04 04:04:13 DEBUG : newLeaf: Running delayed rename now 2026/06/04 04:04:13 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/04 04:04:13 DEBUG : newLeaf: Updating file with newLeaf 0xe91245eb860 2026/06/04 04:04:13 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:13 DEBUG : dir: Looking for writers 2026/06/04 04:04:13 DEBUG : Looking for writers 2026/06/04 04:04:13 DEBUG : dir: reading active writers 2026/06/04 04:04:13 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:13 DEBUG : >WaitForWriters: 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:13 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:13 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/04 04:04:13 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:13 DEBUG : dir: Looking for writers 2026/06/04 04:04:13 DEBUG : Looking for writers 2026/06/04 04:04:13 DEBUG : dir: reading active writers 2026/06/04 04:04:13 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:13 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:13 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:13 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:13 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:13 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:13 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:13 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:14 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:14 DEBUG : dir: Looking for writers 2026/06/04 04:04:14 DEBUG : file1: reading active writers 2026/06/04 04:04:14 DEBUG : Looking for writers 2026/06/04 04:04:14 DEBUG : dir: reading active writers 2026/06/04 04:04:14 DEBUG : >WaitForWriters: 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:14 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/04 04:04:14 DEBUG : newLeaf: Updating file with newLeaf 0xe91242412b0 2026/06/04 04:04:14 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/04 04:04:14 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:14 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:14 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:14 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/04 04:04:14 DEBUG : dir/file1: Updating file with dir/file1 0xe91242412b0 2026/06/04 04:04:14 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/04 04:04:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:14 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/04 04:04:14 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/06/04 04:04:14 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:14 DEBUG : dir/file1: File is currently open, delaying rename 0xe91242412b0 2026/06/04 04:04:14 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/04 04:04:14 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: File to upload is small (25 bytes), uploading instead of streaming 2026/06/04 04:04:14 DEBUG : dir/file1: size = 25 OK 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:14 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/04 04:04:14 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/04 04:04:14 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/06/04 04:04:14 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/04 04:04:14 DEBUG : newLeaf: Running delayed rename now 2026/06/04 04:04:14 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/04 04:04:14 DEBUG : newLeaf: Updating file with newLeaf 0xe91242412b0 2026/06/04 04:04:14 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:14 DEBUG : dir: Looking for writers 2026/06/04 04:04:14 DEBUG : Looking for writers 2026/06/04 04:04:14 DEBUG : dir: reading active writers 2026/06/04 04:04:14 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:14 DEBUG : >WaitForWriters: 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:14 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:14 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:15 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/04 04:04:15 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:15 DEBUG : dir: Looking for writers 2026/06/04 04:04:15 DEBUG : Looking for writers 2026/06/04 04:04:15 DEBUG : dir: reading active writers 2026/06/04 04:04:15 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:15 DEBUG : >WaitForWriters: 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:15 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:15 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:15 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:15 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:15 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:15 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:15 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:15 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:15 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/04 04:04:15 DEBUG : dir/file1: newRWFileHandle: 2026/06/04 04:04:15 DEBUG : dir/file1(0xe9124615cc0): openPending: 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:15 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/04 04:04:15 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/04 04:04:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:15 DEBUG : dir/file1(0xe9124615cc0): >openPending: err= 2026/06/04 04:04:15 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/04 04:04:15 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/04 04:04:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:15 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/04 04:04:15 DEBUG : dir/file1(0xe9124615cc0): _writeAt: size=14, off=0 2026/06/04 04:04:15 DEBUG : dir/file1(0xe9124615cc0): >_writeAt: n=14, err= 2026/06/04 04:04:15 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/04 04:04:15 DEBUG : dir/file1(0xe9124615cc0): close: 2026/06/04 04:04:15 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/04 04:04:15 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/04 04:04:15 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:15 DEBUG : dir/file1(0xe9124615cc0): >close: err= 2026/06/04 04:04:15 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:15 DEBUG : dir: Looking for writers 2026/06/04 04:04:15 DEBUG : file1: reading active writers 2026/06/04 04:04:15 DEBUG : Looking for writers 2026/06/04 04:04:15 DEBUG : dir: reading active writers 2026/06/04 04:04:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/04 04:04:15 DEBUG : dir: Looking for writers 2026/06/04 04:04:15 DEBUG : file1: reading active writers 2026/06/04 04:04:15 DEBUG : Looking for writers 2026/06/04 04:04:15 DEBUG : dir: reading active writers 2026/06/04 04:04:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/04 04:04:15 DEBUG : dir: Looking for writers 2026/06/04 04:04:15 DEBUG : file1: reading active writers 2026/06/04 04:04:15 DEBUG : Looking for writers 2026/06/04 04:04:15 DEBUG : dir: reading active writers 2026/06/04 04:04:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/04 04:04:15 DEBUG : dir: Looking for writers 2026/06/04 04:04:15 DEBUG : file1: reading active writers 2026/06/04 04:04:15 DEBUG : Looking for writers 2026/06/04 04:04:15 DEBUG : dir: reading active writers 2026/06/04 04:04:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/04 04:04:15 DEBUG : dir/file1: vfs cache: starting upload 2026/06/04 04:04:15 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1.ca338588.partial" 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1.ca338588.partial 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1.ca338588.partial" 2026/06/04 04:04:15 DEBUG : dir: Looking for writers 2026/06/04 04:04:15 DEBUG : file1: reading active writers 2026/06/04 04:04:15 DEBUG : Looking for writers 2026/06/04 04:04:15 DEBUG : dir: reading active writers 2026/06/04 04:04:15 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1.ca338588.partial 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:15 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:15 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/06/04 04:04:15 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/06/04 04:04:15 INFO : dir/file1: Copied (replaced existing) 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:15 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/04 04:04:15 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/06/04 04:04:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:15 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/04 04:04:15 DEBUG : dir: Looking for writers 2026/06/04 04:04:15 DEBUG : file1: reading active writers 2026/06/04 04:04:15 DEBUG : Looking for writers 2026/06/04 04:04:15 DEBUG : dir: reading active writers 2026/06/04 04:04:15 DEBUG : >WaitForWriters: 2026/06/04 04:04:15 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/04 04:04:15 DEBUG : dir/file1: newRWFileHandle: 2026/06/04 04:04:15 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/04 04:04:15 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/04 04:04:15 DEBUG : dir/file1(0xe9124390180): _readAt: size=512, off=0 2026/06/04 04:04:15 DEBUG : dir/file1(0xe9124390180): openPending: 2026/06/04 04:04:15 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/04 04:04:15 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/04 04:04:15 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:15 DEBUG : dir/file1(0xe9124390180): >openPending: err= 2026/06/04 04:04:15 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/04 04:04:15 DEBUG : dir/file1(0xe9124390180): >_readAt: n=14, err=EOF 2026/06/04 04:04:15 DEBUG : dir/file1(0xe9124390180): close: 2026/06/04 04:04:15 DEBUG : dir/file1(0xe9124390180): >close: err= 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:15 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:15 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:15 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/04 04:04:15 DEBUG : newLeaf: Updating file with newLeaf 0xe912451fad0 2026/06/04 04:04:15 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/04 04:04:15 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:15 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:16 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:16 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:16 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:16 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/06/04 04:04:16 DEBUG : dir/file1: Updating file with dir/file1 0xe912451fad0 2026/06/04 04:04:16 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/04 04:04:16 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:16 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/04 04:04:16 DEBUG : dir/file1: newRWFileHandle: 2026/06/04 04:04:16 DEBUG : dir/file1(0xe9123c15d80): openPending: 2026/06/04 04:04:16 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/04 04:04:16 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/04 04:04:16 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:16 DEBUG : dir/file1(0xe9123c15d80): >openPending: err= 2026/06/04 04:04:16 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/04 04:04:16 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/04 04:04:16 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/04 04:04:16 DEBUG : dir/file1(0xe9123c15d80): _writeAt: size=25, off=0 2026/06/04 04:04:16 DEBUG : dir/file1(0xe9123c15d80): >_writeAt: n=25, err= 2026/06/04 04:04:16 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:16 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:16 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/04 04:04:16 DEBUG : newLeaf: Updating file with newLeaf 0xe912451fad0 2026/06/04 04:04:16 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/04 04:04:16 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/04 04:04:16 DEBUG : newLeaf(0xe9123c15d80): close: 2026/06/04 04:04:16 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/04 04:04:16 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-04 04:04:16.490353802 +0000 UTC m=+17.629799847 2026/06/04 04:04:16 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:16 DEBUG : newLeaf(0xe9123c15d80): >close: err= 2026/06/04 04:04:16 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:16 DEBUG : dir: Looking for writers 2026/06/04 04:04:16 DEBUG : Looking for writers 2026/06/04 04:04:16 DEBUG : dir: reading active writers 2026/06/04 04:04:16 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/04 04:04:16 DEBUG : dir: Looking for writers 2026/06/04 04:04:16 DEBUG : Looking for writers 2026/06/04 04:04:16 DEBUG : dir: reading active writers 2026/06/04 04:04:16 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/04 04:04:16 DEBUG : dir: Looking for writers 2026/06/04 04:04:16 DEBUG : Looking for writers 2026/06/04 04:04:16 DEBUG : dir: reading active writers 2026/06/04 04:04:16 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/04 04:04:16 DEBUG : dir: Looking for writers 2026/06/04 04:04:16 DEBUG : Looking for writers 2026/06/04 04:04:16 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:16 DEBUG : dir: reading active writers 2026/06/04 04:04:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/04 04:04:16 DEBUG : newLeaf: vfs cache: starting upload 2026/06/04 04:04:16 DEBUG : newLeaf.d359c696.partial: size = 25 OK 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf.d359c696.partial" 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf.d359c696.partial 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf.d359c696.partial" 2026/06/04 04:04:16 DEBUG : dir: Looking for writers 2026/06/04 04:04:16 DEBUG : Looking for writers 2026/06/04 04:04:16 DEBUG : dir: reading active writers 2026/06/04 04:04:16 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:16 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-pukinol4yiwe/newLeaf.d359c696.partial 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:16 DEBUG : newLeaf.d359c696.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/04 04:04:16 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/04 04:04:16 DEBUG : newLeaf.d359c696.partial: renamed to: newLeaf 2026/06/04 04:04:16 INFO : newLeaf: Copied (replaced existing) 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:16 DEBUG : dir: Looking for writers 2026/06/04 04:04:16 DEBUG : Looking for writers 2026/06/04 04:04:16 DEBUG : dir: reading active writers 2026/06/04 04:04:16 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:16 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/04 04:04:16 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-04 04:04:16 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/04 04:04:16 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/04 04:04:16 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/04 04:04:16 DEBUG : >WaitForWriters: 2026/06/04 04:04:16 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:16 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:17 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:17 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/04 04:04:17 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:17 DEBUG : dir: Looking for writers 2026/06/04 04:04:17 DEBUG : Looking for writers 2026/06/04 04:04:17 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:17 DEBUG : dir: reading active writers 2026/06/04 04:04:17 DEBUG : >WaitForWriters: 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:17 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:17 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:17 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:17 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:17 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:17 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:17 DEBUG : dir: Looking for writers 2026/06/04 04:04:17 DEBUG : file1: reading active writers 2026/06/04 04:04:17 DEBUG : Looking for writers 2026/06/04 04:04:17 DEBUG : dir: reading active writers 2026/06/04 04:04:17 DEBUG : >WaitForWriters: 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:17 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/04 04:04:17 DEBUG : newLeaf: Updating file with newLeaf 0xe912427c4e0 2026/06/04 04:04:17 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/04 04:04:17 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:17 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:17 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:17 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/04 04:04:17 DEBUG : dir/file1: Updating file with dir/file1 0xe912427c4e0 2026/06/04 04:04:17 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/04 04:04:17 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:17 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/04 04:04:17 DEBUG : dir/file1: newRWFileHandle: 2026/06/04 04:04:17 DEBUG : dir/file1(0xe9124832b40): openPending: 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:17 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:18 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/04 04:04:18 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/04 04:04:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:18 DEBUG : dir/file1(0xe9124832b40): >openPending: err= 2026/06/04 04:04:18 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/04 04:04:18 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/04 04:04:18 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/04 04:04:18 DEBUG : dir/file1(0xe9124832b40): _writeAt: size=25, off=0 2026/06/04 04:04:18 DEBUG : dir/file1(0xe9124832b40): >_writeAt: n=25, err= 2026/06/04 04:04:18 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:18 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:18 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/04 04:04:18 DEBUG : newLeaf: Updating file with newLeaf 0xe912427c4e0 2026/06/04 04:04:18 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/04 04:04:18 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/04 04:04:18 DEBUG : newLeaf(0xe9124832b40): close: 2026/06/04 04:04:18 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/04 04:04:18 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-04 04:04:18.019031898 +0000 UTC m=+19.158477933 2026/06/04 04:04:18 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:18 DEBUG : newLeaf(0xe9124832b40): >close: err= 2026/06/04 04:04:18 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:18 DEBUG : dir: Looking for writers 2026/06/04 04:04:18 DEBUG : Looking for writers 2026/06/04 04:04:18 DEBUG : dir: reading active writers 2026/06/04 04:04:18 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/04 04:04:18 DEBUG : dir: Looking for writers 2026/06/04 04:04:18 DEBUG : Looking for writers 2026/06/04 04:04:18 DEBUG : dir: reading active writers 2026/06/04 04:04:18 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/04 04:04:18 DEBUG : dir: Looking for writers 2026/06/04 04:04:18 DEBUG : Looking for writers 2026/06/04 04:04:18 DEBUG : dir: reading active writers 2026/06/04 04:04:18 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/04 04:04:18 DEBUG : dir: Looking for writers 2026/06/04 04:04:18 DEBUG : Looking for writers 2026/06/04 04:04:18 DEBUG : dir: reading active writers 2026/06/04 04:04:18 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/04 04:04:18 DEBUG : newLeaf: vfs cache: starting upload 2026/06/04 04:04:18 DEBUG : newLeaf.0a432bad.partial: size = 25 OK 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf.0a432bad.partial" 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf.0a432bad.partial 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf.0a432bad.partial" 2026/06/04 04:04:18 DEBUG : dir: Looking for writers 2026/06/04 04:04:18 DEBUG : Looking for writers 2026/06/04 04:04:18 DEBUG : dir: reading active writers 2026/06/04 04:04:18 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-pukinol4yiwe/newLeaf.0a432bad.partial 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:18 DEBUG : newLeaf.0a432bad.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/04 04:04:18 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/04 04:04:18 DEBUG : newLeaf.0a432bad.partial: renamed to: newLeaf 2026/06/04 04:04:18 INFO : newLeaf: Copied (replaced existing) 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:18 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/04 04:04:18 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-04 04:04:18 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/04 04:04:18 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/04 04:04:18 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/04 04:04:18 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/04 04:04:18 DEBUG : dir: Looking for writers 2026/06/04 04:04:18 DEBUG : Looking for writers 2026/06/04 04:04:18 DEBUG : dir: reading active writers 2026/06/04 04:04:18 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:18 DEBUG : >WaitForWriters: 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:18 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:18 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/04 04:04:18 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:18 DEBUG : dir: Looking for writers 2026/06/04 04:04:18 DEBUG : Looking for writers 2026/06/04 04:04:18 DEBUG : dir: reading active writers 2026/06/04 04:04:18 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:18 DEBUG : >WaitForWriters: 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:18 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:18 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:18 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:18 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:18 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:18 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/04 04:04:18 DEBUG : dir/file1: newRWFileHandle: 2026/06/04 04:04:18 DEBUG : dir/file1(0xe9124894c00): openPending: 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:18 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:18 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/04 04:04:18 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/04 04:04:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:18 DEBUG : dir/file1(0xe9124894c00): >openPending: err= 2026/06/04 04:04:18 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/04 04:04:18 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/04 04:04:18 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:18 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/04 04:04:18 DEBUG : dir/file1(0xe9124894c00): _writeAt: size=14, off=0 2026/06/04 04:04:18 DEBUG : dir/file1(0xe9124894c00): >_writeAt: n=14, err= 2026/06/04 04:04:18 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/04 04:04:18 DEBUG : dir/file1(0xe9124894c00): close: 2026/06/04 04:04:18 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/04 04:04:18 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/06/04 04:04:18 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:18 DEBUG : dir/file1(0xe9124894c00): >close: err= 2026/06/04 04:04:18 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:18 DEBUG : dir: Looking for writers 2026/06/04 04:04:18 DEBUG : file1: reading active writers 2026/06/04 04:04:18 DEBUG : Looking for writers 2026/06/04 04:04:18 DEBUG : dir: reading active writers 2026/06/04 04:04:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/04 04:04:18 DEBUG : dir: Looking for writers 2026/06/04 04:04:18 DEBUG : file1: reading active writers 2026/06/04 04:04:18 DEBUG : Looking for writers 2026/06/04 04:04:18 DEBUG : dir: reading active writers 2026/06/04 04:04:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/04 04:04:18 DEBUG : dir: Looking for writers 2026/06/04 04:04:18 DEBUG : file1: reading active writers 2026/06/04 04:04:18 DEBUG : Looking for writers 2026/06/04 04:04:18 DEBUG : dir: reading active writers 2026/06/04 04:04:18 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/04 04:04:19 DEBUG : dir: Looking for writers 2026/06/04 04:04:19 DEBUG : file1: reading active writers 2026/06/04 04:04:19 DEBUG : Looking for writers 2026/06/04 04:04:19 DEBUG : dir: reading active writers 2026/06/04 04:04:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/04 04:04:19 DEBUG : dir/file1: vfs cache: starting upload 2026/06/04 04:04:19 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1.ca338588.partial" 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1.ca338588.partial 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1.ca338588.partial" 2026/06/04 04:04:19 DEBUG : dir: Looking for writers 2026/06/04 04:04:19 DEBUG : file1: reading active writers 2026/06/04 04:04:19 DEBUG : Looking for writers 2026/06/04 04:04:19 DEBUG : dir: reading active writers 2026/06/04 04:04:19 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1.ca338588.partial 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:19 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:19 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/06/04 04:04:19 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/06/04 04:04:19 INFO : dir/file1: Copied (replaced existing) 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:19 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/04 04:04:19 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/06/04 04:04:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:19 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/04 04:04:19 DEBUG : dir: Looking for writers 2026/06/04 04:04:19 DEBUG : file1: reading active writers 2026/06/04 04:04:19 DEBUG : Looking for writers 2026/06/04 04:04:19 DEBUG : dir: reading active writers 2026/06/04 04:04:19 DEBUG : >WaitForWriters: 2026/06/04 04:04:19 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/04 04:04:19 DEBUG : dir/file1: newRWFileHandle: 2026/06/04 04:04:19 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/04 04:04:19 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/04 04:04:19 DEBUG : dir/file1(0xe912453f6c0): _readAt: size=512, off=0 2026/06/04 04:04:19 DEBUG : dir/file1(0xe912453f6c0): openPending: 2026/06/04 04:04:19 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/04 04:04:19 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/04 04:04:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:19 DEBUG : dir/file1(0xe912453f6c0): >openPending: err= 2026/06/04 04:04:19 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/06/04 04:04:19 DEBUG : dir/file1(0xe912453f6c0): >_readAt: n=14, err=EOF 2026/06/04 04:04:19 DEBUG : dir/file1(0xe912453f6c0): close: 2026/06/04 04:04:19 DEBUG : dir/file1(0xe912453f6c0): >close: err= 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:19 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:19 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:19 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/04 04:04:19 DEBUG : newLeaf: Updating file with newLeaf 0xe91249149c0 2026/06/04 04:04:19 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/04 04:04:19 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:19 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:19 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:19 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:19 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/06/04 04:04:19 DEBUG : dir/file1: Updating file with dir/file1 0xe91249149c0 2026/06/04 04:04:19 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/04 04:04:19 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:19 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:20 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/04 04:04:20 DEBUG : dir/file1: newRWFileHandle: 2026/06/04 04:04:20 DEBUG : dir/file1(0xe91249b2ac0): openPending: 2026/06/04 04:04:20 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/04 04:04:20 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/04 04:04:20 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:20 DEBUG : dir/file1(0xe91249b2ac0): >openPending: err= 2026/06/04 04:04:20 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/04 04:04:20 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/04 04:04:20 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/04 04:04:20 DEBUG : dir/file1(0xe91249b2ac0): _writeAt: size=25, off=0 2026/06/04 04:04:20 DEBUG : dir/file1(0xe91249b2ac0): >_writeAt: n=25, err= 2026/06/04 04:04:20 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:20 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:20 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/04 04:04:20 DEBUG : newLeaf: Updating file with newLeaf 0xe91249149c0 2026/06/04 04:04:20 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/04 04:04:20 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/04 04:04:20 DEBUG : newLeaf(0xe91249b2ac0): close: 2026/06/04 04:04:20 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/04 04:04:20 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-04 04:04:20.053298251 +0000 UTC m=+21.192744296 2026/06/04 04:04:20 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:20 DEBUG : newLeaf(0xe91249b2ac0): >close: err= 2026/06/04 04:04:20 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:20 DEBUG : dir: Looking for writers 2026/06/04 04:04:20 DEBUG : Looking for writers 2026/06/04 04:04:20 DEBUG : dir: reading active writers 2026/06/04 04:04:20 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/04 04:04:20 DEBUG : dir: Looking for writers 2026/06/04 04:04:20 DEBUG : Looking for writers 2026/06/04 04:04:20 DEBUG : dir: reading active writers 2026/06/04 04:04:20 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/04 04:04:20 DEBUG : dir: Looking for writers 2026/06/04 04:04:20 DEBUG : Looking for writers 2026/06/04 04:04:20 DEBUG : dir: reading active writers 2026/06/04 04:04:20 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/04 04:04:20 DEBUG : dir: Looking for writers 2026/06/04 04:04:20 DEBUG : Looking for writers 2026/06/04 04:04:20 DEBUG : dir: reading active writers 2026/06/04 04:04:20 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/04 04:04:20 DEBUG : newLeaf: vfs cache: starting upload 2026/06/04 04:04:20 DEBUG : newLeaf.25ac35d3.partial: size = 25 OK 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf.25ac35d3.partial" 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf.25ac35d3.partial 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf.25ac35d3.partial" 2026/06/04 04:04:20 DEBUG : dir: Looking for writers 2026/06/04 04:04:20 DEBUG : Looking for writers 2026/06/04 04:04:20 DEBUG : dir: reading active writers 2026/06/04 04:04:20 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:20 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-pukinol4yiwe/newLeaf.25ac35d3.partial 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:20 DEBUG : newLeaf.25ac35d3.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/04 04:04:20 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/04 04:04:20 DEBUG : newLeaf.25ac35d3.partial: renamed to: newLeaf 2026/06/04 04:04:20 INFO : newLeaf: Copied (replaced existing) 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:20 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/04 04:04:20 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-04 04:04:20 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/04 04:04:20 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/04 04:04:20 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/04 04:04:20 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/04 04:04:20 DEBUG : dir: Looking for writers 2026/06/04 04:04:20 DEBUG : Looking for writers 2026/06/04 04:04:20 DEBUG : dir: reading active writers 2026/06/04 04:04:20 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:20 DEBUG : >WaitForWriters: 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:20 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:20 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/04 04:04:20 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:20 DEBUG : dir: Looking for writers 2026/06/04 04:04:20 DEBUG : Looking for writers 2026/06/04 04:04:20 DEBUG : dir: reading active writers 2026/06/04 04:04:20 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:20 DEBUG : >WaitForWriters: 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:20 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:20 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:20 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:20 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:20 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:20 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:20 DEBUG : dir: Looking for writers 2026/06/04 04:04:20 DEBUG : file1: reading active writers 2026/06/04 04:04:20 DEBUG : Looking for writers 2026/06/04 04:04:20 DEBUG : dir: reading active writers 2026/06/04 04:04:20 DEBUG : >WaitForWriters: 2026/06/04 04:04:20 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/04 04:04:20 DEBUG : dir/file1: newRWFileHandle: 2026/06/04 04:04:20 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/04 04:04:20 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/04 04:04:20 DEBUG : dir/file1(0xe9124614200): _readAt: size=512, off=0 2026/06/04 04:04:20 DEBUG : dir/file1(0xe9124614200): openPending: 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:20 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/06/04 04:04:20 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/06/04 04:04:20 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:20 DEBUG : dir/file1(0xe9124614200): >openPending: err= 2026/06/04 04:04:20 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/06/04 04:04:20 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/04 04:04:20 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:20 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:20 DEBUG : dir/file1(0xe9124614200): >_readAt: n=14, err=EOF 2026/06/04 04:04:20 DEBUG : dir/file1(0xe9124614200): close: 2026/06/04 04:04:20 DEBUG : dir/file1(0xe9124614200): >close: err= 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:20 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:21 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:21 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:21 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/04 04:04:21 DEBUG : newLeaf: Updating file with newLeaf 0xe91243ae4e0 2026/06/04 04:04:21 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/04 04:04:21 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:21 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:21 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:21 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:21 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/06/04 04:04:21 DEBUG : dir/file1: Updating file with dir/file1 0xe91243ae4e0 2026/06/04 04:04:21 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/06/04 04:04:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:21 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/04 04:04:21 DEBUG : dir/file1: newRWFileHandle: 2026/06/04 04:04:21 DEBUG : dir/file1(0xe9123c14340): openPending: 2026/06/04 04:04:21 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/04 04:04:21 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/06/04 04:04:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:21 DEBUG : dir/file1(0xe9123c14340): >openPending: err= 2026/06/04 04:04:21 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/04 04:04:21 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/04 04:04:21 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/04 04:04:21 DEBUG : dir/file1(0xe9123c14340): _writeAt: size=25, off=0 2026/06/04 04:04:21 DEBUG : dir/file1(0xe9123c14340): >_writeAt: n=25, err= 2026/06/04 04:04:21 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:21 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:21 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:21 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/06/04 04:04:21 DEBUG : newLeaf: Updating file with newLeaf 0xe91243ae4e0 2026/06/04 04:04:21 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/04 04:04:21 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/04 04:04:21 DEBUG : newLeaf(0xe9123c14340): close: 2026/06/04 04:04:21 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/06/04 04:04:21 DEBUG : newLeaf: vfs cache: setting modification time to 2026-06-04 04:04:21.808794849 +0000 UTC m=+22.948240913 2026/06/04 04:04:21 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:21 DEBUG : newLeaf(0xe9123c14340): >close: err= 2026/06/04 04:04:21 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:21 DEBUG : dir: Looking for writers 2026/06/04 04:04:21 DEBUG : Looking for writers 2026/06/04 04:04:21 DEBUG : dir: reading active writers 2026/06/04 04:04:21 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/04 04:04:21 DEBUG : dir: Looking for writers 2026/06/04 04:04:21 DEBUG : Looking for writers 2026/06/04 04:04:21 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:21 DEBUG : dir: reading active writers 2026/06/04 04:04:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/04 04:04:21 DEBUG : dir: Looking for writers 2026/06/04 04:04:21 DEBUG : Looking for writers 2026/06/04 04:04:21 DEBUG : dir: reading active writers 2026/06/04 04:04:21 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/04 04:04:21 DEBUG : dir: Looking for writers 2026/06/04 04:04:21 DEBUG : Looking for writers 2026/06/04 04:04:21 DEBUG : dir: reading active writers 2026/06/04 04:04:21 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:21 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/04 04:04:22 DEBUG : newLeaf: vfs cache: starting upload 2026/06/04 04:04:22 DEBUG : newLeaf.a9325902.partial: size = 25 OK 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf.a9325902.partial" 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf.a9325902.partial 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf.a9325902.partial" 2026/06/04 04:04:22 DEBUG : dir: Looking for writers 2026/06/04 04:04:22 DEBUG : Looking for writers 2026/06/04 04:04:22 DEBUG : dir: reading active writers 2026/06/04 04:04:22 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:22 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-pukinol4yiwe/newLeaf.a9325902.partial 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:22 DEBUG : newLeaf.a9325902.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/04 04:04:22 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/06/04 04:04:22 DEBUG : newLeaf.a9325902.partial: renamed to: newLeaf 2026/06/04 04:04:22 INFO : newLeaf: Copied (replaced existing) 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:22 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/04 04:04:22 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-06-04 04:04:21 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/06/04 04:04:22 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/06/04 04:04:22 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/06/04 04:04:22 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/06/04 04:04:22 DEBUG : dir: Looking for writers 2026/06/04 04:04:22 DEBUG : Looking for writers 2026/06/04 04:04:22 DEBUG : dir: reading active writers 2026/06/04 04:04:22 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:22 DEBUG : >WaitForWriters: 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:22 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/newLeaf" 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-pukinol4yiwe/newLeaf 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:22 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/06/04 04:04:22 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:22 DEBUG : dir: Looking for writers 2026/06/04 04:04:22 DEBUG : Looking for writers 2026/06/04 04:04:22 DEBUG : dir: reading active writers 2026/06/04 04:04:22 DEBUG : newLeaf: reading active writers 2026/06/04 04:04:22 DEBUG : >WaitForWriters: 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting --- PASS: TestFileRename (9.60s) --- PASS: TestFileRename/off,forceCache=false (1.10s) --- PASS: TestFileRename/minimal,forceCache=false (1.12s) --- PASS: TestFileRename/minimal,forceCache=true (2.05s) --- PASS: TestFileRename/writes,forceCache=false (1.52s) --- PASS: TestFileRename/writes,forceCache=true (2.04s) --- PASS: TestFileRename/full,forceCache=false (1.77s) === 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-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:22 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:22 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:22 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:22 DEBUG : Looking for writers 2026/06/04 04:04:22 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-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:22 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:22 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/04 04:04:22 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:22 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/04 04:04:22 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/04 04:04:22 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/04 04:04:22 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:22 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:22 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/04 04:04:22 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:22 DEBUG : dir: Looking for writers 2026/06/04 04:04:22 DEBUG : file1: reading active writers 2026/06/04 04:04:22 DEBUG : Looking for writers 2026/06/04 04:04:22 DEBUG : dir: reading active writers 2026/06/04 04:04:22 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.34s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:22 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:22 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:22 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:23 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/04 04:04:23 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:23 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/04 04:04:23 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/04 04:04:23 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:23 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/06/04 04:04:23 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/06/04 04:04:23 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/06/04 04:04:23 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/06/04 04:04:23 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/06/04 04:04:23 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/06/04 04:04:23 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:23 DEBUG : dir: Looking for writers 2026/06/04 04:04:23 DEBUG : file1: reading active writers 2026/06/04 04:04:23 DEBUG : Looking for writers 2026/06/04 04:04:23 DEBUG : dir: reading active writers 2026/06/04 04:04:23 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.32s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:23 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:23 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:23 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/04 04:04:23 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:23 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/04 04:04:23 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/04 04:04:23 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:23 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/06/04 04:04:23 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/06/04 04:04:23 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/06/04 04:04:23 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/06/04 04:04:23 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/06/04 04:04:23 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/06/04 04:04:23 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/06/04 04:04:23 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/06/04 04:04:23 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/06/04 04:04:23 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/06/04 04:04:23 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/06/04 04:04:23 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/06/04 04:04:23 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/06/04 04:04:23 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/06/04 04:04:23 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/06/04 04:04:23 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/06/04 04:04:23 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/06/04 04:04:23 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/06/04 04:04:23 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:23 DEBUG : dir: Looking for writers 2026/06/04 04:04:23 DEBUG : file1: reading active writers 2026/06/04 04:04:23 DEBUG : Looking for writers 2026/06/04 04:04:23 DEBUG : dir: reading active writers 2026/06/04 04:04:23 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.39s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:23 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:23 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:23 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/04 04:04:23 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:23 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/04 04:04:23 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/04 04:04:23 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:23 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:23 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/04 04:04:23 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:23 DEBUG : dir: Looking for writers 2026/06/04 04:04:23 DEBUG : file1: reading active writers 2026/06/04 04:04:23 DEBUG : Looking for writers 2026/06/04 04:04:23 DEBUG : dir: reading active writers 2026/06/04 04:04:23 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.32s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:23 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:23 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:23 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:24 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/04 04:04:24 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:24 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/04 04:04:24 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/06/04 04:04:24 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/06/04 04:04:24 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:24 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:24 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:24 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/04 04:04:24 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/06/04 04:04:24 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:24 DEBUG : dir: Looking for writers 2026/06/04 04:04:24 DEBUG : file1: reading active writers 2026/06/04 04:04:24 DEBUG : Looking for writers 2026/06/04 04:04:24 DEBUG : dir: reading active writers 2026/06/04 04:04:24 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.32s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:24 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:24 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:24 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:24 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/04 04:04:24 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:24 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/04 04:04:24 DEBUG : dir/file1: newRWFileHandle: 2026/06/04 04:04:24 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/04 04:04:24 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/04 04:04:24 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124314bc0): _readAt: size=1, off=0 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124314bc0): openPending: 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:24 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/04 04:04:24 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/04 04:04:24 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/04 04:04:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124314bc0): >openPending: err= 2026/06/04 04:04:24 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/06/04 04:04:24 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/04 04:04:24 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:24 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124314bc0): >_readAt: n=1, err= 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124314bc0): _readAt: size=256, off=1 2026/06/04 04:04:24 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124314bc0): >_readAt: n=15, err=EOF 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124314bc0): _readAt: size=16, off=16 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124314bc0): >_readAt: n=0, err=EOF 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124314bc0): close: 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124314bc0): >close: err= 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124314bc0): close: 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124314bc0): >close: err=file already closed 2026/06/04 04:04:24 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:24 DEBUG : dir: Looking for writers 2026/06/04 04:04:24 DEBUG : file1: reading active writers 2026/06/04 04:04:24 DEBUG : Looking for writers 2026/06/04 04:04:24 DEBUG : dir: reading active writers 2026/06/04 04:04:24 DEBUG : >WaitForWriters: 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.35s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:24 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:24 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:24 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:24 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/04 04:04:24 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:24 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/04 04:04:24 DEBUG : dir/file1: newRWFileHandle: 2026/06/04 04:04:24 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/04 04:04:24 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/04 04:04:24 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124484400): _readAt: size=1, off=0 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124484400): openPending: 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:24 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/04 04:04:24 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/04 04:04:24 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/04 04:04:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124484400): >openPending: err= 2026/06/04 04:04:24 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/06/04 04:04:24 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/04 04:04:24 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:24 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124484400): >_readAt: n=1, err= 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124484400): _readAt: size=1, off=5 2026/06/04 04:04:24 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124484400): >_readAt: n=1, err= 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124484400): _readAt: size=1, off=3 2026/06/04 04:04:24 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124484400): >_readAt: n=1, err= 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124484400): _readAt: size=1, off=13 2026/06/04 04:04:24 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124484400): >_readAt: n=1, err= 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124484400): _readAt: size=16, off=100 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124484400): >_readAt: n=0, err=EOF 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124484400): close: 2026/06/04 04:04:24 DEBUG : dir/file1(0xe9124484400): >close: err= 2026/06/04 04:04:24 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:24 DEBUG : dir: Looking for writers 2026/06/04 04:04:24 DEBUG : file1: reading active writers 2026/06/04 04:04:24 DEBUG : Looking for writers 2026/06/04 04:04:24 DEBUG : dir: reading active writers 2026/06/04 04:04:24 DEBUG : >WaitForWriters: 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.35s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:24 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:24 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:24 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:24 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:24 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:24 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:24 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:25 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/04 04:04:25 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:25 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/04 04:04:25 DEBUG : dir/file1: newRWFileHandle: 2026/06/04 04:04:25 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/04 04:04:25 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/04 04:04:25 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453eb80): _readAt: size=1, off=0 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453eb80): openPending: 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:25 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/04 04:04:25 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/04 04:04:25 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/04 04:04:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453eb80): >openPending: err= 2026/06/04 04:04:25 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/06/04 04:04:25 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/04 04:04:25 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:25 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453eb80): >_readAt: n=1, err= 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453eb80): _readAt: size=1, off=5 2026/06/04 04:04:25 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453eb80): >_readAt: n=1, err= 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453eb80): _readAt: size=1, off=1 2026/06/04 04:04:25 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453eb80): >_readAt: n=1, err= 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453eb80): _readAt: size=6, off=10 2026/06/04 04:04:25 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453eb80): >_readAt: n=6, err= 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453eb80): _readAt: size=256, off=10 2026/06/04 04:04:25 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453eb80): >_readAt: n=6, err=EOF 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453eb80): _readAt: size=256, off=100 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453eb80): >_readAt: n=0, err=EOF 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453eb80): close: 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453eb80): >close: err= 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453eb80): _readAt: size=256, off=100 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453eb80): >_readAt: n=0, err=file already closed 2026/06/04 04:04:25 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:25 DEBUG : dir: Looking for writers 2026/06/04 04:04:25 DEBUG : file1: reading active writers 2026/06/04 04:04:25 DEBUG : Looking for writers 2026/06/04 04:04:25 DEBUG : dir: reading active writers 2026/06/04 04:04:25 DEBUG : >WaitForWriters: 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.35s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:25 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:25 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:25 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:25 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/04 04:04:25 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:25 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/04 04:04:25 DEBUG : dir/file1: newRWFileHandle: 2026/06/04 04:04:25 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/04 04:04:25 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/04 04:04:25 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/04 04:04:25 DEBUG : dir/file1(0xe9124484940): RWFileHandle.Flush 2026/06/04 04:04:25 DEBUG : dir/file1(0xe9124484940): _readAt: size=256, off=0 2026/06/04 04:04:25 DEBUG : dir/file1(0xe9124484940): openPending: 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:25 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/04 04:04:25 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/04 04:04:25 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/04 04:04:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:25 DEBUG : dir/file1(0xe9124484940): >openPending: err= 2026/06/04 04:04:25 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/06/04 04:04:25 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/04 04:04:25 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:25 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:25 DEBUG : dir/file1(0xe9124484940): >_readAt: n=16, err=EOF 2026/06/04 04:04:25 DEBUG : dir/file1(0xe9124484940): RWFileHandle.Flush 2026/06/04 04:04:25 DEBUG : dir/file1(0xe9124484940): RWFileHandle.Flush 2026/06/04 04:04:25 DEBUG : dir/file1(0xe9124484940): close: 2026/06/04 04:04:25 DEBUG : dir/file1(0xe9124484940): >close: err= 2026/06/04 04:04:25 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:25 DEBUG : dir: Looking for writers 2026/06/04 04:04:25 DEBUG : file1: reading active writers 2026/06/04 04:04:25 DEBUG : Looking for writers 2026/06/04 04:04:25 DEBUG : dir: reading active writers 2026/06/04 04:04:25 DEBUG : >WaitForWriters: 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.36s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:25 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:25 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:25 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:25 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/04 04:04:25 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:25 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/06/04 04:04:25 DEBUG : dir/file1: newRWFileHandle: 2026/06/04 04:04:25 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/04 04:04:25 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/04 04:04:25 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453e680): _readAt: size=256, off=0 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453e680): openPending: 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:25 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/04 04:04:25 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/04 04:04:25 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/04 04:04:25 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453e680): >openPending: err= 2026/06/04 04:04:25 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/06/04 04:04:25 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/04 04:04:25 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:25 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453e680): >_readAt: n=16, err=EOF 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453e680): RWFileHandle.Release 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453e680): close: 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453e680): >close: err= 2026/06/04 04:04:25 DEBUG : dir/file1(0xe912453e680): RWFileHandle.Release 2026/06/04 04:04:25 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:25 DEBUG : dir: Looking for writers 2026/06/04 04:04:25 DEBUG : file1: reading active writers 2026/06/04 04:04:25 DEBUG : Looking for writers 2026/06/04 04:04:25 DEBUG : dir: reading active writers 2026/06/04 04:04:25 DEBUG : >WaitForWriters: 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.36s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:25 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:25 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:25 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:25 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:25 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:25 DEBUG : file1: newRWFileHandle: 2026/06/04 04:04:25 DEBUG : file1(0xe9123ff6cc0): openPending: 2026/06/04 04:04:25 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:25 DEBUG : file1(0xe9123ff6cc0): >openPending: err= 2026/06/04 04:04:25 DEBUG : file1: >newRWFileHandle: err= 2026/06/04 04:04:25 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:25 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/04 04:04:25 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/04 04:04:25 DEBUG : file1(0xe9123ff6cc0): _writeAt: size=5, off=0 2026/06/04 04:04:25 DEBUG : file1(0xe9123ff6cc0): >_writeAt: n=5, err= 2026/06/04 04:04:25 DEBUG : file1(0xe9123ff6cc0): _writeAt: size=7, off=5 2026/06/04 04:04:25 DEBUG : file1(0xe9123ff6cc0): >_writeAt: n=7, err= 2026/06/04 04:04:25 DEBUG : file1: vfs cache: truncate to size=11 2026/06/04 04:04:25 DEBUG : file1(0xe9123ff6cc0): close: 2026/06/04 04:04:25 DEBUG : file1: vfs cache: setting modification time to 2026-06-04 04:04:25.921039693 +0000 UTC m=+27.060485768 2026/06/04 04:04:25 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:25 DEBUG : file1(0xe9123ff6cc0): >close: err= 2026/06/04 04:04:25 DEBUG : file1(0xe9123ff6cc0): close: 2026/06/04 04:04:25 DEBUG : file1(0xe9123ff6cc0): >close: err=file already closed 2026/06/04 04:04:25 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:25 DEBUG : Looking for writers 2026/06/04 04:04:25 DEBUG : file1: reading active writers 2026/06/04 04:04:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/04 04:04:25 DEBUG : Looking for writers 2026/06/04 04:04:25 DEBUG : file1: reading active writers 2026/06/04 04:04:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/04 04:04:25 DEBUG : Looking for writers 2026/06/04 04:04:25 DEBUG : file1: reading active writers 2026/06/04 04:04:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/04 04:04:25 DEBUG : Looking for writers 2026/06/04 04:04:25 DEBUG : file1: reading active writers 2026/06/04 04:04:25 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/04 04:04:26 DEBUG : file1: vfs cache: starting upload 2026/06/04 04:04:26 DEBUG : file1.0bedb59a.partial: size = 11 OK 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1.0bedb59a.partial" 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1.0bedb59a.partial 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1.0bedb59a.partial" 2026/06/04 04:04:26 DEBUG : Looking for writers 2026/06/04 04:04:26 DEBUG : file1: reading active writers 2026/06/04 04:04:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-pukinol4yiwe/file1.0bedb59a.partial 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:26 DEBUG : file1.0bedb59a.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/04 04:04:26 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/06/04 04:04:26 DEBUG : file1.0bedb59a.partial: renamed to: file1 2026/06/04 04:04:26 INFO : file1: Copied (new) 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:26 DEBUG : Looking for writers 2026/06/04 04:04:26 DEBUG : file1: reading active writers 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:26 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/04 04:04:26 DEBUG : file1: vfs cache: fingerprint now "11,2026-06-04 04:04:25 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/06/04 04:04:26 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/04 04:04:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:26 DEBUG : >WaitForWriters: 2026/06/04 04:04:26 INFO : file1: vfs cache: upload succeeded try #1 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:26 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:26 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/06/04 04:04:26 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:26 DEBUG : Looking for writers 2026/06/04 04:04:26 DEBUG : file1: reading active writers 2026/06/04 04:04:26 DEBUG : >WaitForWriters: 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.56s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:26 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:26 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:26 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:26 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:26 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:26 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:26 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:26 DEBUG : file1: newRWFileHandle: 2026/06/04 04:04:26 DEBUG : file1(0xe9123ef58c0): openPending: 2026/06/04 04:04:26 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:26 DEBUG : file1(0xe9123ef58c0): >openPending: err= 2026/06/04 04:04:26 DEBUG : file1: >newRWFileHandle: err= 2026/06/04 04:04:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:26 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/04 04:04:26 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/04 04:04:26 DEBUG : file1(0xe9123ef58c0): _writeAt: size=7, off=0 2026/06/04 04:04:26 DEBUG : file1(0xe9123ef58c0): >_writeAt: n=7, err= 2026/06/04 04:04:26 DEBUG : file1(0xe9123ef58c0): _writeAt: size=6, off=5 2026/06/04 04:04:26 DEBUG : file1(0xe9123ef58c0): >_writeAt: n=6, err= 2026/06/04 04:04:26 DEBUG : file1(0xe9123ef58c0): close: 2026/06/04 04:04:26 DEBUG : file1: vfs cache: setting modification time to 2026-06-04 04:04:26.4764553 +0000 UTC m=+27.615901374 2026/06/04 04:04:26 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:26 DEBUG : file1(0xe9123ef58c0): >close: err= 2026/06/04 04:04:26 DEBUG : file1(0xe9123ef58c0): _writeAt: size=5, off=0 2026/06/04 04:04:26 DEBUG : file1(0xe9123ef58c0): >_writeAt: n=0, err=file already closed 2026/06/04 04:04:26 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:26 DEBUG : Looking for writers 2026/06/04 04:04:26 DEBUG : file1: reading active writers 2026/06/04 04:04:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/04 04:04:26 DEBUG : Looking for writers 2026/06/04 04:04:26 DEBUG : file1: reading active writers 2026/06/04 04:04:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/04 04:04:26 DEBUG : Looking for writers 2026/06/04 04:04:26 DEBUG : file1: reading active writers 2026/06/04 04:04:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/04 04:04:26 DEBUG : Looking for writers 2026/06/04 04:04:26 DEBUG : file1: reading active writers 2026/06/04 04:04:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/04 04:04:26 DEBUG : file1: vfs cache: starting upload 2026/06/04 04:04:26 DEBUG : file1.e5f5ba80.partial: size = 11 OK 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1.e5f5ba80.partial" 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1.e5f5ba80.partial 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1.e5f5ba80.partial" 2026/06/04 04:04:26 DEBUG : Looking for writers 2026/06/04 04:04:26 DEBUG : file1: reading active writers 2026/06/04 04:04:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-pukinol4yiwe/file1.e5f5ba80.partial 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:26 DEBUG : file1.e5f5ba80.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/04 04:04:26 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/06/04 04:04:26 DEBUG : file1.e5f5ba80.partial: renamed to: file1 2026/06/04 04:04:26 INFO : file1: Copied (new) 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:26 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/04 04:04:26 DEBUG : file1: vfs cache: fingerprint now "11,2026-06-04 04:04:26 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/06/04 04:04:26 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/04 04:04:26 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:26 INFO : file1: vfs cache: upload succeeded try #1 2026/06/04 04:04:26 DEBUG : Looking for writers 2026/06/04 04:04:26 DEBUG : file1: reading active writers 2026/06/04 04:04:26 DEBUG : >WaitForWriters: 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:26 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:26 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/06/04 04:04:26 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:26 DEBUG : Looking for writers 2026/06/04 04:04:26 DEBUG : file1: reading active writers 2026/06/04 04:04:26 DEBUG : >WaitForWriters: 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.53s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:26 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:26 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:27 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:27 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:27 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:27 DEBUG : file1: newRWFileHandle: 2026/06/04 04:04:27 DEBUG : file1(0xe9124616600): openPending: 2026/06/04 04:04:27 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:27 DEBUG : file1(0xe9124616600): >openPending: err= 2026/06/04 04:04:27 DEBUG : file1: >newRWFileHandle: err= 2026/06/04 04:04:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:27 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/04 04:04:27 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/04 04:04:27 DEBUG : file1(0xe9124616600): close: 2026/06/04 04:04:27 DEBUG : file1: vfs cache: setting modification time to 2026-06-04 04:04:27.005393818 +0000 UTC m=+28.144839893 2026/06/04 04:04:27 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:27 DEBUG : file1(0xe9124616600): >close: err= 2026/06/04 04:04:27 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/06/04 04:04:27 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/04 04:04:27 DEBUG : file2: newRWFileHandle: 2026/06/04 04:04:27 DEBUG : file2(0xe9124616a80): openPending: 2026/06/04 04:04:27 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:27 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/04 04:04:27 DEBUG : file2(0xe9124616a80): >openPending: err= 2026/06/04 04:04:27 DEBUG : file2: >newRWFileHandle: err= 2026/06/04 04:04:27 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/04 04:04:27 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/06/04 04:04:27 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/06/04 04:04:27 DEBUG : file2(0xe9124616a80): RWFileHandle.Flush 2026/06/04 04:04:27 DEBUG : file2(0xe9124616a80): RWFileHandle.Release 2026/06/04 04:04:27 DEBUG : file2(0xe9124616a80): close: 2026/06/04 04:04:27 DEBUG : file2: vfs cache: setting modification time to 2026-06-04 04:04:27.006478731 +0000 UTC m=+28.145924796 2026/06/04 04:04:27 INFO : file2: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:27 DEBUG : file2(0xe9124616a80): >close: err= 2026/06/04 04:04:27 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:27 DEBUG : Looking for writers 2026/06/04 04:04:27 DEBUG : file1: reading active writers 2026/06/04 04:04:27 DEBUG : file2: reading active writers 2026/06/04 04:04:27 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/06/04 04:04:27 DEBUG : Looking for writers 2026/06/04 04:04:27 DEBUG : file2: reading active writers 2026/06/04 04:04:27 DEBUG : file1: reading active writers 2026/06/04 04:04:27 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/06/04 04:04:27 DEBUG : Looking for writers 2026/06/04 04:04:27 DEBUG : file1: reading active writers 2026/06/04 04:04:27 DEBUG : file2: reading active writers 2026/06/04 04:04:27 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/06/04 04:04:27 DEBUG : Looking for writers 2026/06/04 04:04:27 DEBUG : file1: reading active writers 2026/06/04 04:04:27 DEBUG : file2: reading active writers 2026/06/04 04:04:27 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/06/04 04:04:27 DEBUG : file1: vfs cache: starting upload 2026/06/04 04:04:27 DEBUG : file2: vfs cache: starting upload 2026/06/04 04:04:27 DEBUG : file1.c4b15cf3.partial: size = 0 OK 2026/06/04 04:04:27 DEBUG : file2.40a422c6.partial: size = 0 OK 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1.c4b15cf3.partial" 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file2.40a422c6.partial" 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1.c4b15cf3.partial 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1.c4b15cf3.partial" 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file2.40a422c6.partial 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file2.40a422c6.partial" 2026/06/04 04:04:27 DEBUG : Looking for writers 2026/06/04 04:04:27 DEBUG : file1: reading active writers 2026/06/04 04:04:27 DEBUG : file2: reading active writers 2026/06/04 04:04:27 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-pukinol4yiwe/file2.40a422c6.partial 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:27 DEBUG : file2.40a422c6.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/04 04:04:27 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-pukinol4yiwe/file1.c4b15cf3.partial 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:27 DEBUG : file1.c4b15cf3.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/04 04:04:27 DEBUG : file2.40a422c6.partial: renamed to: file2 2026/06/04 04:04:27 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/04 04:04:27 INFO : file2: Copied (new) 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file2" 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file2 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file2" 2026/06/04 04:04:27 DEBUG : file1.c4b15cf3.partial: renamed to: file1 2026/06/04 04:04:27 INFO : file1: Copied (new) 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-pukinol4yiwe/file2 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:27 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/04 04:04:27 DEBUG : file2: vfs cache: fingerprint now "0,2026-06-04 04:04:27 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/06/04 04:04:27 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/06/04 04:04:27 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/06/04 04:04:27 INFO : file2: vfs cache: upload succeeded try #1 2026/06/04 04:04:27 DEBUG : Looking for writers 2026/06/04 04:04:27 DEBUG : file1: reading active writers 2026/06/04 04:04:27 DEBUG : file2: reading active writers 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:27 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/04 04:04:27 DEBUG : file1: vfs cache: fingerprint now "0,2026-06-04 04:04:27 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/06/04 04:04:27 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/04 04:04:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:27 DEBUG : >WaitForWriters: 2026/06/04 04:04:27 INFO : file1: vfs cache: upload succeeded try #1 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:27 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:27 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file2" 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file2 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file2" 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-pukinol4yiwe/file2 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:27 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file2" 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/file2 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/file2" 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-pukinol4yiwe/file2 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:27 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/06/04 04:04:27 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:27 DEBUG : Looking for writers 2026/06/04 04:04:27 DEBUG : file2: reading active writers 2026/06/04 04:04:27 DEBUG : file1: reading active writers 2026/06/04 04:04:27 DEBUG : >WaitForWriters: 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.76s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:27 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:27 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:27 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:27 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:27 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:27 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:27 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:27 DEBUG : file1: newRWFileHandle: 2026/06/04 04:04:27 DEBUG : file1(0xe9124390740): openPending: 2026/06/04 04:04:27 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:27 DEBUG : file1(0xe9124390740): >openPending: err= 2026/06/04 04:04:27 DEBUG : file1: >newRWFileHandle: err= 2026/06/04 04:04:27 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:27 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/04 04:04:27 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/04 04:04:27 DEBUG : file1(0xe9124390740): _writeAt: size=5, off=0 2026/06/04 04:04:27 DEBUG : file1(0xe9124390740): >_writeAt: n=5, err= 2026/06/04 04:04:27 DEBUG : file1(0xe9124390740): RWFileHandle.Flush 2026/06/04 04:04:27 DEBUG : file1(0xe9124390740): RWFileHandle.Flush 2026/06/04 04:04:27 DEBUG : file1(0xe9124390740): close: 2026/06/04 04:04:27 DEBUG : file1: vfs cache: setting modification time to 2026-06-04 04:04:27.76472229 +0000 UTC m=+28.904168365 2026/06/04 04:04:27 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:27 DEBUG : file1(0xe9124390740): >close: err= 2026/06/04 04:04:27 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:27 DEBUG : Looking for writers 2026/06/04 04:04:27 DEBUG : file1: reading active writers 2026/06/04 04:04:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/04 04:04:27 DEBUG : Looking for writers 2026/06/04 04:04:27 DEBUG : file1: reading active writers 2026/06/04 04:04:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/04 04:04:27 DEBUG : Looking for writers 2026/06/04 04:04:27 DEBUG : file1: reading active writers 2026/06/04 04:04:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/04 04:04:27 DEBUG : Looking for writers 2026/06/04 04:04:27 DEBUG : file1: reading active writers 2026/06/04 04:04:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/04 04:04:27 DEBUG : file1: vfs cache: starting upload 2026/06/04 04:04:27 DEBUG : file1.0ffb73c8.partial: size = 5 OK 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1.0ffb73c8.partial" 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1.0ffb73c8.partial 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1.0ffb73c8.partial" 2026/06/04 04:04:27 DEBUG : Looking for writers 2026/06/04 04:04:27 DEBUG : file1: reading active writers 2026/06/04 04:04:27 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-pukinol4yiwe/file1.0ffb73c8.partial 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:27 DEBUG : file1.0ffb73c8.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/04 04:04:27 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/04 04:04:27 DEBUG : file1.0ffb73c8.partial: renamed to: file1 2026/06/04 04:04:27 INFO : file1: Copied (new) 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:27 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:28 DEBUG : Looking for writers 2026/06/04 04:04:28 DEBUG : file1: reading active writers 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:28 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/04 04:04:28 DEBUG : file1: vfs cache: fingerprint now "5,2026-06-04 04:04:27 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/04 04:04:28 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/04 04:04:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:28 DEBUG : >WaitForWriters: 2026/06/04 04:04:28 INFO : file1: vfs cache: upload succeeded try #1 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.33s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:28 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:28 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:28 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:28 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:28 DEBUG : file1: newRWFileHandle: 2026/06/04 04:04:28 DEBUG : file1(0xe9124614d40): openPending: 2026/06/04 04:04:28 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:28 DEBUG : file1(0xe9124614d40): >openPending: err= 2026/06/04 04:04:28 DEBUG : file1: >newRWFileHandle: err= 2026/06/04 04:04:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:28 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/04 04:04:28 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/04 04:04:28 DEBUG : file1(0xe9124614d40): _writeAt: size=5, off=0 2026/06/04 04:04:28 DEBUG : file1(0xe9124614d40): >_writeAt: n=5, err= 2026/06/04 04:04:28 DEBUG : file1(0xe9124614d40): RWFileHandle.Release 2026/06/04 04:04:28 DEBUG : file1(0xe9124614d40): close: 2026/06/04 04:04:28 DEBUG : file1: vfs cache: setting modification time to 2026-06-04 04:04:28.099906336 +0000 UTC m=+29.239352401 2026/06/04 04:04:28 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:28 DEBUG : file1(0xe9124614d40): >close: err= 2026/06/04 04:04:28 DEBUG : file1(0xe9124614d40): RWFileHandle.Release 2026/06/04 04:04:28 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:28 DEBUG : Looking for writers 2026/06/04 04:04:28 DEBUG : file1: reading active writers 2026/06/04 04:04:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/04 04:04:28 DEBUG : Looking for writers 2026/06/04 04:04:28 DEBUG : file1: reading active writers 2026/06/04 04:04:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/04 04:04:28 DEBUG : Looking for writers 2026/06/04 04:04:28 DEBUG : file1: reading active writers 2026/06/04 04:04:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/04 04:04:28 DEBUG : Looking for writers 2026/06/04 04:04:28 DEBUG : file1: reading active writers 2026/06/04 04:04:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/04 04:04:28 DEBUG : file1: vfs cache: starting upload 2026/06/04 04:04:28 DEBUG : file1.44f2b4d2.partial: size = 5 OK 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1.44f2b4d2.partial" 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1.44f2b4d2.partial 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1.44f2b4d2.partial" 2026/06/04 04:04:28 DEBUG : Looking for writers 2026/06/04 04:04:28 DEBUG : file1: reading active writers 2026/06/04 04:04:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-pukinol4yiwe/file1.44f2b4d2.partial 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:28 DEBUG : file1.44f2b4d2.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/04 04:04:28 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/04 04:04:28 DEBUG : file1.44f2b4d2.partial: renamed to: file1 2026/06/04 04:04:28 INFO : file1: Copied (new) 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:28 DEBUG : Looking for writers 2026/06/04 04:04:28 DEBUG : file1: reading active writers 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:28 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/04 04:04:28 DEBUG : file1: vfs cache: fingerprint now "5,2026-06-04 04:04:28 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/04 04:04:28 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/04 04:04:28 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:28 DEBUG : >WaitForWriters: 2026/06/04 04:04:28 INFO : file1: vfs cache: upload succeeded try #1 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:28 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:28 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:28 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:28 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:28 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:28 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:28 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/04 04:04:28 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/06/04 04:04:28 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/06/04 04:04:28 DEBUG : dir/file1: newRWFileHandle: 2026/06/04 04:04:28 DEBUG : dir/file1(0xe9124615e80): openPending: 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:28 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/04 04:04:28 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/04 04:04:28 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/04 04:04:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:28 DEBUG : dir/file1(0xe9124615e80): >openPending: err= 2026/06/04 04:04:28 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/06/04 04:04:28 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/04 04:04:28 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/04 04:04:28 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/04 04:04:28 DEBUG : dir/file1(0xe9124615e80): _writeAt: size=5, off=0 2026/06/04 04:04:28 DEBUG : dir/file1(0xe9124615e80): >_writeAt: n=5, err= 2026/06/04 04:04:28 DEBUG : dir/file1(0xe9124615e80): close: 2026/06/04 04:04:28 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:28 DEBUG : dir/file1: vfs cache: setting modification time to 2026-06-04 04:04:28.731199681 +0000 UTC m=+29.870645726 2026/06/04 04:04:28 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:28 DEBUG : dir/file1(0xe9124615e80): >close: err= 2026/06/04 04:04:28 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:28 DEBUG : dir: Looking for writers 2026/06/04 04:04:28 DEBUG : file1: reading active writers 2026/06/04 04:04:28 DEBUG : Looking for writers 2026/06/04 04:04:28 DEBUG : dir: reading active writers 2026/06/04 04:04:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/04 04:04:28 DEBUG : dir: Looking for writers 2026/06/04 04:04:28 DEBUG : file1: reading active writers 2026/06/04 04:04:28 DEBUG : Looking for writers 2026/06/04 04:04:28 DEBUG : dir: reading active writers 2026/06/04 04:04:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/04 04:04:28 DEBUG : dir: Looking for writers 2026/06/04 04:04:28 DEBUG : file1: reading active writers 2026/06/04 04:04:28 DEBUG : Looking for writers 2026/06/04 04:04:28 DEBUG : dir: reading active writers 2026/06/04 04:04:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/04 04:04:28 DEBUG : dir: Looking for writers 2026/06/04 04:04:28 DEBUG : file1: reading active writers 2026/06/04 04:04:28 DEBUG : Looking for writers 2026/06/04 04:04:28 DEBUG : dir: reading active writers 2026/06/04 04:04:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/04 04:04:28 DEBUG : dir/file1: vfs cache: starting upload 2026/06/04 04:04:28 DEBUG : dir/file1.792812b0.partial: size = 5 OK 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1.792812b0.partial" 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1.792812b0.partial 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1.792812b0.partial" 2026/06/04 04:04:28 DEBUG : dir: Looking for writers 2026/06/04 04:04:28 DEBUG : file1: reading active writers 2026/06/04 04:04:28 DEBUG : Looking for writers 2026/06/04 04:04:28 DEBUG : dir: reading active writers 2026/06/04 04:04:28 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-pukinol4yiwe/dir/file1.792812b0.partial 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:28 DEBUG : dir/file1.792812b0.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/04 04:04:28 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/04 04:04:28 DEBUG : dir/file1.792812b0.partial: renamed to: dir/file1 2026/06/04 04:04:28 INFO : dir/file1: Copied (replaced existing) 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:28 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:29 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/04 04:04:29 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-06-04 04:04:28 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/04 04:04:29 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/04 04:04:29 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:29 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/04 04:04:29 DEBUG : dir: Looking for writers 2026/06/04 04:04:29 DEBUG : file1: reading active writers 2026/06/04 04:04:29 DEBUG : Looking for writers 2026/06/04 04:04:29 DEBUG : dir: reading active writers 2026/06/04 04:04:29 DEBUG : >WaitForWriters: 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.63s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:29 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:29 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:29 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:29 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/06/04 04:04:29 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:29 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:29 DEBUG : dir/file1: newRWFileHandle: 2026/06/04 04:04:29 DEBUG : dir/file1: >newRWFileHandle: err= 2026/06/04 04:04:29 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:29 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/06/04 04:04:29 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/06/04 04:04:29 DEBUG : dir/file1(0xe9124314580): _writeAt: size=5, off=0 2026/06/04 04:04:29 DEBUG : dir/file1(0xe9124314580): openPending: 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:29 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/06/04 04:04:29 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/06/04 04:04:29 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/06/04 04:04:29 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:29 DEBUG : dir/file1(0xe9124314580): >openPending: err= 2026/06/04 04:04:29 DEBUG : dir/file1(0xe9124314580): >_writeAt: n=5, err= 2026/06/04 04:04:29 DEBUG : dir/file1(0xe9124314580): _writeAt: size=15, off=5 2026/06/04 04:04:29 DEBUG : dir/file1(0xe9124314580): >_writeAt: n=15, err= 2026/06/04 04:04:29 DEBUG : dir/file1(0xe9124314580): close: 2026/06/04 04:04:29 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/06/04 04:04:29 DEBUG : dir/file1: vfs cache: setting modification time to 2026-06-04 04:04:29.353770819 +0000 UTC m=+30.493216864 2026/06/04 04:04:29 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:29 DEBUG : dir/file1(0xe9124314580): >close: err= 2026/06/04 04:04:29 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:29 DEBUG : dir: Looking for writers 2026/06/04 04:04:29 DEBUG : file1: reading active writers 2026/06/04 04:04:29 DEBUG : Looking for writers 2026/06/04 04:04:29 DEBUG : dir: reading active writers 2026/06/04 04:04:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/04 04:04:29 DEBUG : dir: Looking for writers 2026/06/04 04:04:29 DEBUG : file1: reading active writers 2026/06/04 04:04:29 DEBUG : Looking for writers 2026/06/04 04:04:29 DEBUG : dir: reading active writers 2026/06/04 04:04:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/04 04:04:29 DEBUG : dir: Looking for writers 2026/06/04 04:04:29 DEBUG : file1: reading active writers 2026/06/04 04:04:29 DEBUG : Looking for writers 2026/06/04 04:04:29 DEBUG : dir: reading active writers 2026/06/04 04:04:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/04 04:04:29 DEBUG : dir: Looking for writers 2026/06/04 04:04:29 DEBUG : file1: reading active writers 2026/06/04 04:04:29 DEBUG : Looking for writers 2026/06/04 04:04:29 DEBUG : dir: reading active writers 2026/06/04 04:04:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/04 04:04:29 DEBUG : dir/file1: vfs cache: starting upload 2026/06/04 04:04:29 DEBUG : dir/file1.33cb116b.partial: size = 20 OK 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1.33cb116b.partial" 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1.33cb116b.partial 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1.33cb116b.partial" 2026/06/04 04:04:29 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06 +0000 UTC 2026/06/04 04:04:29 DEBUG : dir: Looking for writers 2026/06/04 04:04:29 DEBUG : file1: reading active writers 2026/06/04 04:04:29 DEBUG : Looking for writers 2026/06/04 04:04:29 DEBUG : dir: reading active writers 2026/06/04 04:04:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-pukinol4yiwe/dir/file1.33cb116b.partial 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:29 DEBUG : dir/file1.33cb116b.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/06/04 04:04:29 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/06/04 04:04:29 DEBUG : dir/file1.33cb116b.partial: renamed to: dir/file1 2026/06/04 04:04:29 INFO : dir/file1: Copied (replaced existing) 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:29 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/06/04 04:04:29 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-06-04 04:04:29 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/06/04 04:04:29 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/06/04 04:04:29 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:29 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/06/04 04:04:29 DEBUG : dir: Looking for writers 2026/06/04 04:04:29 DEBUG : file1: reading active writers 2026/06/04 04:04:29 DEBUG : Looking for writers 2026/06/04 04:04:29 DEBUG : dir: reading active writers 2026/06/04 04:04:29 DEBUG : >WaitForWriters: 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.62s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:29 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:29 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:29 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:29 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:29 DEBUG : file1: newRWFileHandle: 2026/06/04 04:04:29 DEBUG : file1(0xe9124391440): openPending: 2026/06/04 04:04:29 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:29 DEBUG : file1(0xe9124391440): >openPending: err= 2026/06/04 04:04:29 DEBUG : file1: >newRWFileHandle: err= 2026/06/04 04:04:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:29 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/04 04:04:29 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/04 04:04:29 DEBUG : file1(0xe9124391440): _writeAt: size=5, off=0 2026/06/04 04:04:29 DEBUG : file1(0xe9124391440): >_writeAt: n=5, err= 2026/06/04 04:04:29 DEBUG : file1(0xe9124391440): close: 2026/06/04 04:04:29 DEBUG : file1: vfs cache: setting modification time to 2026-06-04 04:04:29.674815737 +0000 UTC m=+30.814261783 2026/06/04 04:04:29 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:29 DEBUG : file1(0xe9124391440): >close: err= 2026/06/04 04:04:29 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:29 DEBUG : Looking for writers 2026/06/04 04:04:29 DEBUG : file1: reading active writers 2026/06/04 04:04:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/04 04:04:29 DEBUG : Looking for writers 2026/06/04 04:04:29 DEBUG : file1: reading active writers 2026/06/04 04:04:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/04 04:04:29 DEBUG : Looking for writers 2026/06/04 04:04:29 DEBUG : file1: reading active writers 2026/06/04 04:04:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/04 04:04:29 DEBUG : Looking for writers 2026/06/04 04:04:29 DEBUG : file1: reading active writers 2026/06/04 04:04:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/04 04:04:29 DEBUG : file1: vfs cache: starting upload 2026/06/04 04:04:29 DEBUG : file1.27a25730.partial: size = 5 OK 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1.27a25730.partial" 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1.27a25730.partial 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1.27a25730.partial" 2026/06/04 04:04:29 DEBUG : Looking for writers 2026/06/04 04:04:29 DEBUG : file1: reading active writers 2026/06/04 04:04:29 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/04 04:04:29 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-pukinol4yiwe/dir/file1: no such file or directory 2026/06/04 04:04:29 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-pukinol4yiwe/dir/file1: no such file or directory 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-pukinol4yiwe/file1.27a25730.partial 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:29 DEBUG : file1.27a25730.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/04 04:04:29 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/04 04:04:29 DEBUG : file1.27a25730.partial: renamed to: file1 2026/06/04 04:04:29 INFO : file1: Copied (new) 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:29 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/04 04:04:29 DEBUG : file1: vfs cache: fingerprint now "5,2026-06-04 04:04:29 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/04 04:04:29 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/04 04:04:29 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:29 INFO : file1: vfs cache: upload succeeded try #1 2026/06/04 04:04:29 DEBUG : Looking for writers 2026/06/04 04:04:29 DEBUG : file1: reading active writers 2026/06/04 04:04:29 DEBUG : >WaitForWriters: 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:29 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:29 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/06/04 04:04:29 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/04 04:04:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:29 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:29 DEBUG : open-test-file(0xe912453f300): openPending: 2026/06/04 04:04:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:29 DEBUG : open-test-file(0xe912453f300): >openPending: err= 2026/06/04 04:04:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:29 DEBUG : open-test-file(0xe912453f300): _writeAt: size=5, off=0 2026/06/04 04:04:29 DEBUG : open-test-file(0xe912453f300): >_writeAt: n=5, err= 2026/06/04 04:04:29 DEBUG : open-test-file(0xe912453f300): close: 2026/06/04 04:04:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:29.994398037 +0000 UTC m=+31.133844082 2026/06/04 04:04:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:29 DEBUG : open-test-file(0xe912453f300): >close: err= 2026/06/04 04:04:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/04 04:04:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:29 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:29 DEBUG : open-test-file(0xe912453f780): _readAt: size=2, off=0 2026/06/04 04:04:29 DEBUG : open-test-file(0xe912453f780): openPending: 2026/06/04 04:04:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:29 DEBUG : open-test-file(0xe912453f780): >openPending: err= 2026/06/04 04:04:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:29 DEBUG : open-test-file(0xe912453f780): >_readAt: n=2, err= 2026/06/04 04:04:29 DEBUG : open-test-file(0xe912453f780): _writeAt: size=3, off=2 2026/06/04 04:04:29 DEBUG : open-test-file(0xe912453f780): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:29 DEBUG : open-test-file(0xe912453f780): close: 2026/06/04 04:04:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:29.994398037 +0000 UTC m=+31.133844082 2026/06/04 04:04:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:29 DEBUG : open-test-file(0xe912453f780): >close: err= 2026/06/04 04:04:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:29 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:29 DEBUG : open-test-file(0xe912453fc40): _readAt: size=512, off=0 2026/06/04 04:04:29 DEBUG : open-test-file(0xe912453fc40): openPending: 2026/06/04 04:04:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:29 DEBUG : open-test-file(0xe912453fc40): >openPending: err= 2026/06/04 04:04:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:29 DEBUG : open-test-file(0xe912453fc40): >_readAt: n=5, err=EOF 2026/06/04 04:04:29 DEBUG : open-test-file(0xe912453fc40): close: 2026/06/04 04:04:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:29.994398037 +0000 UTC m=+31.133844082 2026/06/04 04:04:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:29 DEBUG : open-test-file(0xe912453fc40): >close: err= 2026/06/04 04:04:29 DEBUG : open-test-file: Remove: 2026/06/04 04:04:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245da310 item 1 2026/06/04 04:04:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/06/04 04:04:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:29 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ef5800): openPending: 2026/06/04 04:04:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ef5800): >openPending: err= 2026/06/04 04:04:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ef5800): _writeAt: size=5, off=0 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ef5800): >_writeAt: n=5, err= 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ef5800): close: 2026/06/04 04:04:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:29.996899802 +0000 UTC m=+31.136345847 2026/06/04 04:04:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ef5800): >close: err= 2026/06/04 04:04:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:29 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:29 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ff61c0): _readAt: size=512, off=0 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ff61c0): openPending: 2026/06/04 04:04:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ff61c0): >openPending: err= 2026/06/04 04:04:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ff61c0): >_readAt: n=5, err=EOF 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ff61c0): close: 2026/06/04 04:04:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:29.996899802 +0000 UTC m=+31.136345847 2026/06/04 04:04:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ff61c0): >close: err= 2026/06/04 04:04:29 DEBUG : open-test-file: Remove: 2026/06/04 04:04:29 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245dac40 item 2 2026/06/04 04:04:29 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:29 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:29 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:29 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/06/04 04:04:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:29 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:29 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:29 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:29 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ff7240): openPending: 2026/06/04 04:04:29 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ff7240): >openPending: err= 2026/06/04 04:04:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ff7240): _writeAt: size=5, off=0 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ff7240): >_writeAt: n=5, err= 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ff7240): close: 2026/06/04 04:04:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:29.998805889 +0000 UTC m=+31.138251935 2026/06/04 04:04:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ff7240): >close: err= 2026/06/04 04:04:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:29 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/06/04 04:04:29 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ff7a80): _readAt: size=2, off=0 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ff7a80): openPending: 2026/06/04 04:04:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ff7a80): >openPending: err= 2026/06/04 04:04:29 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ff7a80): >_readAt: n=2, err= 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ff7a80): _writeAt: size=3, off=2 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ff7a80): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ff7a80): close: 2026/06/04 04:04:29 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:29.998805889 +0000 UTC m=+31.138251935 2026/06/04 04:04:29 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123ff7a80): >close: err= 2026/06/04 04:04:29 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:29 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:29 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:29 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:29 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:29 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123f5e540): _readAt: size=512, off=0 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123f5e540): openPending: 2026/06/04 04:04:29 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:29 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123f5e540): >openPending: err= 2026/06/04 04:04:29 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123f5e540): >_readAt: n=5, err=EOF 2026/06/04 04:04:29 DEBUG : open-test-file(0xe9123f5e540): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:29.998805889 +0000 UTC m=+31.138251935 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e540): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245db030 item 3 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5ee40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5ee40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5ee40): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5ee40): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5ee40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.000991044 +0000 UTC m=+31.140437089 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5ee40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f380): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f380): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f380): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f380): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f380): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.000991044 +0000 UTC m=+31.140437089 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f380): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245db500 item 4 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fa40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fa40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fa40): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fa40): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fa40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.002611422 +0000 UTC m=+31.142057467 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fa40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fec0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fec0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fec0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fec0): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fec0): _writeAt: size=3, off=2 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fec0): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fec0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.002611422 +0000 UTC m=+31.142057467 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fec0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614480): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614480): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614480): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614480): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614480): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.002611422 +0000 UTC m=+31.142057467 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614480): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245db880 item 5 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282980): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282980): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282980): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282980): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282980): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.005257249 +0000 UTC m=+31.144703294 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282980): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282ec0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282ec0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282ec0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282ec0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282ec0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.005257249 +0000 UTC m=+31.144703294 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282ec0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab65b0 item 6 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283580): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283580): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283580): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283580): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283580): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.00714366 +0000 UTC m=+31.146589694 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283580): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283b00): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283b00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283b00): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283b00): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283b00): _writeAt: size=3, off=2 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283b00): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283b00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.00714366 +0000 UTC m=+31.146589694 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283b00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14300): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14300): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14300): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14300): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14300): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.00714366 +0000 UTC m=+31.146589694 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14300): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab6930 item 7 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14980): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14980): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14980): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14980): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14980): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.009413304 +0000 UTC m=+31.148859419 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14980): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14ec0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14ec0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14ec0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14ec0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14ec0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.009413304 +0000 UTC m=+31.148859419 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14ec0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab6e00 item 8 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15480): _readAt: size=2, off=0 2026/06/04 04:04:30 ERROR : open-test-file(0xe9123c15480): Couldn't read size of file 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15480): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15480): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15480): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15480): close: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15480): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15840): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15840): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15840): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15840): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15840): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.011058999 +0000 UTC m=+31.150505034 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15840): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dc100): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dc100): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dc100): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dc100): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dc100): _writeAt: size=3, off=2 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dc100): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dc100): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.011058999 +0000 UTC m=+31.150505034 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dc100): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dc600): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dc600): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dc600): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dc600): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dc600): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.011058999 +0000 UTC m=+31.150505034 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dc600): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab7180 item 9 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dcc80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dcc80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dcc80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dcc80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dcc80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.013245497 +0000 UTC m=+31.152691532 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dcc80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dd1c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dd1c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dd1c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dd1c0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dd1c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.013245497 +0000 UTC m=+31.152691532 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dd1c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab7650 item 10 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dd800): _readAt: size=2, off=0 2026/06/04 04:04:30 ERROR : open-test-file(0xe91242dd800): Couldn't read size of file 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dd800): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dd800): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dd800): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dd800): close: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242dd800): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242ddbc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242ddbc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242ddbc0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242ddbc0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242ddbc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.014954902 +0000 UTC m=+31.154400937 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242ddbc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243061c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243061c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243061c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243061c0): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243061c0): _writeAt: size=3, off=2 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243061c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243061c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.014954902 +0000 UTC m=+31.154400937 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243061c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243066c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243066c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243066c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243066c0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243066c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.014954902 +0000 UTC m=+31.154400937 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243066c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab79d0 item 11 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124306d40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124306d40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124306d40): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124306d40): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124306d40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.017042462 +0000 UTC m=+31.156488497 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124306d40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124307280): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124307280): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124307280): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124307280): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124307280): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.017042462 +0000 UTC m=+31.156488497 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124307280): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ac310 item 12 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243078c0): _readAt: size=2, off=0 2026/06/04 04:04:30 ERROR : open-test-file(0xe91243078c0): Couldn't read size of file 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243078c0): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243078c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243078c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243078c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243078c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124307c80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124307c80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124307c80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124307c80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124307c80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.018721329 +0000 UTC m=+31.158167364 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124307c80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436e440): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436e440): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436e440): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436e440): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436e440): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.018721329 +0000 UTC m=+31.158167364 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436e440): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ac700 item 13 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436eac0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436eac0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436eac0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436eac0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436eac0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.020180271 +0000 UTC m=+31.159626306 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436eac0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f000): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f000): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f000): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f000): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f000): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.020180271 +0000 UTC m=+31.159626306 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f000): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249aca80 item 14 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f640): _readAt: size=2, off=0 2026/06/04 04:04:30 ERROR : open-test-file(0xe912436f640): Couldn't read size of file 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f640): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f640): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f640): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f640): close: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f640): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436fa00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436fa00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436fa00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436fa00): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436fa00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.021962784 +0000 UTC m=+31.161408819 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436fa00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243ba1c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243ba1c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243ba1c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243ba1c0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243ba1c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.021962784 +0000 UTC m=+31.161408819 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243ba1c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ace00 item 15 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243ba840): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243ba840): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243ba840): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243ba840): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243ba840): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.023585755 +0000 UTC m=+31.163031810 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243ba840): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bad80): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bad80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bad80): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bad80): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bad80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.023585755 +0000 UTC m=+31.163031810 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bad80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ad340 item 16 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bb3c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bb3c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bb3c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bb3c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bb3c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.025304678 +0000 UTC m=+31.164750714 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bb3c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bb840): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bb840): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bb840): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bb840): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bb840): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bb840): _writeAt: size=3, off=7 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bb840): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bb840): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.025304678 +0000 UTC m=+31.164750714 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bb840): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bbd40): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bbd40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bbd40): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bbd40): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bbd40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.025304678 +0000 UTC m=+31.164750714 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243bbd40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ad730 item 17 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e64c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e64c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e64c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e64c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e64c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.027521194 +0000 UTC m=+31.166967229 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e64c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e6a00): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e6a00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e6a00): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e6a00): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e6a00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.027521194 +0000 UTC m=+31.166967229 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e6a00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249adc00 item 18 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7080): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7080): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7080): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7080): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7080): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.029058753 +0000 UTC m=+31.168504789 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7080): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7580): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7580): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7580): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7580): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7580): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7580): _writeAt: size=3, off=7 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7580): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7580): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.029058753 +0000 UTC m=+31.168504789 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7580): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7a80): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7a80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7a80): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7a80): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7a80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.029058753 +0000 UTC m=+31.168504789 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7a80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91244761c0 item 19 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440a200): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440a200): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440a200): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440a200): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440a200): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.031188645 +0000 UTC m=+31.170634679 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440a200): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440a740): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440a740): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440a740): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440a740): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440a740): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.031188645 +0000 UTC m=+31.170634679 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440a740): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91244767e0 item 20 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440adc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440adc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440adc0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440adc0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440adc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.032858525 +0000 UTC m=+31.172304599 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440adc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b2c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b2c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b2c0): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b2c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b2c0): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b2c0): _writeAt: size=3, off=7 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b2c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b2c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.032858525 +0000 UTC m=+31.172304599 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b2c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b7c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b7c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b7c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b7c0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b7c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.032858525 +0000 UTC m=+31.172304599 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b7c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124476b60 item 21 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440be40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440be40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440be40): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440be40): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440be40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.034979499 +0000 UTC m=+31.174425533 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440be40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124430480): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124430480): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124430480): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124430480): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124430480): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.034979499 +0000 UTC m=+31.174425533 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124430480): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124477030 item 22 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124430b00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124430b00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124430b00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124430b00): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124430b00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.036565661 +0000 UTC m=+31.176011706 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124430b00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124431000): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124431000): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124431000): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124431000): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124431000): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124431000): _writeAt: size=3, off=7 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124431000): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124431000): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.036565661 +0000 UTC m=+31.176011706 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124431000): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124431500): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124431500): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124431500): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124431500): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124431500): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.036565661 +0000 UTC m=+31.176011706 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124431500): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124477490 item 23 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124431b80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124431b80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124431b80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124431b80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124431b80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.03862099 +0000 UTC m=+31.178067024 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124431b80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448e1c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448e1c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448e1c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448e1c0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448e1c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.03862099 +0000 UTC m=+31.178067024 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448e1c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124477ce0 item 24 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448e800): _readAt: size=2, off=0 2026/06/04 04:04:30 ERROR : open-test-file(0xe912448e800): Couldn't read size of file 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448e800): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448e800): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448e800): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448e800): close: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448e800): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448ebc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448ebc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448ebc0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448ebc0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448ebc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.040270501 +0000 UTC m=+31.179716536 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448ebc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448f0c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448f0c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448f0c0): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448f0c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448f0c0): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448f0c0): _writeAt: size=3, off=7 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448f0c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448f0c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.040270501 +0000 UTC m=+31.179716536 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448f0c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448f600): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448f600): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448f600): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448f600): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448f600): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.040270501 +0000 UTC m=+31.179716536 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448f600): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912434a380 item 25 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448fc80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448fc80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448fc80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448fc80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448fc80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.04264246 +0000 UTC m=+31.182088505 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912448fc80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b22c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b22c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b22c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b22c0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b22c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.04264246 +0000 UTC m=+31.182088505 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b22c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912434a8c0 item 26 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b2900): _readAt: size=2, off=0 2026/06/04 04:04:30 ERROR : open-test-file(0xe91244b2900): Couldn't read size of file 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b2900): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b2900): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b2900): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b2900): close: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b2900): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b2cc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b2cc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b2cc0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b2cc0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b2cc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.044382895 +0000 UTC m=+31.183828940 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b2cc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b31c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b31c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b31c0): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b31c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b31c0): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b31c0): _writeAt: size=3, off=7 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b31c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b31c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.044382895 +0000 UTC m=+31.183828940 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b31c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b3700): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b3700): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b3700): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b3700): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b3700): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.044382895 +0000 UTC m=+31.183828940 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b3700): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912434ae70 item 27 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b3d80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b3d80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b3d80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b3d80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b3d80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.046622603 +0000 UTC m=+31.186068648 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b3d80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d23c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d23c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d23c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d23c0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d23c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.046622603 +0000 UTC m=+31.186068648 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d23c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912434b730 item 28 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d2a00): _readAt: size=2, off=0 2026/06/04 04:04:30 ERROR : open-test-file(0xe91244d2a00): Couldn't read size of file 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d2a00): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d2a00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d2a00): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d2a00): close: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d2a00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d2dc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d2dc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d2dc0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d2dc0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d2dc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.048315657 +0000 UTC m=+31.187761691 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d2dc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d3480): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d3480): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d3480): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d3480): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d3480): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.048315657 +0000 UTC m=+31.187761691 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d3480): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912434bab0 item 29 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d3b00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d3b00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d3b00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d3b00): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d3b00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.049984256 +0000 UTC m=+31.189430301 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244d3b00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124508140): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124508140): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124508140): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124508140): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124508140): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.049984256 +0000 UTC m=+31.189430301 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124508140): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123f88460 item 30 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124508780): _readAt: size=2, off=0 2026/06/04 04:04:30 ERROR : open-test-file(0xe9124508780): Couldn't read size of file 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124508780): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124508780): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124508780): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124508780): close: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124508780): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124508b40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124508b40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124508b40): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124508b40): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124508b40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.051749365 +0000 UTC m=+31.191195400 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124508b40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124509200): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124509200): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124509200): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124509200): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124509200): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.051749365 +0000 UTC m=+31.191195400 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124509200): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123f89340 item 31 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124509880): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124509880): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124509880): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124509880): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124509880): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.053377707 +0000 UTC m=+31.192823742 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124509880): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124509dc0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124509dc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124509dc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124509dc0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124509dc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.053377707 +0000 UTC m=+31.192823742 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124509dc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123f89c00 item 32 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124548500): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124548500): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124548500): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124548500): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124548500): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.055216778 +0000 UTC m=+31.194662813 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124548500): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124548980): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124548980): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124548980): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124548980): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124548980): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248b6380 item 33 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124548980): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124548980): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.055770686 +0000 UTC m=+31.195216720 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124548980): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124548e80): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124548e80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124548e80): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124548e80): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124548e80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.055770686 +0000 UTC m=+31.195216720 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124548e80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248b6540 item 33 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406c180): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406c180): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406c180): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406c180): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406c180): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.057542889 +0000 UTC m=+31.196988965 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406c180): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406c600): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406c600): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124a17730 item 34 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406c600): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406c600): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406c600): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406c600): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406c600): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.058242493 +0000 UTC m=+31.197688528 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406c600): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406cb40): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406cb40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406cb40): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406cb40): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406cb40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.058242493 +0000 UTC m=+31.197688528 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406cb40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124a178f0 item 34 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406d180): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406d180): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406d180): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406d180): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406d180): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.059707125 +0000 UTC m=+31.199153160 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406d180): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406d600): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406d600): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406d600): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406d600): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406d600): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124a17c70 item 35 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406d600): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406d600): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.060369038 +0000 UTC m=+31.199815073 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406d600): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406db00): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406db00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406db00): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406db00): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406db00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.060369038 +0000 UTC m=+31.199815073 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912406db00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124a17e30 item 35 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d2280): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d2280): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d2280): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d2280): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d2280): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.062474722 +0000 UTC m=+31.201920778 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d2280): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d2780): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d2780): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245503f0 item 36 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d2780): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d2780): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d2780): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d2780): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d2780): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.06329228 +0000 UTC m=+31.202738325 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d2780): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d2cc0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d2cc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d2cc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d2cc0): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d2cc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.06329228 +0000 UTC m=+31.202738325 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d2cc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245505b0 item 36 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d3300): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d3300): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d3300): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d3300): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d3300): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.065035469 +0000 UTC m=+31.204481524 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d3300): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d3780): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d3780): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d3780): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d3780): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d3780): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124550a80 item 37 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d3780): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d3780): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.065820575 +0000 UTC m=+31.205266631 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d3780): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d3c80): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d3c80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d3c80): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d3c80): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d3c80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.065820575 +0000 UTC m=+31.205266631 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245d3c80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124550cb0 item 37 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124604400): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124604400): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124604400): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124604400): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124604400): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.067706684 +0000 UTC m=+31.207152779 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124604400): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124604900): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124604900): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124551030 item 38 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124604900): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124604900): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124604900): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124604900): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124604900): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.068506177 +0000 UTC m=+31.207952233 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124604900): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124604e40): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124604e40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124604e40): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124604e40): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124604e40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.068506177 +0000 UTC m=+31.207952233 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124604e40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245513b0 item 38 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246054c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246054c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246054c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246054c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246054c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.07048893 +0000 UTC m=+31.209934985 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246054c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246059c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246059c0): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246059c0): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246059c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246059c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124551730 item 39 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246059c0): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246059c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.071337977 +0000 UTC m=+31.210784032 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246059c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124605ec0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124605ec0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124605ec0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124605ec0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124605ec0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.071337977 +0000 UTC m=+31.210784032 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124605ec0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245519d0 item 39 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614d00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614d00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614d00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614d00): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614d00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.073545905 +0000 UTC m=+31.212991940 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614d00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615200): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615200): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912422c3f0 item 40 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615200): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615200): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615200): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615200): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615200): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.074318227 +0000 UTC m=+31.213764262 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615200): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615740): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615740): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615740): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615740): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615740): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.074318227 +0000 UTC m=+31.213764262 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615740): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912422cb60 item 40 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615d00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615d00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615d00): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615d00): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615d00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615d00): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615d00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.07557177 +0000 UTC m=+31.215017805 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615d00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124688300): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124688300): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124688300): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912422d180 item 41 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124688300): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124688300): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.076161917 +0000 UTC m=+31.215607951 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124688300): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246887c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246887c0): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246887c0): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246887c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246887c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912422d490 item 41 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246887c0): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246887c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.076669638 +0000 UTC m=+31.216115672 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246887c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124688d00): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124688d00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124688d00): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124688d00): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124688d00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.076669638 +0000 UTC m=+31.216115672 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124688d00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912422d8f0 item 41 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124689340): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124689340): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124689340): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124689340): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124689340): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124689340): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124689340): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.078245139 +0000 UTC m=+31.217691173 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124689340): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124689840): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124689840): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124689840): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912422ddc0 item 42 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124689840): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124689840): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.079113662 +0000 UTC m=+31.218559717 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124689840): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124689d80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124689d80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912443e0e0 item 42 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124689d80): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124689d80): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124689d80): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124689d80): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124689d80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.079918676 +0000 UTC m=+31.219364730 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124689d80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ae400): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ae400): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ae400): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ae400): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ae400): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.079918676 +0000 UTC m=+31.219364730 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ae400): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912443e2a0 item 42 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246aea40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246aea40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246aea40): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246aea40): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246aea40): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246aea40): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246aea40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.081820896 +0000 UTC m=+31.221266952 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246aea40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246aef40): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246aef40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246aef40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912443e770 item 43 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246aef40): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246aef40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.082763069 +0000 UTC m=+31.222209124 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246aef40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af480): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af480): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af480): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af480): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af480): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912443ea10 item 43 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af480): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af480): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.083488963 +0000 UTC m=+31.222935018 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af480): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af9c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af9c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af9c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af9c0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af9c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.083488963 +0000 UTC m=+31.222935018 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af9c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912443ebd0 item 43 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d6100): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d6100): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d6100): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d6100): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d6100): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d6100): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d6100): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.085401262 +0000 UTC m=+31.224847316 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d6100): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d6600): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d6600): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d6600): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912443f110 item 44 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d6600): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d6600): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.086107498 +0000 UTC m=+31.225553553 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d6600): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d6b40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d6b40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912443f420 item 44 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d6b40): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d6b40): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d6b40): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d6b40): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d6b40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.08694869 +0000 UTC m=+31.226394745 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d6b40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d70c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d70c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d70c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d70c0): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d70c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.08694869 +0000 UTC m=+31.226394745 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d70c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912443f650 item 44 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d7700): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d7700): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d7700): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d7700): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d7700): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d7700): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d7700): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.088773083 +0000 UTC m=+31.228219118 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d7700): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d7c00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d7c00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d7c00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912418e000 item 45 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d7c00): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d7c00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.089353591 +0000 UTC m=+31.228799636 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246d7c00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f2400): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f2400): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f2400): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f2400): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f2400): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.089353591 +0000 UTC m=+31.228799636 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f2400): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912418e690 item 45 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f2a40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f2a40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f2a40): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f2a40): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f2a40): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f2a40): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f2a40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.091025275 +0000 UTC m=+31.230471320 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f2a40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f2f40): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f2f40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f2f40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912418ee70 item 46 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f2f40): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f2f40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.091916733 +0000 UTC m=+31.231362788 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f2f40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f3640): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f3640): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f3640): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f3640): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f3640): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.091916733 +0000 UTC m=+31.231362788 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f3640): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912418f3b0 item 46 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f3c80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f3c80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f3c80): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f3c80): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f3c80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f3c80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f3c80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.094152584 +0000 UTC m=+31.233598639 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246f3c80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471c280): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471c280): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471c280): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912418fdc0 item 47 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471c280): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471c280): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.095179526 +0000 UTC m=+31.234625581 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471c280): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471c980): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471c980): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471c980): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471c980): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471c980): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.095179526 +0000 UTC m=+31.234625581 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471c980): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248602a0 item 47 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462e500): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462e500): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462e500): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462e500): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462e500): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462e500): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462e500): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.097420949 +0000 UTC m=+31.236867004 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462e500): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471ce40): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471ce40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471ce40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124860690 item 48 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471ce40): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471ce40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.098273782 +0000 UTC m=+31.237719837 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471ce40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471d540): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471d540): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471d540): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471d540): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471d540): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.098273782 +0000 UTC m=+31.237719837 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471d540): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124860850 item 48 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471db80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471db80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471db80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471db80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471db80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.100241878 +0000 UTC m=+31.239687933 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912471db80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462e100): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462e100): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462e100): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462e100): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462e100): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462e100): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124860cb0 item 49 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462e100): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462e100): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.100704814 +0000 UTC m=+31.240150869 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462e100): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462e880): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462e880): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462e880): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462e880): >_readAt: n=8, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462e880): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.100704814 +0000 UTC m=+31.240150869 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462e880): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124860e70 item 49 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462ef00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462ef00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462ef00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462ef00): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462ef00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.101870559 +0000 UTC m=+31.241316604 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462ef00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462f400): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462f400): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462f400): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124861340 item 50 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462f400): _readAt: size=2, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462f400): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462f400): _writeAt: size=3, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462f400): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462f400): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.102523946 +0000 UTC m=+31.241969991 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462f400): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462f980): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462f980): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462f980): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462f980): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462f980): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.102523946 +0000 UTC m=+31.241969991 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912462f980): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124861500 item 50 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124616100): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124616100): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124616100): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124616100): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124616100): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.103849846 +0000 UTC m=+31.243295891 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124616100): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124616600): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124616600): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124616600): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124616600): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124616600): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124616600): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124861960 item 51 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124616600): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124616600): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.10437487 +0000 UTC m=+31.243820915 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124616600): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124616b80): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124616b80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124616b80): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124616b80): >_readAt: n=8, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124616b80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.10437487 +0000 UTC m=+31.243820915 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124616b80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124861b20 item 51 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124617200): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124617200): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124617200): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124617200): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124617200): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.105620596 +0000 UTC m=+31.245066632 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124617200): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124617700): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124617700): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124617700): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248b6000 item 52 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124617700): _readAt: size=2, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124617700): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124617700): _writeAt: size=3, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124617700): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124617700): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.106076198 +0000 UTC m=+31.245522234 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124617700): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124617c80): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124617c80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124617c80): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124617c80): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124617c80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.106076198 +0000 UTC m=+31.245522234 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124617c80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248b62a0 item 52 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314400): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314400): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314400): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314400): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314400): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.107194706 +0000 UTC m=+31.246640741 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314400): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314940): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314940): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314940): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314940): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314940): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314940): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248b6690 item 53 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314940): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314940): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.107633737 +0000 UTC m=+31.247079772 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314940): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124315040): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124315040): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124315040): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124315040): >_readAt: n=8, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124315040): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.107633737 +0000 UTC m=+31.247079772 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124315040): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248b68c0 item 53 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453e2c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453e2c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453e2c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453e2c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453e2c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.108996185 +0000 UTC m=+31.248442220 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453e2c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453e7c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453e7c0): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453e7c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248b6c40 item 54 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453e7c0): _readAt: size=2, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453e7c0): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453e7c0): _writeAt: size=3, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453e7c0): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453e7c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.1095012 +0000 UTC m=+31.248947236 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453e7c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453ed40): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453ed40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453ed40): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453ed40): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453ed40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.1095012 +0000 UTC m=+31.248947236 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453ed40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248b6e00 item 54 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453f3c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453f3c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453f3c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453f3c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453f3c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.110586154 +0000 UTC m=+31.250032189 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453f3c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453f8c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453f8c0): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453f8c0): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453f8c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453f8c0): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453f8c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248b7180 item 55 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453f8c0): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453f8c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.111023873 +0000 UTC m=+31.250469918 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453f8c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453fe00): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453fe00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453fe00): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453fe00): >_readAt: n=8, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453fe00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.111023873 +0000 UTC m=+31.250469918 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912453fe00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248b7340 item 55 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5a00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5a00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5a00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5a00): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5a00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.112605185 +0000 UTC m=+31.252051220 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5a00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff6d80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff6d80): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff6d80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248b76c0 item 56 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff6d80): _readAt: size=2, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff6d80): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff6d80): _writeAt: size=3, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff6d80): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff6d80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.113290031 +0000 UTC m=+31.252736076 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff6d80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff73c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff73c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff73c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff73c0): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff73c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.113290031 +0000 UTC m=+31.252736076 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff73c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248b7960 item 56 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e340): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e340): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e340): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e340): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e340): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e340): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e340): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e340): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.114465847 +0000 UTC m=+31.253911881 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e340): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e8c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e8c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e8c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248b7ce0 item 57 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e8c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e8c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.114910868 +0000 UTC m=+31.254356903 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e8c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f080): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f080): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f080): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f080): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f080): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f080): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124550000 item 57 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f080): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f080): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.115400265 +0000 UTC m=+31.254846300 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f080): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f600): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f600): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f600): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f600): >_readAt: n=8, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f600): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.115400265 +0000 UTC m=+31.254846300 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f600): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245502a0 item 57 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fcc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fcc0): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fcc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fcc0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fcc0): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fcc0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fcc0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fcc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.11653365 +0000 UTC m=+31.255979685 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fcc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282300): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282300): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282300): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124550620 item 58 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282300): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282300): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.117142421 +0000 UTC m=+31.256588506 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282300): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282840): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282840): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282840): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124550850 item 58 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282840): _readAt: size=2, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282840): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282840): _writeAt: size=3, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282840): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282840): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.117906448 +0000 UTC m=+31.257352583 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282840): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282e00): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282e00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282e00): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282e00): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282e00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.117906448 +0000 UTC m=+31.257352583 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282e00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124550af0 item 58 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283440): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283440): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283440): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283440): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283440): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283440): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283440): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283440): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.119329981 +0000 UTC m=+31.258776017 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283440): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283a00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283a00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283a00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124550ee0 item 59 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283a00): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283a00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.119796335 +0000 UTC m=+31.259242410 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283a00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14100): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14100): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14100): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14100): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14100): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14100): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245510a0 item 59 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14100): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14100): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.120442117 +0000 UTC m=+31.259888172 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14100): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14800): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14800): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14800): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14800): >_readAt: n=8, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14800): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.120442117 +0000 UTC m=+31.259888172 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14800): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124551420 item 59 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14e40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14e40): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14e40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14e40): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14e40): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14e40): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14e40): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14e40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.121780509 +0000 UTC m=+31.261226544 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14e40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15380): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15380): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15380): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124551880 item 60 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15380): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15380): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.12234643 +0000 UTC m=+31.261792465 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15380): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c158c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c158c0): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c158c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124551b20 item 60 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c158c0): _readAt: size=2, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c158c0): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c158c0): _writeAt: size=3, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c158c0): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c158c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.122917401 +0000 UTC m=+31.262363436 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c158c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243902c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243902c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243902c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243902c0): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243902c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.122917401 +0000 UTC m=+31.262363436 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243902c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124551dc0 item 60 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390b40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390b40): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390b40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390b40): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390b40): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390b40): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390b40): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390b40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.124289467 +0000 UTC m=+31.263735503 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390b40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243914c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243914c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243914c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91243b44d0 item 61 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243914c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243914c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.124986968 +0000 UTC m=+31.264433003 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243914c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246140c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246140c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246140c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246140c0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246140c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.124986968 +0000 UTC m=+31.264433003 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246140c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91243b4690 item 61 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614700): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614700): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614700): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614700): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614700): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614700): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614700): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614700): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.126548683 +0000 UTC m=+31.265994728 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614700): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614cc0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614cc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614cc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91243b4c40 item 62 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614cc0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614cc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.127008022 +0000 UTC m=+31.266454068 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614cc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246153c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246153c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246153c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246153c0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246153c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.127008022 +0000 UTC m=+31.266454068 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246153c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91243b5340 item 62 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615a00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615a00): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615a00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615a00): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615a00): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615a00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615a00): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615a00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.128401079 +0000 UTC m=+31.267847164 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615a00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124154040): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124154040): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124154040): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91243b56c0 item 63 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124154040): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124154040): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.128950138 +0000 UTC m=+31.268396183 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124154040): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124154740): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124154740): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124154740): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124154740): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124154740): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.128950138 +0000 UTC m=+31.268396183 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124154740): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91243b5960 item 63 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124154d80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124154d80): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124154d80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124154d80): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124154d80): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124154d80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124154d80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124154d80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.130365457 +0000 UTC m=+31.269811502 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124154d80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241552c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241552c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241552c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91243b5d50 item 64 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241552c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241552c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.130860934 +0000 UTC m=+31.270306969 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241552c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241559c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241559c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241559c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241559c0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241559c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.130860934 +0000 UTC m=+31.270306969 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241559c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245160e0 item 64 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124208100): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124208100): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124208100): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124208100): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124208100): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.132517919 +0000 UTC m=+31.271964025 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124208100): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124208580): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124208580): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124208580): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124208580): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124208580): _writeAt: size=3, off=2 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124516930 item 65 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124208580): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124208580): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.133108568 +0000 UTC m=+31.272554614 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124208580): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124208a80): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124208a80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124208a80): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124208a80): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124208a80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.133108568 +0000 UTC m=+31.272554614 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124208a80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124516af0 item 65 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242090c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242090c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242090c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242090c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242090c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.134373672 +0000 UTC m=+31.273819707 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242090c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124209540): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124209540): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124516e70 item 66 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124209540): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124209540): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124209540): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124209540): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124209540): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.134875902 +0000 UTC m=+31.274321937 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124209540): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124209a80): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124209a80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124209a80): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124209a80): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124209a80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.134875902 +0000 UTC m=+31.274321937 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124209a80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124517180 item 66 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242221c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242221c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242221c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242221c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242221c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.135928735 +0000 UTC m=+31.275374770 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242221c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124222640): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124222640): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124222640): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124222640): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124222640): _writeAt: size=3, off=2 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124517730 item 67 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124222640): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124222640): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.136529311 +0000 UTC m=+31.275975346 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124222640): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124222b40): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124222b40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124222b40): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124222b40): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124222b40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.136529311 +0000 UTC m=+31.275975346 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124222b40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245178f0 item 67 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242231c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242231c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242231c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242231c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242231c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.137877343 +0000 UTC m=+31.277323378 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242231c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242236c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242236c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124517c70 item 68 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242236c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242236c0): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242236c0): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242236c0): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242236c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.138444427 +0000 UTC m=+31.277890501 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242236c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124223c00): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124223c00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124223c00): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124223c00): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124223c00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.138444427 +0000 UTC m=+31.277890501 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124223c00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124517e30 item 68 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426c340): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426c340): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426c340): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426c340): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426c340): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.139826963 +0000 UTC m=+31.279273008 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426c340): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426c7c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426c7c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426c7c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426c7c0): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426c7c0): _writeAt: size=3, off=2 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91244a43f0 item 69 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426c7c0): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426c7c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.140406078 +0000 UTC m=+31.279852154 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426c7c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426ccc0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426ccc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426ccc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426ccc0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426ccc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.140406078 +0000 UTC m=+31.279852154 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426ccc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91244a45b0 item 69 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426d340): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426d340): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426d340): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426d340): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426d340): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.141745643 +0000 UTC m=+31.281191688 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426d340): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426d840): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426d840): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91244a4b60 item 70 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426d840): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426d840): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426d840): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426d840): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426d840): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.142296897 +0000 UTC m=+31.281742942 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426d840): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426dd80): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426dd80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426dd80): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426dd80): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426dd80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.142296897 +0000 UTC m=+31.281742942 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912426dd80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91244a4d90 item 70 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d0500): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d0500): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d0500): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d0500): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d0500): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.143555228 +0000 UTC m=+31.283001264 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d0500): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d0a00): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d0a00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d0a00): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d0a00): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d0a00): _writeAt: size=3, off=2 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91244a5180 item 71 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d0a00): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d0a00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.144054432 +0000 UTC m=+31.283500507 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d0a00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d0f00): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d0f00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d0f00): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d0f00): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d0f00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.144054432 +0000 UTC m=+31.283500507 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d0f00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91244a5650 item 71 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d1580): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d1580): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d1580): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d1580): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d1580): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.14538424 +0000 UTC m=+31.284830315 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d1580): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d1a80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d1a80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91244a59d0 item 72 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d1a80): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d1a80): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d1a80): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d1a80): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d1a80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.145973926 +0000 UTC m=+31.285419961 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242d1a80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f00c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f00c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f00c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f00c0): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f00c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.145973926 +0000 UTC m=+31.285419961 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f00c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91244a5b90 item 72 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f0680): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f0680): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f0680): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f0680): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f0680): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f0680): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f0680): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.147303672 +0000 UTC m=+31.286749717 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f0680): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f0b80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f0b80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f0b80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912448a1c0 item 73 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f0b80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f0b80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.147790274 +0000 UTC m=+31.287236308 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f0b80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f1040): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f1040): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f1040): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f1040): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f1040): _writeAt: size=3, off=2 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912448a3f0 item 73 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f1040): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f1040): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.148358669 +0000 UTC m=+31.287804704 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f1040): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f1580): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f1580): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f1580): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f1580): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f1580): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.148358669 +0000 UTC m=+31.287804704 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f1580): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912448a5b0 item 73 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f1bc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f1bc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f1bc0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f1bc0): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f1bc0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f1bc0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f1bc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.149709655 +0000 UTC m=+31.289155690 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242f1bc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243361c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243361c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243361c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912448ac40 item 74 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243361c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243361c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.150142144 +0000 UTC m=+31.289588179 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243361c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124336700): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124336700): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912448ae70 item 74 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124336700): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124336700): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124336700): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124336700): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124336700): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.150650465 +0000 UTC m=+31.290096501 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124336700): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124336c80): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124336c80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124336c80): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124336c80): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124336c80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.150650465 +0000 UTC m=+31.290096501 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124336c80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912448b030 item 74 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243372c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243372c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243372c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243372c0): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243372c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243372c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243372c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.151771337 +0000 UTC m=+31.291217372 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243372c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243377c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243377c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243377c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912448b650 item 75 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243377c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243377c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.152197503 +0000 UTC m=+31.291643539 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243377c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124337d00): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124337d00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124337d00): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124337d00): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124337d00): _writeAt: size=3, off=2 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912448b810 item 75 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124337d00): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124337d00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.152649158 +0000 UTC m=+31.292095193 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124337d00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124386340): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124386340): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124386340): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124386340): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124386340): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.152649158 +0000 UTC m=+31.292095193 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124386340): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912448b9d0 item 75 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124386980): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124386980): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124386980): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124386980): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124386980): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124386980): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124386980): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.15377007 +0000 UTC m=+31.293216105 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124386980): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124386e80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124386e80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124386e80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123fa4000 item 76 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124386e80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124386e80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.154190926 +0000 UTC m=+31.293636961 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124386e80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243873c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243873c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123fa4230 item 76 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243873c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243873c0): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243873c0): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243873c0): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243873c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.154904066 +0000 UTC m=+31.294350102 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243873c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124387940): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124387940): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124387940): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124387940): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124387940): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.154904066 +0000 UTC m=+31.294350102 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124387940): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123fa4620 item 76 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c8080): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c8080): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c8080): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c8080): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c8080): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c8080): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c8080): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.15597349 +0000 UTC m=+31.295419525 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c8080): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c8580): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c8580): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c8580): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123fa4cb0 item 77 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c8580): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c8580): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.15661328 +0000 UTC m=+31.296059325 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c8580): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c8c80): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c8c80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c8c80): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c8c80): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c8c80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.15661328 +0000 UTC m=+31.296059325 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c8c80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123fa4e70 item 77 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c92c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c92c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c92c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c92c0): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c92c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c92c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c92c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.158057224 +0000 UTC m=+31.297503269 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c92c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c97c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c97c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c97c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123fa5420 item 78 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c97c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c97c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.15852043 +0000 UTC m=+31.297966465 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c97c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c9ec0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c9ec0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c9ec0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c9ec0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c9ec0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.15852043 +0000 UTC m=+31.297966465 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243c9ec0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123fa56c0 item 78 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e6600): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e6600): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e6600): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e6600): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e6600): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e6600): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e6600): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.159737614 +0000 UTC m=+31.299183659 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e6600): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e6b00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e6b00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e6b00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123fa5dc0 item 79 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e6b00): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e6b00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.160182937 +0000 UTC m=+31.299628972 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e6b00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7200): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7200): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7200): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7200): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7200): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.160182937 +0000 UTC m=+31.299628972 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7200): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123b40460 item 79 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7840): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7840): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7840): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7840): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7840): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7840): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7840): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.161403797 +0000 UTC m=+31.300849842 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7840): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7d40): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7d40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7d40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123b40b60 item 80 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7d40): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7d40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.161913832 +0000 UTC m=+31.301359867 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243e7d40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440a540): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440a540): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440a540): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440a540): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440a540): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.161913832 +0000 UTC m=+31.301359867 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440a540): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123b40e00 item 80 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440ab80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440ab80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440ab80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440ab80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440ab80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.163258767 +0000 UTC m=+31.302704802 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440ab80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b000): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b000): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b000): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b000): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b000): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b000): _writeAt: size=3, off=7 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91242b4070 item 81 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b000): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b000): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.163792278 +0000 UTC m=+31.303238323 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b000): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b540): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b540): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b540): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b540): >_readAt: n=8, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b540): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.163792278 +0000 UTC m=+31.303238323 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440b540): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91242b4230 item 81 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440bbc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440bbc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440bbc0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440bbc0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440bbc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.165102877 +0000 UTC m=+31.304548911 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912440bbc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244261c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244261c0): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244261c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91242b4f50 item 82 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244261c0): _readAt: size=2, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244261c0): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244261c0): _writeAt: size=3, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244261c0): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244261c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.165714895 +0000 UTC m=+31.305160930 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244261c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124426740): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124426740): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124426740): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124426740): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124426740): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.165714895 +0000 UTC m=+31.305160930 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124426740): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91242b5340 item 82 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124426dc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124426dc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124426dc0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124426dc0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124426dc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.166804658 +0000 UTC m=+31.306250692 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124426dc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244272c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244272c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244272c0): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244272c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244272c0): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244272c0): _writeAt: size=3, off=7 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91242b5730 item 83 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244272c0): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244272c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.167279516 +0000 UTC m=+31.306725551 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244272c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124427800): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124427800): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124427800): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124427800): >_readAt: n=8, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124427800): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.167279516 +0000 UTC m=+31.306725551 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124427800): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab6070 item 83 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124427e80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124427e80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124427e80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124427e80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124427e80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.168707629 +0000 UTC m=+31.308153684 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124427e80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445c480): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445c480): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445c480): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab63f0 item 84 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445c480): _readAt: size=2, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445c480): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445c480): _writeAt: size=3, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445c480): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445c480): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.16931044 +0000 UTC m=+31.308756486 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445c480): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445ca00): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445ca00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445ca00): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445ca00): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445ca00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.16931044 +0000 UTC m=+31.308756486 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445ca00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab65b0 item 84 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445d080): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445d080): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445d080): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445d080): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445d080): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.170586395 +0000 UTC m=+31.310032430 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445d080): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445d580): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445d580): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445d580): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445d580): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445d580): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445d580): _writeAt: size=3, off=7 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab6930 item 85 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445d580): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445d580): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.171142387 +0000 UTC m=+31.310588422 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445d580): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445dac0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445dac0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445dac0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445dac0): >_readAt: n=8, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445dac0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.171142387 +0000 UTC m=+31.310588422 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912445dac0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab6af0 item 85 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449a240): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449a240): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449a240): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449a240): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449a240): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.172428221 +0000 UTC m=+31.311874255 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449a240): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449a740): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449a740): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449a740): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab6e70 item 86 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449a740): _readAt: size=2, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449a740): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449a740): _writeAt: size=3, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449a740): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449a740): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.172907637 +0000 UTC m=+31.312353672 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449a740): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449acc0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449acc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449acc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449acc0): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449acc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.172907637 +0000 UTC m=+31.312353672 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449acc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab7030 item 86 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449b340): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449b340): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449b340): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449b340): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449b340): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.174149668 +0000 UTC m=+31.313595703 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449b340): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449b840): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449b840): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449b840): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449b840): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449b840): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449b840): _writeAt: size=3, off=7 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab73b0 item 87 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449b840): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449b840): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.17459432 +0000 UTC m=+31.314040355 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449b840): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449bd80): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449bd80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449bd80): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449bd80): >_readAt: n=8, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449bd80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.17459432 +0000 UTC m=+31.314040355 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449bd80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab7570 item 87 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b4500): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b4500): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b4500): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b4500): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b4500): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.175616043 +0000 UTC m=+31.315062079 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b4500): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b4a00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b4a00): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b4a00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab78f0 item 88 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b4a00): _readAt: size=2, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b4a00): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b4a00): _writeAt: size=3, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b4a00): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b4a00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.176038172 +0000 UTC m=+31.315484207 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b4a00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b4f80): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b4f80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b4f80): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b4f80): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b4f80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.176038172 +0000 UTC m=+31.315484207 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b4f80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab7d50 item 88 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b55c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b55c0): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b55c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b55c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b55c0): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b55c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b55c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b55c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.177155848 +0000 UTC m=+31.316601883 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b55c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b5b00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b5b00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b5b00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ac2a0 item 89 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b5b00): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b5b00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.17751636 +0000 UTC m=+31.316962395 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244b5b00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244ce140): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244ce140): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244ce140): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244ce140): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244ce140): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244ce140): _writeAt: size=3, off=7 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ac460 item 89 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244ce140): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244ce140): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.177946724 +0000 UTC m=+31.317392759 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244ce140): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244ce6c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244ce6c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244ce6c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244ce6c0): >_readAt: n=8, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244ce6c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.177946724 +0000 UTC m=+31.317392759 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244ce6c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ac620 item 89 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244ced00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244ced00): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244ced00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244ced00): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244ced00): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244ced00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244ced00): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244ced00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.179002372 +0000 UTC m=+31.318448407 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244ced00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244cf240): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244cf240): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244cf240): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249aca10 item 90 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244cf240): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244cf240): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.179400365 +0000 UTC m=+31.318846400 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244cf240): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244cf780): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244cf780): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244cf780): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249acbd0 item 90 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244cf780): _readAt: size=2, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244cf780): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244cf780): _writeAt: size=3, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244cf780): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244cf780): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.179849805 +0000 UTC m=+31.319295840 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244cf780): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244cfd40): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244cfd40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244cfd40): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244cfd40): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244cfd40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.179849805 +0000 UTC m=+31.319295840 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244cfd40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249acd90 item 90 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e2480): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e2480): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e2480): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e2480): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e2480): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e2480): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e2480): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e2480): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.181024078 +0000 UTC m=+31.320470113 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e2480): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e29c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e29c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e29c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ad2d0 item 91 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e29c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e29c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.181430377 +0000 UTC m=+31.320876412 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e29c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e2f00): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e2f00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e2f00): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e2f00): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e2f00): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e2f00): _writeAt: size=3, off=7 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ad500 item 91 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e2f00): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e2f00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.181848498 +0000 UTC m=+31.321294533 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e2f00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e3480): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e3480): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e3480): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e3480): >_readAt: n=8, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e3480): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.181848498 +0000 UTC m=+31.321294533 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e3480): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ad6c0 item 91 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e3ac0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e3ac0): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e3ac0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e3ac0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e3ac0): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e3ac0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e3ac0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e3ac0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.182891111 +0000 UTC m=+31.322337146 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e3ac0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124514100): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124514100): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124514100): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ada40 item 92 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124514100): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124514100): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.1833182 +0000 UTC m=+31.322764235 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124514100): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124514640): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124514640): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124514640): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249adc00 item 92 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124514640): _readAt: size=2, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124514640): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124514640): _writeAt: size=3, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124514640): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124514640): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.184061356 +0000 UTC m=+31.323507391 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124514640): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124514c00): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124514c00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124514c00): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124514c00): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124514c00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.184061356 +0000 UTC m=+31.323507391 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124514c00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249addc0 item 92 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124515240): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 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-pukinol4yiwe/dir/file1: no such file or directory 2026/06/04 04:04:30 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-pukinol4yiwe/dir/file1: no such file or directory 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124515240): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124515240): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124515240): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124515240): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124515240): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124515240): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124515240): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.185404137 +0000 UTC m=+31.324850172 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124515240): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124515780): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124515780): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124515780): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124476460 item 93 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124515780): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124515780): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.185926055 +0000 UTC m=+31.325372090 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124515780): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124515e80): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124515e80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124515e80): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124515e80): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124515e80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.185926055 +0000 UTC m=+31.325372090 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124515e80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124476690 item 93 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454c5c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454c5c0): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454c5c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454c5c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454c5c0): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454c5c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454c5c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454c5c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.187389444 +0000 UTC m=+31.326835529 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454c5c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454cb00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454cb00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454cb00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124476a10 item 94 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454cb00): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454cb00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.187887357 +0000 UTC m=+31.327333392 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454cb00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454d200): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454d200): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454d200): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454d200): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454d200): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.187887357 +0000 UTC m=+31.327333392 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454d200): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124476bd0 item 94 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454d840): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454d840): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454d840): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454d840): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454d840): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454d840): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454d840): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454d840): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.189402734 +0000 UTC m=+31.328848770 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454d840): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454dd80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454dd80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454dd80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124476f50 item 95 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454dd80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454dd80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.189916978 +0000 UTC m=+31.329363013 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912454dd80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572580): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572580): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572580): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572580): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572580): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.189916978 +0000 UTC m=+31.329363013 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572580): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124477110 item 95 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572bc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572bc0): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572bc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572bc0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572bc0): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572bc0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572bc0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572bc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.191497047 +0000 UTC m=+31.330943083 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572bc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573100): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573100): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573100): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124477570 item 96 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573100): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573100): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.191983098 +0000 UTC m=+31.331429133 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573100): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573800): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573800): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573800): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573800): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573800): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.191983098 +0000 UTC m=+31.331429133 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573800): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124477730 item 96 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= 2026/06/04 04:04:30 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:30 DEBUG : Looking for writers 2026/06/04 04:04:30 DEBUG : >WaitForWriters: 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:30 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/06/04 04:04:30 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748600): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748600): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748600): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748600): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748600): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.197919653 +0000 UTC m=+31.337365688 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748600): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748a80): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748a80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748a80): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748a80): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748a80): _writeAt: size=3, off=2 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748a80): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748a80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.197919653 +0000 UTC m=+31.337365688 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748a80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748f40): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748f40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748f40): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748f40): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748f40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.197919653 +0000 UTC m=+31.337365688 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748f40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124a178f0 item 1 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124749580): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124749580): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124749580): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124749580): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124749580): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.200304577 +0000 UTC m=+31.339750611 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124749580): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124749a80): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124749a80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124749a80): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124749a80): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124749a80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.200304577 +0000 UTC m=+31.339750611 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124749a80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124a17dc0 item 2 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c1c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c1c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c1c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c1c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c1c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.201576724 +0000 UTC m=+31.341022759 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c1c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c640): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c640): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c640): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c640): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c640): _writeAt: size=3, off=2 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c640): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c640): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.201576724 +0000 UTC m=+31.341022759 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c640): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468cb00): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468cb00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468cb00): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468cb00): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468cb00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.201576724 +0000 UTC m=+31.341022759 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468cb00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245da460 item 3 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d180): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d180): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d180): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d180): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d180): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.203258998 +0000 UTC m=+31.342705053 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d180): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d6c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d6c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d6c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d6c0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d6c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.203258998 +0000 UTC m=+31.342705053 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d6c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245dae00 item 4 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468dd00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468dd00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468dd00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468dd00): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468dd00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.204546875 +0000 UTC m=+31.343992940 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468dd00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ae280): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ae280): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ae280): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ae280): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ae280): _writeAt: size=3, off=2 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ae280): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ae280): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.204546875 +0000 UTC m=+31.343992940 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ae280): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ae740): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ae740): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ae740): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ae740): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ae740): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.204546875 +0000 UTC m=+31.343992940 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ae740): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245db180 item 5 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246aedc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246aedc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246aedc0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246aedc0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246aedc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.206498068 +0000 UTC m=+31.345944103 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246aedc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af300): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af300): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af300): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af300): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af300): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.206498068 +0000 UTC m=+31.345944103 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af300): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245db650 item 6 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af980): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af980): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af980): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af980): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af980): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.207914488 +0000 UTC m=+31.347360544 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246af980): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246afe80): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246afe80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246afe80): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246afe80): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246afe80): _writeAt: size=3, off=2 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246afe80): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246afe80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.207914488 +0000 UTC m=+31.347360544 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246afe80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ca440): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ca440): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ca440): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ca440): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ca440): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.207914488 +0000 UTC m=+31.347360544 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246ca440): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245db9d0 item 7 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246caac0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246caac0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246caac0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246caac0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246caac0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.209779056 +0000 UTC m=+31.349225092 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246caac0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cb000): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cb000): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cb000): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cb000): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cb000): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.209779056 +0000 UTC m=+31.349225092 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cb000): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912422c9a0 item 8 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cb5c0): _readAt: size=2, off=0 2026/06/04 04:04:30 ERROR : open-test-file(0xe91246cb5c0): Couldn't read size of file 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cb5c0): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cb5c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cb5c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cb5c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cb5c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cb980): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cb980): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cb980): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cb980): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cb980): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.211266461 +0000 UTC m=+31.350712547 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cb980): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cbe00): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cbe00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cbe00): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cbe00): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cbe00): _writeAt: size=3, off=2 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cbe00): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cbe00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.211266461 +0000 UTC m=+31.350712547 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246cbe00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124708400): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124708400): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124708400): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124708400): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124708400): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.211266461 +0000 UTC m=+31.350712547 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124708400): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912422d110 item 9 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124708a80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124708a80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124708a80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124708a80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124708a80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.213223575 +0000 UTC m=+31.352669610 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124708a80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124708fc0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124708fc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124708fc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124708fc0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124708fc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.213223575 +0000 UTC m=+31.352669610 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124708fc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912422d9d0 item 10 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124709600): _readAt: size=2, off=0 2026/06/04 04:04:30 ERROR : open-test-file(0xe9124709600): Couldn't read size of file 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124709600): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124709600): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124709600): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124709600): close: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124709600): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247099c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247099c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247099c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247099c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247099c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.214609478 +0000 UTC m=+31.354055523 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247099c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124709ec0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124709ec0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124709ec0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124709ec0): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124709ec0): _writeAt: size=3, off=2 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124709ec0): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124709ec0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.214609478 +0000 UTC m=+31.354055523 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124709ec0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247924c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247924c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247924c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247924c0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247924c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.214609478 +0000 UTC m=+31.354055523 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247924c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912443e000 item 11 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642080): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642080): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642080): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642080): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642080): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.216409635 +0000 UTC m=+31.355855671 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642080): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246425c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246425c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246425c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246425c0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246425c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.216409635 +0000 UTC m=+31.355855671 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246425c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123f897a0 item 12 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642c00): _readAt: size=2, off=0 2026/06/04 04:04:30 ERROR : open-test-file(0xe9124642c00): Couldn't read size of file 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642c00): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642c00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642c00): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642c00): close: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642c00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642fc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642fc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642fc0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642fc0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642fc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.218246481 +0000 UTC m=+31.357692517 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642fc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459a440): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459a440): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459a440): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459a440): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459a440): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.218246481 +0000 UTC m=+31.357692517 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459a440): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912434a7e0 item 13 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246420c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246420c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246420c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246420c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246420c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.220631995 +0000 UTC m=+31.360078031 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91246420c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642680): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642680): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642680): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642680): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642680): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.220631995 +0000 UTC m=+31.360078031 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642680): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123f88c40 item 14 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642cc0): _readAt: size=2, off=0 2026/06/04 04:04:30 ERROR : open-test-file(0xe9124642cc0): Couldn't read size of file 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642cc0): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642cc0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642cc0): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642cc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642cc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643140): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643140): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643140): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643140): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643140): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.222194664 +0000 UTC m=+31.361640699 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643140): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643800): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643800): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643800): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643800): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643800): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.222194664 +0000 UTC m=+31.361640699 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643800): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123f89960 item 15 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643e80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643e80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643e80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643e80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643e80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.223877929 +0000 UTC m=+31.363323964 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643e80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459ae00): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459ae00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459ae00): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459ae00): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459ae00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.223877929 +0000 UTC m=+31.363323964 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459ae00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912443e1c0 item 16 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459b440): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459b440): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459b440): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459b440): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459b440): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.225198147 +0000 UTC m=+31.364644183 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459b440): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459b8c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459b8c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459b8c0): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459b8c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459b8c0): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459b8c0): _writeAt: size=3, off=7 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459b8c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459b8c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.225198147 +0000 UTC m=+31.364644183 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459b8c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459bdc0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459bdc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459bdc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459bdc0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459bdc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.225198147 +0000 UTC m=+31.364644183 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912459bdc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912443e700 item 17 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124818600): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124818600): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124818600): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124818600): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124818600): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.227286469 +0000 UTC m=+31.366732504 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124818600): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124818b40): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124818b40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124818b40): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124818b40): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124818b40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.227286469 +0000 UTC m=+31.366732504 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124818b40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912443ecb0 item 18 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91248191c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91248191c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91248191c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91248191c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91248191c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.228536515 +0000 UTC m=+31.367982550 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91248191c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91248196c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91248196c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91248196c0): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91248196c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91248196c0): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91248196c0): _writeAt: size=3, off=7 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91248196c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91248196c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.228536515 +0000 UTC m=+31.367982550 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91248196c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124819bc0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124819bc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124819bc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124819bc0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124819bc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.228536515 +0000 UTC m=+31.367982550 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124819bc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912443f1f0 item 19 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314340): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314340): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314340): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314340): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314340): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.230593087 +0000 UTC m=+31.370039132 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314340): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243148c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243148c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243148c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243148c0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243148c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.230593087 +0000 UTC m=+31.370039132 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243148c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912443f810 item 20 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124315140): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124315140): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124315140): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124315140): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124315140): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.231956849 +0000 UTC m=+31.371402884 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124315140): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5380): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5380): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5380): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5380): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5380): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5380): _writeAt: size=3, off=7 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5380): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5380): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.231956849 +0000 UTC m=+31.371402884 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5380): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5b80): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5b80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5b80): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5b80): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5b80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.231956849 +0000 UTC m=+31.371402884 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5b80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912434a310 item 21 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7080): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7080): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7080): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7080): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7080): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.233752466 +0000 UTC m=+31.373198501 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7080): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7880): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7880): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7880): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7880): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7880): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.233752466 +0000 UTC m=+31.373198501 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7880): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912434acb0 item 22 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e600): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e600): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e600): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e600): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e600): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.235190708 +0000 UTC m=+31.374636743 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e600): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5ed80): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5ed80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5ed80): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5ed80): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5ed80): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5ed80): _writeAt: size=3, off=7 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5ed80): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5ed80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.235190708 +0000 UTC m=+31.374636743 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5ed80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f280): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f280): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f280): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f280): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f280): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.235190708 +0000 UTC m=+31.374636743 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f280): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912434b340 item 23 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f900): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f900): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f900): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f900): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f900): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.237002487 +0000 UTC m=+31.376448523 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f900): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fec0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fec0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fec0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fec0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fec0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.237002487 +0000 UTC m=+31.376448523 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fec0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912434b9d0 item 24 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282600): _readAt: size=2, off=0 2026/06/04 04:04:30 ERROR : open-test-file(0xe9124282600): Couldn't read size of file 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282600): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282600): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282600): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282600): close: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282600): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242829c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242829c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242829c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242829c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242829c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.238179064 +0000 UTC m=+31.377625099 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242829c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282ec0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282ec0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282ec0): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282ec0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282ec0): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282ec0): _writeAt: size=3, off=7 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282ec0): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282ec0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.238179064 +0000 UTC m=+31.377625099 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282ec0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283400): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283400): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283400): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283400): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283400): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.238179064 +0000 UTC m=+31.377625099 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283400): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912434be30 item 25 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283b00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283b00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283b00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283b00): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283b00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.239805573 +0000 UTC m=+31.379251607 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283b00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14380): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14380): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14380): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14380): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14380): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.239805573 +0000 UTC m=+31.379251607 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14380): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124860700 item 26 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c149c0): _readAt: size=2, off=0 2026/06/04 04:04:30 ERROR : open-test-file(0xe9123c149c0): Couldn't read size of file 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c149c0): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c149c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c149c0): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c149c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c149c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14d80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14d80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14d80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14d80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14d80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.241316501 +0000 UTC m=+31.380762577 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14d80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15280): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15280): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15280): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15280): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15280): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15280): _writeAt: size=3, off=7 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15280): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15280): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.241316501 +0000 UTC m=+31.380762577 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15280): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c157c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c157c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c157c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c157c0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c157c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.241316501 +0000 UTC m=+31.380762577 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c157c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124860b60 item 27 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390280): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390280): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390280): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390280): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390280): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.243391829 +0000 UTC m=+31.382837864 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390280): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390840): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390840): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390840): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390840): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390840): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.243391829 +0000 UTC m=+31.382837864 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390840): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124861030 item 28 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124391480): _readAt: size=2, off=0 2026/06/04 04:04:30 ERROR : open-test-file(0xe9124391480): Couldn't read size of file 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124391480): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124391480): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124391480): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124391480): close: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124391480): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124391ac0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124391ac0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124391ac0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124391ac0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124391ac0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.244886568 +0000 UTC m=+31.384332613 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124391ac0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614400): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614400): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614400): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614400): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614400): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.244886568 +0000 UTC m=+31.384332613 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614400): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124861500 item 29 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614b00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614b00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614b00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614b00): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614b00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.246209742 +0000 UTC m=+31.385655777 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124614b00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615040): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615040): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615040): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615040): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615040): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.246209742 +0000 UTC m=+31.385655777 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615040): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124861960 item 30 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615680): _readAt: size=2, off=0 2026/06/04 04:04:30 ERROR : open-test-file(0xe9124615680): Couldn't read size of file 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615680): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615680): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615680): >_writeAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615680): close: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615680): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615a40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615a40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615a40): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615a40): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615a40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.247457122 +0000 UTC m=+31.386903158 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124615a40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748200): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748200): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748200): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748200): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748200): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.247457122 +0000 UTC m=+31.386903158 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748200): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124861ce0 item 31 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247488c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247488c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247488c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247488c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247488c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.248736343 +0000 UTC m=+31.388182378 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247488c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748e00): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748e00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748e00): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748e00): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748e00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.248736343 +0000 UTC m=+31.388182378 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124748e00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248b62a0 item 32 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124749440): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124749440): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124749440): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124749440): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124749440): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.249911678 +0000 UTC m=+31.389357713 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124749440): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247498c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247498c0): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247498c0): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247498c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247498c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248b6690 item 33 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247498c0): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247498c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.250344607 +0000 UTC m=+31.389790642 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91247498c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124749dc0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124749dc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124749dc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124749dc0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124749dc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.250344607 +0000 UTC m=+31.389790642 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124749dc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248b6850 item 33 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572500): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572500): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572500): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572500): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572500): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.251580657 +0000 UTC m=+31.391026691 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572500): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572980): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572980): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248b6bd0 item 34 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572980): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572980): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572980): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572980): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572980): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.252117763 +0000 UTC m=+31.391563798 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572980): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572ec0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572ec0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572ec0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572ec0): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572ec0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.252117763 +0000 UTC m=+31.391563798 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124572ec0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248b6d90 item 34 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573500): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573500): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573500): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573500): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573500): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.253258552 +0000 UTC m=+31.392704586 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573500): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573980): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573980): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573980): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573980): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573980): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248b7110 item 35 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573980): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573980): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.253676953 +0000 UTC m=+31.393122989 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124573980): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b22140): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b22140): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b22140): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b22140): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b22140): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.253676953 +0000 UTC m=+31.393122989 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b22140): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248b72d0 item 35 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b227c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b227c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b227c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b227c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b227c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.254765152 +0000 UTC m=+31.394211188 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b227c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b22cc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b22cc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248b7650 item 36 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b22cc0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b22cc0): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b22cc0): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b22cc0): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b22cc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.25527624 +0000 UTC m=+31.394722285 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b22cc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b23200): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b23200): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b23200): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b23200): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b23200): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.25527624 +0000 UTC m=+31.394722285 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b23200): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248b78f0 item 36 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b23840): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b23840): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b23840): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b23840): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b23840): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.25628514 +0000 UTC m=+31.395731175 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b23840): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b23cc0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b23cc0): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b23cc0): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b23cc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b23cc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248b7c70 item 37 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b23cc0): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b23cc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.256727747 +0000 UTC m=+31.396173783 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b23cc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e82c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e82c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e82c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e82c0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e82c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.256727747 +0000 UTC m=+31.396173783 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e82c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91248b7e30 item 37 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e8940): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e8940): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e8940): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e8940): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e8940): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.257810978 +0000 UTC m=+31.397257023 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e8940): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e8e40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e8e40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245503f0 item 38 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e8e40): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e8e40): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e8e40): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e8e40): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e8e40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.258312265 +0000 UTC m=+31.397758301 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e8e40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e9380): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e9380): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e9380): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e9380): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e9380): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.258312265 +0000 UTC m=+31.397758301 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e9380): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245505b0 item 38 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e9a00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e9a00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e9a00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e9a00): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e9a00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.25935033 +0000 UTC m=+31.398796366 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240e9a00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fc000): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fc000): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fc000): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fc000): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fc000): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124550a80 item 39 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fc000): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fc000): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.259740128 +0000 UTC m=+31.399186163 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fc000): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fc500): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fc500): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fc500): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fc500): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fc500): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.259740128 +0000 UTC m=+31.399186163 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fc500): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124550cb0 item 39 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fcb80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fcb80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fcb80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fcb80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fcb80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.260920212 +0000 UTC m=+31.400366247 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fcb80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fd080): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fd080): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124551030 item 40 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fd080): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fd080): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fd080): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fd080): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fd080): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.261436248 +0000 UTC m=+31.400882284 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fd080): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fd5c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fd5c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fd5c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fd5c0): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fd5c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.261436248 +0000 UTC m=+31.400882284 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fd5c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245513b0 item 40 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fdb80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fdb80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fdb80): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fdb80): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fdb80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fdb80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fdb80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.262671967 +0000 UTC m=+31.402118001 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91240fdb80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410e180): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410e180): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410e180): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124551730 item 41 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410e180): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410e180): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.263040955 +0000 UTC m=+31.402486991 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410e180): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410e640): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410e640): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410e640): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410e640): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410e640): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245519d0 item 41 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410e640): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410e640): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.263480026 +0000 UTC m=+31.402926061 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410e640): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410eb80): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410eb80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410eb80): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410eb80): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410eb80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.263480026 +0000 UTC m=+31.402926061 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410eb80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124551ce0 item 41 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410f1c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410f1c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410f1c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410f1c0): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410f1c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410f1c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410f1c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.264656031 +0000 UTC m=+31.404102067 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410f1c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410f6c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410f6c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410f6c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91243b42a0 item 42 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410f6c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410f6c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.265036572 +0000 UTC m=+31.404482608 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410f6c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410fc00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410fc00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91243b45b0 item 42 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410fc00): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410fc00): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410fc00): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410fc00): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410fc00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.265453461 +0000 UTC m=+31.404899496 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912410fc00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411c280): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411c280): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411c280): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411c280): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411c280): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.265453461 +0000 UTC m=+31.404899496 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411c280): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91243b4770 item 42 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411c8c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411c8c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411c8c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411c8c0): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411c8c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411c8c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411c8c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.266491335 +0000 UTC m=+31.405937370 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411c8c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411cdc0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411cdc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411cdc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91243b51f0 item 43 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411cdc0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411cdc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.266881945 +0000 UTC m=+31.406327980 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411cdc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411d300): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411d300): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411d300): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411d300): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411d300): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91243b5420 item 43 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411d300): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411d300): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.267316647 +0000 UTC m=+31.406762682 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411d300): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411d840): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411d840): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411d840): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411d840): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411d840): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.267316647 +0000 UTC m=+31.406762682 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411d840): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91243b55e0 item 43 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411de80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411de80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411de80): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411de80): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411de80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411de80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411de80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.268453789 +0000 UTC m=+31.407899824 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912411de80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413e480): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413e480): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413e480): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91243b5a40 item 44 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413e480): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413e480): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.268818238 +0000 UTC m=+31.408264273 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413e480): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413e9c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413e9c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91243b5c70 item 44 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413e9c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413e9c0): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413e9c0): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413e9c0): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413e9c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.2693106 +0000 UTC m=+31.408756635 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413e9c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413ef40): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413ef40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413ef40): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413ef40): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413ef40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.2693106 +0000 UTC m=+31.408756635 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413ef40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91243b5e30 item 44 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413f580): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413f580): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413f580): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413f580): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413f580): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413f580): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413f580): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.270451439 +0000 UTC m=+31.409897474 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413f580): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413fa80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413fa80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413fa80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124516620 item 45 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413fa80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413fa80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.270813604 +0000 UTC m=+31.410259640 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912413fa80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f0280): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f0280): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f0280): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f0280): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f0280): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.270813604 +0000 UTC m=+31.410259640 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f0280): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124516a10 item 45 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f08c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f08c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f08c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f08c0): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f08c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f08c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f08c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.272335916 +0000 UTC m=+31.411781961 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f08c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f0dc0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f0dc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f0dc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124516d90 item 46 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f0dc0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f0dc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.272788162 +0000 UTC m=+31.412234197 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f0dc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f14c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f14c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f14c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f14c0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f14c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.272788162 +0000 UTC m=+31.412234197 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f14c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124517030 item 46 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f1b00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f1b00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f1b00): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f1b00): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f1b00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f1b00): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f1b00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.274031614 +0000 UTC m=+31.413477650 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91241f1b00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421e100): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421e100): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421e100): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124517500 item 47 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421e100): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421e100): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.274452692 +0000 UTC m=+31.413898727 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421e100): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421e800): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421e800): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421e800): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421e800): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421e800): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.274452692 +0000 UTC m=+31.413898727 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421e800): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124517810 item 47 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421ee40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421ee40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421ee40): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421ee40): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421ee40): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421ee40): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421ee40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.275640039 +0000 UTC m=+31.415086074 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421ee40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421f340): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421f340): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421f340): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124517b90 item 48 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421f340): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421f340): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.27607393 +0000 UTC m=+31.415519965 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421f340): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421fa40): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421fa40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421fa40): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421fa40): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421fa40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.27607393 +0000 UTC m=+31.415519965 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912421fa40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124517d50 item 48 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124250180): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124250180): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124250180): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124250180): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124250180): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.277279131 +0000 UTC m=+31.416725166 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124250180): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124250600): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124250600): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124250600): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124250600): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124250600): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124250600): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91244a4310 item 49 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124250600): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124250600): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.277708744 +0000 UTC m=+31.417154789 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124250600): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124250b40): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124250b40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124250b40): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124250b40): >_readAt: n=8, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124250b40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.277708744 +0000 UTC m=+31.417154789 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124250b40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91244a44d0 item 49 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242511c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242511c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242511c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242511c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242511c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.278875402 +0000 UTC m=+31.418321437 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242511c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242516c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242516c0): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242516c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91244a4a80 item 50 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242516c0): _readAt: size=2, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242516c0): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242516c0): _writeAt: size=3, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242516c0): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242516c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.279382622 +0000 UTC m=+31.418828657 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242516c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124251c40): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124251c40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124251c40): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124251c40): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124251c40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.279382622 +0000 UTC m=+31.418828657 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124251c40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91244a4c40 item 50 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242983c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242983c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242983c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242983c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242983c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.280529823 +0000 UTC m=+31.419975858 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242983c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242988c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242988c0): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242988c0): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242988c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242988c0): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242988c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91244a5030 item 51 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242988c0): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242988c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.280971759 +0000 UTC m=+31.420417794 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242988c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124298e00): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124298e00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124298e00): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124298e00): >_readAt: n=8, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124298e00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.280971759 +0000 UTC m=+31.420417794 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124298e00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91244a5260 item 51 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124299480): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124299480): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124299480): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124299480): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124299480): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.282233196 +0000 UTC m=+31.421679231 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124299480): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124299980): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124299980): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124299980): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91244a58f0 item 52 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124299980): _readAt: size=2, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124299980): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124299980): _writeAt: size=3, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124299980): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124299980): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.282843251 +0000 UTC m=+31.422289286 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124299980): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e0000): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e0000): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e0000): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e0000): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e0000): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.282843251 +0000 UTC m=+31.422289286 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e0000): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91244a5ab0 item 52 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e0680): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e0680): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e0680): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e0680): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e0680): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.283992366 +0000 UTC m=+31.423438401 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e0680): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e0b80): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e0b80): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e0b80): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e0b80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e0b80): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e0b80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912448a000 item 53 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e0b80): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e0b80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.28449121 +0000 UTC m=+31.423937245 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e0b80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e10c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e10c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e10c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e10c0): >_readAt: n=8, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e10c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.28449121 +0000 UTC m=+31.423937245 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e10c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912448a2a0 item 53 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e1740): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e1740): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e1740): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e1740): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e1740): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.285641777 +0000 UTC m=+31.425087813 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e1740): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e1c40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e1c40): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e1c40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912448a770 item 54 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e1c40): _readAt: size=2, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e1c40): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e1c40): _writeAt: size=3, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e1c40): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e1c40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.286153706 +0000 UTC m=+31.425599742 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242e1c40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243062c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243062c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243062c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243062c0): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243062c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.286153706 +0000 UTC m=+31.425599742 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243062c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912448a9a0 item 54 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124306940): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124306940): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124306940): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124306940): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124306940): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.287221807 +0000 UTC m=+31.426667852 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124306940): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124306e40): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124306e40): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124306e40): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124306e40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124306e40): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124306e40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912448af50 item 55 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124306e40): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124306e40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.287683671 +0000 UTC m=+31.427129707 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124306e40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124307380): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124307380): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124307380): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124307380): >_readAt: n=8, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124307380): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.287683671 +0000 UTC m=+31.427129707 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124307380): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912448b110 item 55 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124307a00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124307a00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124307a00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124307a00): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124307a00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.288755109 +0000 UTC m=+31.428201144 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124307a00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436e000): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436e000): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436e000): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912448b730 item 56 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436e000): _readAt: size=2, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436e000): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436e000): _writeAt: size=3, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436e000): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436e000): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.289284822 +0000 UTC m=+31.428730857 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436e000): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436e580): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436e580): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436e580): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436e580): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436e580): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.289284822 +0000 UTC m=+31.428730857 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436e580): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912448b8f0 item 56 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436ebc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436ebc0): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436ebc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436ebc0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436ebc0): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436ebc0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436ebc0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436ebc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.290364324 +0000 UTC m=+31.429810360 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436ebc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f100): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f100): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f100): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912448bd50 item 57 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f100): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f100): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.290744955 +0000 UTC m=+31.430190990 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f100): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f640): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f640): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f640): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f640): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f640): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f640): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123fa4150 item 57 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f640): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f640): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.291199736 +0000 UTC m=+31.430645771 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436f640): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436fbc0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436fbc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436fbc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436fbc0): >_readAt: n=8, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436fbc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.291199736 +0000 UTC m=+31.430645771 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912436fbc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123fa4540 item 57 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b6300): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b6300): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b6300): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b6300): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b6300): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b6300): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b6300): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b6300): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.292318613 +0000 UTC m=+31.431764648 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b6300): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b6840): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b6840): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b6840): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123fa4bd0 item 58 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b6840): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b6840): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.292708612 +0000 UTC m=+31.432154646 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b6840): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b6d80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b6d80): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b6d80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123fa4d90 item 58 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b6d80): _readAt: size=2, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b6d80): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b6d80): _writeAt: size=3, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b6d80): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b6d80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.293268632 +0000 UTC m=+31.432714666 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b6d80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b7340): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b7340): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b7340): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b7340): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b7340): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.293268632 +0000 UTC m=+31.432714666 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b7340): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123fa4fc0 item 58 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b7980): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b7980): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b7980): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b7980): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b7980): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b7980): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b7980): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b7980): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.294341441 +0000 UTC m=+31.433787486 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b7980): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b7ec0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b7ec0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b7ec0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123fa5500 item 59 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b7ec0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b7ec0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.294736909 +0000 UTC m=+31.434182945 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243b7ec0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243da500): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243da500): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243da500): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243da500): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243da500): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243da500): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123fa57a0 item 59 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243da500): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243da500): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.295380328 +0000 UTC m=+31.434826363 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243da500): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243daa80): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243daa80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243daa80): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243daa80): >_readAt: n=8, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243daa80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.295380328 +0000 UTC m=+31.434826363 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243daa80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123fa5b20 item 59 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243db0c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243db0c0): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243db0c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243db0c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243db0c0): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243db0c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243db0c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243db0c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.296568797 +0000 UTC m=+31.436014831 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243db0c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243db600): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243db600): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243db600): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123b40700 item 60 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243db600): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243db600): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.297116092 +0000 UTC m=+31.436562128 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243db600): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243dbb40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243dbb40): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243dbb40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123b40a80 item 60 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243dbb40): _readAt: size=2, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243dbb40): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243dbb40): _writeAt: size=3, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243dbb40): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243dbb40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.297792593 +0000 UTC m=+31.437238628 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243dbb40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f4200): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f4200): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f4200): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f4200): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f4200): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.297792593 +0000 UTC m=+31.437238628 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f4200): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123b40c40 item 60 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f4840): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f4840): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f4840): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f4840): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f4840): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f4840): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f4840): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f4840): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.299266321 +0000 UTC m=+31.438712357 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f4840): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f4d80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f4d80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f4d80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123b416c0 item 61 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f4d80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f4d80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.299830269 +0000 UTC m=+31.439276304 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f4d80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f5480): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f5480): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f5480): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f5480): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f5480): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.299830269 +0000 UTC m=+31.439276304 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f5480): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91242b40e0 item 61 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f5ac0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f5ac0): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f5ac0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f5ac0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f5ac0): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f5ac0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f5ac0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f5ac0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.301330478 +0000 UTC m=+31.440776513 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243f5ac0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124428100): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124428100): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124428100): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91242b4770 item 62 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124428100): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124428100): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.301818783 +0000 UTC m=+31.441264818 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124428100): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124428800): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124428800): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124428800): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124428800): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124428800): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.301818783 +0000 UTC m=+31.441264818 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124428800): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91242b5030 item 62 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124428e40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124428e40): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124428e40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124428e40): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124428e40): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124428e40): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124428e40): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124428e40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.303273194 +0000 UTC m=+31.442719250 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124428e40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124429380): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124429380): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124429380): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91242b5570 item 63 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124429380): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124429380): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.303682088 +0000 UTC m=+31.443128163 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124429380): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124429a80): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124429a80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124429a80): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124429a80): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124429a80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.303682088 +0000 UTC m=+31.443128163 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124429a80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91242b57a0 item 63 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244701c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244701c0): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244701c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244701c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244701c0): >_readAt: n=0, err=Bad file descriptor 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244701c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244701c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244701c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.304949547 +0000 UTC m=+31.444395582 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244701c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124470700): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124470700): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124470700): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab61c0 item 64 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124470700): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124470700): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.305482286 +0000 UTC m=+31.444928321 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124470700): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124470e00): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124470e00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124470e00): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124470e00): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124470e00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.305482286 +0000 UTC m=+31.444928321 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124470e00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab6380 item 64 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124471440): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124471440): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124471440): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124471440): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124471440): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.30675811 +0000 UTC m=+31.446204145 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124471440): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244718c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244718c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244718c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244718c0): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244718c0): _writeAt: size=3, off=2 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab6700 item 65 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244718c0): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244718c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.307268115 +0000 UTC m=+31.446714150 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244718c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124471dc0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124471dc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124471dc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124471dc0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124471dc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.307268115 +0000 UTC m=+31.446714150 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124471dc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab68c0 item 65 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449e500): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449e500): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449e500): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449e500): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449e500): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.308430695 +0000 UTC m=+31.447876731 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449e500): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449e980): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449e980): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab6c40 item 66 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449e980): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449e980): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449e980): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449e980): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449e980): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.308944608 +0000 UTC m=+31.448390643 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449e980): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449eec0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449eec0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449eec0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449eec0): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449eec0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.308944608 +0000 UTC m=+31.448390643 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449eec0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab6e00 item 66 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449f500): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449f500): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449f500): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449f500): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449f500): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.310186037 +0000 UTC m=+31.449632073 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449f500): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449f980): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449f980): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449f980): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449f980): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449f980): _writeAt: size=3, off=2 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab7180 item 67 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449f980): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449f980): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.310630218 +0000 UTC m=+31.450076253 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449f980): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449fe80): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449fe80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449fe80): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449fe80): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449fe80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.310630218 +0000 UTC m=+31.450076253 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912449fe80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab7340 item 67 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244be600): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244be600): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244be600): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244be600): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244be600): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.311829547 +0000 UTC m=+31.451275582 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244be600): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244beb00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244beb00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab76c0 item 68 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244beb00): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244beb00): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244beb00): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244beb00): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244beb00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.312361044 +0000 UTC m=+31.451807079 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244beb00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244bf040): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244bf040): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244bf040): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244bf040): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244bf040): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.312361044 +0000 UTC m=+31.451807079 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244bf040): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124ab7880 item 68 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244bf680): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244bf680): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244bf680): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244bf680): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244bf680): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.313496171 +0000 UTC m=+31.452942207 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244bf680): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244bfb00): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244bfb00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244bfb00): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244bfb00): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244bfb00): _writeAt: size=3, off=2 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ac070 item 69 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244bfb00): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244bfb00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.31395516 +0000 UTC m=+31.453401195 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244bfb00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e0100): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e0100): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e0100): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e0100): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e0100): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.31395516 +0000 UTC m=+31.453401195 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e0100): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ac230 item 69 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e0780): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e0780): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e0780): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e0780): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e0780): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.315710923 +0000 UTC m=+31.455156968 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e0780): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e0c80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e0c80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ac5b0 item 70 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e0c80): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e0c80): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e0c80): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e0c80): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e0c80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.316297774 +0000 UTC m=+31.455743819 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e0c80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e11c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e11c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e11c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e11c0): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e11c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.316297774 +0000 UTC m=+31.455743819 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e11c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ac7e0 item 70 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e1840): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e1840): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e1840): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e1840): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e1840): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.317572616 +0000 UTC m=+31.457018651 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e1840): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e1d40): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e1d40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e1d40): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e1d40): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e1d40): _writeAt: size=3, off=2 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249acb60 item 71 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e1d40): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e1d40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.318114041 +0000 UTC m=+31.457560076 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91244e1d40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451a340): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451a340): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451a340): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451a340): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451a340): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.318114041 +0000 UTC m=+31.457560076 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451a340): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249acd20 item 71 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451a9c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451a9c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451a9c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451a9c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451a9c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.320391792 +0000 UTC m=+31.459837837 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451a9c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451aec0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451aec0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ad180 item 72 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451aec0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451aec0): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451aec0): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451aec0): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451aec0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.320978422 +0000 UTC m=+31.460424467 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451aec0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451b400): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451b400): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451b400): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451b400): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451b400): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.320978422 +0000 UTC m=+31.460424467 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451b400): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ad340 item 72 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451b9c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451b9c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451b9c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451b9c0): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451b9c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451b9c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451b9c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.322368663 +0000 UTC m=+31.461814698 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912451b9c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245ba100): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245ba100): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245ba100): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124476000 item 73 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245ba100): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245ba100): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.323045915 +0000 UTC m=+31.462491960 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245ba100): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245ba5c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245ba5c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245ba5c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245ba5c0): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245ba5c0): _writeAt: size=3, off=2 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91244762a0 item 73 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245ba5c0): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245ba5c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.323762831 +0000 UTC m=+31.463208866 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245ba5c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bab00): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bab00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bab00): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bab00): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bab00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.323762831 +0000 UTC m=+31.463208866 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bab00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91244765b0 item 73 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bb140): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bb140): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bb140): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bb140): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bb140): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bb140): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bb140): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.325176046 +0000 UTC m=+31.464622081 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bb140): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bb640): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bb640): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bb640): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124476930 item 74 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bb640): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bb640): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.325655152 +0000 UTC m=+31.465101187 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bb640): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bbb80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bbb80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124476af0 item 74 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bbb80): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bbb80): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bbb80): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bbb80): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bbb80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.326223738 +0000 UTC m=+31.465669774 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245bbb80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fc200): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fc200): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fc200): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fc200): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fc200): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.326223738 +0000 UTC m=+31.465669774 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fc200): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124476cb0 item 74 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fc840): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fc840): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fc840): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fc840): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fc840): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fc840): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fc840): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.327660177 +0000 UTC m=+31.467106212 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fc840): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fcd40): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fcd40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fcd40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124477030 item 75 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fcd40): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fcd40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.328195751 +0000 UTC m=+31.467641806 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fcd40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fd280): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fd280): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fd280): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fd280): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fd280): _writeAt: size=3, off=2 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91244771f0 item 75 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fd280): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fd280): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.328959285 +0000 UTC m=+31.468405321 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fd280): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fd7c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fd7c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fd7c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fd7c0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fd7c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.328959285 +0000 UTC m=+31.468405321 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fd7c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124477490 item 75 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fde00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fde00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fde00): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fde00): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fde00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fde00): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fde00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.330177642 +0000 UTC m=+31.469623676 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245fde00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461c400): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461c400): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461c400): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124477810 item 76 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461c400): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461c400): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.33067331 +0000 UTC m=+31.470119345 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461c400): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461c940): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461c940): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124477e30 item 76 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461c940): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461c940): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461c940): _writeAt: size=3, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461c940): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461c940): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.331253467 +0000 UTC m=+31.470699502 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461c940): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461cec0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461cec0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461cec0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461cec0): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461cec0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.331253467 +0000 UTC m=+31.470699502 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461cec0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124a16150 item 76 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461d500): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461d500): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461d500): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461d500): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461d500): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461d500): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461d500): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.332359491 +0000 UTC m=+31.471805525 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461d500): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461da00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461da00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461da00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124a16700 item 77 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461da00): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461da00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.332751082 +0000 UTC m=+31.472197117 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912461da00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124644200): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124644200): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124644200): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124644200): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124644200): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.332751082 +0000 UTC m=+31.472197117 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124644200): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124a16c40 item 77 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124644840): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124644840): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124644840): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124644840): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124644840): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124644840): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124644840): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.33392852 +0000 UTC m=+31.473374556 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124644840): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124644d40): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124644d40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124644d40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124a17030 item 78 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124644d40): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124644d40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.334368302 +0000 UTC m=+31.473814347 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124644d40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124645440): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124645440): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124645440): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124645440): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124645440): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.334368302 +0000 UTC m=+31.473814347 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124645440): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124a171f0 item 78 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124645a80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124645a80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124645a80): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124645a80): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124645a80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124645a80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124645a80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.335551552 +0000 UTC m=+31.474997587 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124645a80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c080): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c080): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c080): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124a176c0 item 79 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c080): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c080): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.335939637 +0000 UTC m=+31.475385672 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c080): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c780): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c780): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c780): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c780): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c780): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.335939637 +0000 UTC m=+31.475385672 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c780): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124a17880 item 79 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468cdc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468cdc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468cdc0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468cdc0): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468cdc0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468cdc0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468cdc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.337348632 +0000 UTC m=+31.476794668 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468cdc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c140): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c140): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c140): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ac000 item 80 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c140): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c140): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.338775182 +0000 UTC m=+31.478221217 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c140): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c840): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c840): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c840): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c840): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c840): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.338775182 +0000 UTC m=+31.478221217 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468c840): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ac1c0 item 80 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d240): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d240): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d240): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d240): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d240): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.339974833 +0000 UTC m=+31.479420868 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d240): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d6c0): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d6c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d6c0): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d6c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d6c0): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d6c0): _writeAt: size=3, off=7 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ac540 item 81 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d6c0): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d6c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.340420316 +0000 UTC m=+31.479866351 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468d6c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468dc00): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468dc00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468dc00): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468dc00): >_readAt: n=8, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468dc00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.340420316 +0000 UTC m=+31.479866351 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe912468dc00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ac770 item 81 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124666440): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124666440): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124666440): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124666440): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124666440): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.341571565 +0000 UTC m=+31.481017599 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124666440): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124666940): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124666940): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124666940): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249acaf0 item 82 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124666940): _readAt: size=2, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124666940): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124666940): _writeAt: size=3, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124666940): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124666940): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.342061572 +0000 UTC m=+31.481507606 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124666940): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124666ec0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124666ec0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124666ec0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124666ec0): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124666ec0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.342061572 +0000 UTC m=+31.481507606 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124666ec0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249accb0 item 82 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124667540): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124667540): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124667540): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124667540): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124667540): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.343236255 +0000 UTC m=+31.482682290 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124667540): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124667a40): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124667a40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124667a40): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124667a40): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124667a40): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124667a40): _writeAt: size=3, off=7 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ad110 item 83 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124667a40): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124667a40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.343679204 +0000 UTC m=+31.483125239 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124667a40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642080): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642080): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642080): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642080): >_readAt: n=8, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642080): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.343679204 +0000 UTC m=+31.483125239 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642080): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ad2d0 item 83 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642780): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642780): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642780): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642780): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642780): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.34478173 +0000 UTC m=+31.484227765 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642780): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642c80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642c80): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642c80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ad730 item 84 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642c80): _readAt: size=2, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642c80): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642c80): _writeAt: size=3, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642c80): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642c80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.345275494 +0000 UTC m=+31.484721529 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124642c80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643200): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643200): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643200): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643200): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643200): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.345275494 +0000 UTC m=+31.484721529 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643200): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ad8f0 item 84 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643880): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643880): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643880): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643880): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643880): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.346353043 +0000 UTC m=+31.485799078 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643880): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643d80): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643d80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643d80): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643d80): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643d80): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643d80): _writeAt: size=3, off=7 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249adc70 item 85 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643d80): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643d80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.346788808 +0000 UTC m=+31.486234844 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124643d80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243143c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243143c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243143c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243143c0): >_readAt: n=8, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243143c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.346788808 +0000 UTC m=+31.486234844 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91243143c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91249ade30 item 85 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314a80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314a80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314a80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314a80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314a80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.347958902 +0000 UTC m=+31.487404938 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124314a80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124315180): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124315180): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124315180): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124a163f0 item 86 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124315180): _readAt: size=2, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124315180): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124315180): _writeAt: size=3, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124315180): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124315180): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.348423231 +0000 UTC m=+31.487869266 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124315180): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5680): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5680): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5680): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5680): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5680): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.348423231 +0000 UTC m=+31.487869266 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ef5680): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124a16700 item 86 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff6a80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff6a80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff6a80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff6a80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff6a80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.349713283 +0000 UTC m=+31.489159328 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff6a80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7140): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7140): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7140): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7140): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7140): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7140): _writeAt: size=3, off=7 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124a16e70 item 87 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7140): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7140): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.350219131 +0000 UTC m=+31.489665165 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7140): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7a40): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7a40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7a40): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7a40): >_readAt: n=8, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7a40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.350219131 +0000 UTC m=+31.489665165 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123ff7a40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124a17030 item 87 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e6c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e6c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e6c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e6c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e6c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.351367504 +0000 UTC m=+31.490813538 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5e6c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5ee40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5ee40): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5ee40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124a173b0 item 88 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5ee40): _readAt: size=2, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5ee40): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5ee40): _writeAt: size=3, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5ee40): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5ee40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.351951018 +0000 UTC m=+31.491397053 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5ee40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f3c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f3c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f3c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f3c0): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f3c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.351951018 +0000 UTC m=+31.491397053 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5f3c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124a176c0 item 88 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fa00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fa00): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fa00): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fa00): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fa00): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fa00): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fa00): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fa00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.353044567 +0000 UTC m=+31.492490603 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123f5fa00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282040): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282040): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282040): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124a17b90 item 89 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282040): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282040): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.353502354 +0000 UTC m=+31.492948389 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282040): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282580): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282580): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282580): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282580): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282580): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282580): _writeAt: size=3, off=7 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9124a17d50 item 89 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282580): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282580): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.354002901 +0000 UTC m=+31.493448946 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282580): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282b00): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282b00): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282b00): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282b00): >_readAt: n=8, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282b00): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.354002901 +0000 UTC m=+31.493448946 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124282b00): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245da2a0 item 89 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283140): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283140): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283140): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283140): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283140): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283140): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283140): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283140): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.355142797 +0000 UTC m=+31.494588833 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283140): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242836c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242836c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242836c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245da620 item 90 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242836c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242836c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.355544958 +0000 UTC m=+31.494991004 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91242836c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283c40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283c40): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283c40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245dac40 item 90 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283c40): _readAt: size=2, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283c40): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283c40): _writeAt: size=3, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283c40): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283c40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.356041458 +0000 UTC m=+31.495487494 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124283c40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14540): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14540): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14540): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14540): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14540): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.356041458 +0000 UTC m=+31.495487494 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14540): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245dae70 item 90 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14b80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14b80): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14b80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14b80): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14b80): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14b80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14b80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14b80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.35720989 +0000 UTC m=+31.496655925 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c14b80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c150c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c150c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c150c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245db1f0 item 91 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c150c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c150c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.357632921 +0000 UTC m=+31.497078956 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c150c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15600): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15600): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15600): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15600): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15600): >_readAt: n=2, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15600): _writeAt: size=3, off=7 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245db3b0 item 91 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15600): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15600): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.358398469 +0000 UTC m=+31.497844514 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15600): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15ec0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15ec0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15ec0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15ec0): >_readAt: n=8, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15ec0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.358398469 +0000 UTC m=+31.497844514 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123c15ec0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245db570 item 91 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390600): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390600): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390600): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390600): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390600): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390600): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390600): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390600): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.359753314 +0000 UTC m=+31.499199359 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390600): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390f80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390f80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390f80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe91245db8f0 item 92 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390f80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390f80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.360256807 +0000 UTC m=+31.499702842 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124390f80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124556380): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124556380): open at offset 5 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124556380): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123f88460 item 92 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124556380): _readAt: size=2, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124556380): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124556380): _writeAt: size=3, off=5 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124556380): >_writeAt: n=3, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124556380): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.360719222 +0000 UTC m=+31.500165257 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124556380): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124556940): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124556940): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124556940): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124556940): >_readAt: n=3, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124556940): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.360719222 +0000 UTC m=+31.500165257 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124556940): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123f89030 item 92 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124556f80): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124556f80): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124556f80): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124556f80): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124556f80): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124556f80): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124556f80): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124556f80): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.361789156 +0000 UTC m=+31.501235191 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124556f80): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245574c0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245574c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245574c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe9123f89b90 item 93 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245574c0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245574c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.362188672 +0000 UTC m=+31.501634708 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe91245574c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124557bc0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124557bc0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124557bc0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124557bc0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124557bc0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.362188672 +0000 UTC m=+31.501634708 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124557bc0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912443e000 item 93 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124578300): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124578300): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124578300): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124578300): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124578300): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124578300): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124578300): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124578300): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.363320014 +0000 UTC m=+31.502766049 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124578300): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124578840): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124578840): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124578840): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912443e460 item 94 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124578840): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124578840): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.364112594 +0000 UTC m=+31.503558629 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124578840): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124578f40): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124578f40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124578f40): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124578f40): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124578f40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.364112594 +0000 UTC m=+31.503558629 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124578f40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912443e690 item 94 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124579580): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124579580): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124579580): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124579580): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124579580): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124579580): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124579580): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124579580): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.365352219 +0000 UTC m=+31.504798254 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124579580): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124579ac0): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124579ac0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124579ac0): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912443eaf0 item 95 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124579ac0): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124579ac0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.365735044 +0000 UTC m=+31.505181079 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9124579ac0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b202c0): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b202c0): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b202c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b202c0): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b202c0): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.365735044 +0000 UTC m=+31.505181079 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b202c0): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912443ecb0 item 95 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 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/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b20900): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b20900): open at offset 0 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b20900): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b20900): _readAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b20900): >_readAt: n=0, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b20900): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b20900): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b20900): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.366918534 +0000 UTC m=+31.506364569 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b20900): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b20e40): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b20e40): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b20e40): >openPending: err= 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912443f1f0 item 96 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b20e40): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b20e40): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.367418108 +0000 UTC m=+31.506864144 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b20e40): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: File.openRW failed: file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/06/04 04:04:30 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:30 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/06/04 04:04:30 DEBUG : open-test-file: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : open-test-file: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b21540): _readAt: size=512, off=0 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b21540): openPending: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b21540): >openPending: err= 2026/06/04 04:04:30 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b21540): >_readAt: n=5, err=EOF 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b21540): close: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: setting modification time to 2026-06-04 04:04:30.367418108 +0000 UTC m=+31.506864144 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : open-test-file(0xe9123b21540): >close: err= 2026/06/04 04:04:30 DEBUG : open-test-file: Remove: 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0xe912443f500 item 96 2026/06/04 04:04:30 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/06/04 04:04:30 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/06/04 04:04:30 DEBUG : open-test-file: >Remove: err= 2026/06/04 04:04:30 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:30 DEBUG : Looking for writers 2026/06/04 04:04:30 DEBUG : >WaitForWriters: 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.38s) --- PASS: TestRWFileHandleOpenTests/writes (0.20s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full (0.18s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:30 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:30 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:30 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : file1: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : file1(0xe91240fa4c0): openPending: 2026/06/04 04:04:30 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:30 DEBUG : file1(0xe91240fa4c0): >openPending: err= 2026/06/04 04:04:30 DEBUG : file1: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:30 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/06/04 04:04:30 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/06/04 04:04:30 DEBUG : file1(0xe91240fa4c0): _writeAt: size=2, off=0 2026/06/04 04:04:30 DEBUG : file1(0xe91240fa4c0): >_writeAt: n=2, err= 2026/06/04 04:04:30 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/06/04 04:04:30 DEBUG : file1(0xe91240fa4c0): RWFileHandle.Flush 2026/06/04 04:04:30 DEBUG : file1(0xe91240fa4c0): RWFileHandle.Release 2026/06/04 04:04:30 DEBUG : file1(0xe91240fa4c0): close: 2026/06/04 04:04:30 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/06/04 04:04:30 INFO : file1: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : file1(0xe91240fa4c0): >close: err= 2026/06/04 04:04:30 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:30 DEBUG : Looking for writers 2026/06/04 04:04:30 DEBUG : file1: reading active writers 2026/06/04 04:04:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/04 04:04:30 DEBUG : Looking for writers 2026/06/04 04:04:30 DEBUG : file1: reading active writers 2026/06/04 04:04:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/04 04:04:30 DEBUG : Looking for writers 2026/06/04 04:04:30 DEBUG : file1: reading active writers 2026/06/04 04:04:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/04 04:04:30 DEBUG : Looking for writers 2026/06/04 04:04:30 DEBUG : file1: reading active writers 2026/06/04 04:04:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/04 04:04:30 DEBUG : file1: vfs cache: starting upload 2026/06/04 04:04:30 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1.a0a9169e.partial" 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1.a0a9169e.partial 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1.a0a9169e.partial" 2026/06/04 04:04:30 DEBUG : Looking for writers 2026/06/04 04:04:30 DEBUG : file1: reading active writers 2026/06/04 04:04:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/04 04:04:30 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-pukinol4yiwe/dir/file1: no such file or directory 2026/06/04 04:04:30 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-pukinol4yiwe/dir/file1: no such file or directory 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-pukinol4yiwe/file1.a0a9169e.partial 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:30 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/04 04:04:30 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/06/04 04:04:30 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/06/04 04:04:30 INFO : file1: Copied (new) 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:30 DEBUG : Looking for writers 2026/06/04 04:04:30 DEBUG : file1: reading active writers 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:30 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/04 04:04:30 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/06/04 04:04:30 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/06/04 04:04:30 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:30 INFO : file1: vfs cache: upload succeeded try #1 2026/06/04 04:04:30 DEBUG : >WaitForWriters: 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:30 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:30 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-pukinol4yiwe/dir/file1: no such file or directory 2026/06/04 04:04:30 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-pukinol4yiwe/dir/file1: no such file or directory 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:30 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/06/04 04:04:30 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:30 DEBUG : Looking for writers 2026/06/04 04:04:30 DEBUG : file1: reading active writers 2026/06/04 04:04:30 DEBUG : >WaitForWriters: 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.54s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:30 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:30 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:30 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:30 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:30 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:30 DEBUG : rename_me: newRWFileHandle: 2026/06/04 04:04:30 DEBUG : rename_me(0xe91240fac40): openPending: 2026/06/04 04:04:30 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/06/04 04:04:30 DEBUG : rename_me(0xe91240fac40): >openPending: err= 2026/06/04 04:04:30 DEBUG : rename_me: >newRWFileHandle: err= 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/06/04 04:04:30 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/06/04 04:04:30 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/06/04 04:04:30 DEBUG : rename_me(0xe91240fac40): _writeAt: size=5, off=0 2026/06/04 04:04:30 DEBUG : rename_me(0xe91240fac40): >_writeAt: n=5, err= 2026/06/04 04:04:30 DEBUG : rename_me(0xe91240fac40): close: 2026/06/04 04:04:30 DEBUG : rename_me: vfs cache: setting modification time to 2026-06-04 04:04:30.912765459 +0000 UTC m=+32.052211505 2026/06/04 04:04:30 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/06/04 04:04:30 DEBUG : rename_me(0xe91240fac40): >close: err= 2026/06/04 04:04:30 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/06/04 04:04:30 DEBUG : i_was_renamed: Updating file with 0xe91245e2d00 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/06/04 04:04:30 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/06/04 04:04:30 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:30 DEBUG : Looking for writers 2026/06/04 04:04:30 DEBUG : i_was_renamed: reading active writers 2026/06/04 04:04:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/06/04 04:04:30 DEBUG : Looking for writers 2026/06/04 04:04:30 DEBUG : i_was_renamed: reading active writers 2026/06/04 04:04:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/06/04 04:04:30 DEBUG : Looking for writers 2026/06/04 04:04:30 DEBUG : i_was_renamed: reading active writers 2026/06/04 04:04:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/06/04 04:04:30 DEBUG : Looking for writers 2026/06/04 04:04:30 DEBUG : i_was_renamed: reading active writers 2026/06/04 04:04:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/06/04 04:04:31 DEBUG : i_was_renamed: vfs cache: starting upload 2026/06/04 04:04:31 DEBUG : i_was_renamed.12f10a83.partial: size = 5 OK 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/i_was_renamed.12f10a83.partial" 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/i_was_renamed.12f10a83.partial 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/i_was_renamed.12f10a83.partial" 2026/06/04 04:04:31 DEBUG : Looking for writers 2026/06/04 04:04:31 DEBUG : i_was_renamed: reading active writers 2026/06/04 04:04:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-pukinol4yiwe/i_was_renamed.12f10a83.partial 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:31 DEBUG : i_was_renamed.12f10a83.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/04 04:04:31 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/04 04:04:31 DEBUG : i_was_renamed.12f10a83.partial: renamed to: i_was_renamed 2026/06/04 04:04:31 INFO : i_was_renamed: Copied (new) 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/i_was_renamed" 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/i_was_renamed 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/i_was_renamed" 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-pukinol4yiwe/i_was_renamed 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:31 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/04 04:04:31 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-06-04 04:04:30 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/06/04 04:04:31 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/06/04 04:04:31 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/06/04 04:04:31 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/06/04 04:04:31 DEBUG : Looking for writers 2026/06/04 04:04:31 DEBUG : i_was_renamed: reading active writers 2026/06/04 04:04:31 DEBUG : >WaitForWriters: 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.32s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:31 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: root is "/home/rclone/.cache/rclone" 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/06/04 04:04:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-pukinol4yiwe" 2026/06/04 04:04:31 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:31 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:31 DEBUG : forgetting directory cache 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:31 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/06/04 04:04:31 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:31 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/04 04:04:31 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/04 04:04:31 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/04 04:04:31 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/04 04:04:31 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/04 04:04:31 DEBUG : TestRWCacheUpdate(0xe91241d50c0): _readAt: size=512, off=0 2026/06/04 04:04:31 DEBUG : TestRWCacheUpdate(0xe91241d50c0): openPending: 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:31 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/06/04 04:04:31 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-04 03:05:31 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/06/04 04:04:31 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/04 04:04:31 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/04 04:04:31 DEBUG : TestRWCacheUpdate(0xe91241d50c0): >openPending: err= 2026/06/04 04:04:31 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/04 04:04:31 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/04 04:04:31 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:31 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:31 DEBUG : TestRWCacheUpdate(0xe91241d50c0): >_readAt: n=20, err=EOF 2026/06/04 04:04:31 DEBUG : TestRWCacheUpdate(0xe91241d50c0): close: 2026/06/04 04:04:31 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-04 03:05:31 +0000 UTC 2026/06/04 04:04:31 DEBUG : TestRWCacheUpdate(0xe91241d50c0): >close: err= 2026/06/04 04:04:31 DEBUG : Re-reading directory (100.069061ms old) 2026/06/04 04:04:31 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/04 04:04:31 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:31 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:31 DEBUG : forgetting directory cache 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:31 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:31 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate(0xe91241d5c80): _readAt: size=512, off=0 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate(0xe91241d5c80): openPending: 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-04 03:06:31 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-06-04 03:05:31 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-04 03:06:31 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-06-04 03:05:31 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/06/04 04:04:32 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/04 04:04:32 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate(0xe91241d5c80): >openPending: err= 2026/06/04 04:04:32 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate(0xe91241d5c80): >_readAt: n=20, err=EOF 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate(0xe91241d5c80): close: 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-04 03:06:31 +0000 UTC 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate(0xe91241d5c80): >close: err= 2026/06/04 04:04:32 DEBUG : Re-reading directory (117.946965ms old) 2026/06/04 04:04:32 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:32 DEBUG : forgetting directory cache 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate(0xe91240fbd80): _readAt: size=512, off=0 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate(0xe91240fbd80): openPending: 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-04 03:07:31 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-06-04 03:06:31 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-04 03:07:31 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-06-04 03:06:31 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/06/04 04:04:32 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/04 04:04:32 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate(0xe91240fbd80): >openPending: err= 2026/06/04 04:04:32 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate(0xe91240fbd80): >_readAt: n=20, err=EOF 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate(0xe91240fbd80): close: 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-04 03:07:31 +0000 UTC 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate(0xe91240fbd80): >close: err= 2026/06/04 04:04:32 DEBUG : Re-reading directory (122.947077ms old) 2026/06/04 04:04:32 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:32 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:32 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:33 DEBUG : forgetting directory cache 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate(0xe91244a2c80): _readAt: size=512, off=0 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate(0xe91244a2c80): openPending: 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-04 03:08:31 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-06-04 03:07:31 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-04 03:08:31 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-06-04 03:07:31 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/06/04 04:04:33 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/04 04:04:33 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate(0xe91244a2c80): >openPending: err= 2026/06/04 04:04:33 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate(0xe91244a2c80): >_readAt: n=20, err=EOF 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate(0xe91244a2c80): close: 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-04 03:08:31 +0000 UTC 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate(0xe91244a2c80): >close: err= 2026/06/04 04:04:33 DEBUG : Re-reading directory (100.663515ms old) 2026/06/04 04:04:33 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/06/04 04:04:33 DEBUG : forgetting directory cache 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate(0xe91246f9100): _readAt: size=512, off=0 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate(0xe91246f9100): openPending: 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-04 03:09:31 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-06-04 03:08:31 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-04 03:09:31 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-06-04 03:08:31 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/06/04 04:04:33 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/04 04:04:33 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate(0xe91246f9100): >openPending: err= 2026/06/04 04:04:33 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate(0xe91246f9100): >_readAt: n=20, err=EOF 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate(0xe91246f9100): close: 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-04 03:09:31 +0000 UTC 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate(0xe91246f9100): >close: err= 2026/06/04 04:04:33 DEBUG : Re-reading directory (100.837205ms old) 2026/06/04 04:04:33 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:33 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:33 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/06/04 04:04:34 DEBUG : forgetting directory cache 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate(0xe9124314640): _readAt: size=512, off=0 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate(0xe9124314640): openPending: 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-06-04 03:10:31 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-06-04 03:09:31 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-06-04 03:10:31 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-06-04 03:09:31 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/06/04 04:04:34 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/06/04 04:04:34 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate(0xe9124314640): >openPending: err= 2026/06/04 04:04:34 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate(0xe9124314640): >_readAt: n=20, err=EOF 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate(0xe9124314640): close: 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-04 03:10:31 +0000 UTC 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate(0xe9124314640): >close: err= 2026/06/04 04:04:34 DEBUG : Re-reading directory (100.271814ms old) 2026/06/04 04:04:34 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/06/04 04:04:34 DEBUG : forgetting directory cache 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate(0xe91246f8180): _readAt: size=512, off=0 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate(0xe91246f8180): openPending: 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-06-04 03:11:31 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-06-04 03:10:31 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-06-04 03:11:31 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-06-04 03:10:31 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/06/04 04:04:34 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/06/04 04:04:34 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate(0xe91246f8180): >openPending: err= 2026/06/04 04:04:34 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate(0xe91246f8180): >_readAt: n=21, err=EOF 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate(0xe91246f8180): close: 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-04 03:11:31 +0000 UTC 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate(0xe91246f8180): >close: err= 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:34 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:34 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:34 DEBUG : forgetting directory cache 2026/06/04 04:04:34 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate(0xe91246f8a00): _readAt: size=512, off=0 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate(0xe91246f8a00): openPending: 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-06-04 03:12:31 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-06-04 03:11:31 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-06-04 03:12:31 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-06-04 03:11:31 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/06/04 04:04:35 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/06/04 04:04:35 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate(0xe91246f8a00): >openPending: err= 2026/06/04 04:04:35 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate(0xe91246f8a00): >_readAt: n=22, err=EOF 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate(0xe91246f8a00): close: 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-04 03:12:31 +0000 UTC 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate(0xe91246f8a00): >close: err= 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:35 DEBUG : forgetting directory cache 2026/06/04 04:04:35 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate(0xe91243151c0): _readAt: size=512, off=0 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate(0xe91243151c0): openPending: 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-06-04 03:13:31 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-06-04 03:12:31 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-06-04 03:13:31 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-06-04 03:12:31 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/06/04 04:04:35 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/06/04 04:04:35 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate(0xe91243151c0): >openPending: err= 2026/06/04 04:04:35 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate(0xe91243151c0): >_readAt: n=23, err=EOF 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate(0xe91243151c0): close: 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-04 03:13:31 +0000 UTC 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate(0xe91243151c0): >close: err= 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:35 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:35 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:35 DEBUG : forgetting directory cache 2026/06/04 04:04:35 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:36 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/06/04 04:04:36 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:36 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/06/04 04:04:36 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/06/04 04:04:36 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/06/04 04:04:36 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/06/04 04:04:36 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/06/04 04:04:36 DEBUG : TestRWCacheUpdate(0xe91246f8e00): _readAt: size=512, off=0 2026/06/04 04:04:36 DEBUG : TestRWCacheUpdate(0xe91246f8e00): openPending: 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/TestRWCacheUpdate" 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-pukinol4yiwe/TestRWCacheUpdate 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:36 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/06/04 04:04:36 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-06-04 03:14:31 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-06-04 03:13:31 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/06/04 04:04:36 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-06-04 03:14:31 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-06-04 03:13:31 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/06/04 04:04:36 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/06/04 04:04:36 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/06/04 04:04:36 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/06/04 04:04:36 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/04 04:04:36 DEBUG : TestRWCacheUpdate(0xe91246f8e00): >openPending: err= 2026/06/04 04:04:36 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/06/04 04:04:36 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/06/04 04:04:36 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:36 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:36 DEBUG : TestRWCacheUpdate(0xe91246f8e00): >_readAt: n=24, err=EOF 2026/06/04 04:04:36 DEBUG : TestRWCacheUpdate(0xe91246f8e00): close: 2026/06/04 04:04:36 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-06-04 03:14:31 +0000 UTC 2026/06/04 04:04:36 DEBUG : TestRWCacheUpdate(0xe91246f8e00): >close: err= 2026/06/04 04:04:36 DEBUG : Re-reading directory (100.807868ms old) 2026/06/04 04:04:36 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/06/04 04:04:36 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/06/04 04:04:36 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:36 DEBUG : Looking for writers 2026/06/04 04:04:36 DEBUG : TestRWCacheUpdate: reading active writers 2026/06/04 04:04:36 DEBUG : >WaitForWriters: 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.13s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/FiLeA" 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/FiLeA 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/FiLeA" 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-pukinol4yiwe/FiLeA 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:36 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/FiLeA" 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/FiLeA 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/FiLeA" 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-pukinol4yiwe/FiLeA 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:36 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/FiLeB" 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/FiLeB 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/FiLeB" 2026/06/04 04:04:36 DEBUG : forgetting directory cache 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-pukinol4yiwe/FiLeB 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:36 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/FiLeB" 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/FiLeB 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/FiLeB" 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-pukinol4yiwe/FiLeB 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:36 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/06/04 04:04:36 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:36 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:36 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:36 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/04 04:04:36 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/04 04:04:36 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/04 04:04:36 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:36 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/FiLeA" 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/FiLeA 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/FiLeA" 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-pukinol4yiwe/FiLeA 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:36 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/04 04:04:36 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:36 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/04 04:04:36 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/04 04:04:36 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/04 04:04:36 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:36 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/FiLeA" 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/FiLeA 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/FiLeA" 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-pukinol4yiwe/FiLeA 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:36 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/04 04:04:36 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:36 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/04 04:04:36 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/04 04:04:36 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/04 04:04:36 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:36 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:36 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:36 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/06/04 04:04:36 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/06/04 04:04:36 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/06/04 04:04:36 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:36 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/FiLeB" 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/FiLeB 2026/06/04 04:04:36 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/FiLeB" 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-pukinol4yiwe/FiLeB 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:37 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/04 04:04:37 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:37 DEBUG : FilEb: Open: flags=O_RDONLY 2026/06/04 04:04:37 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/06/04 04:04:37 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/06/04 04:04:37 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:37 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/FilEb" 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/FilEb 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/FilEb" 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-pukinol4yiwe/FilEb 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:37 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/FiLeA" 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/FiLeA 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/FiLeA" 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-pukinol4yiwe/FiLeA 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:37 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/FiLeA" 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/FiLeA 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/FiLeA" 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-pukinol4yiwe/FiLeA 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:37 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/FiLeB" 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/FiLeB 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/FiLeB" 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-pukinol4yiwe/FiLeB 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:37 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/FiLeB" 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/FiLeB 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/FiLeB" 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-pukinol4yiwe/FiLeB 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:37 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/FilEb" 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/FilEb 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/FilEb" 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-pukinol4yiwe/FilEb 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:37 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/FilEb" 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/FilEb 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/FilEb" 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-pukinol4yiwe/FilEb 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:37 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/06/04 04:04:37 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:37 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/04 04:04:37 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/04 04:04:37 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/04 04:04:37 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:37 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:37 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:37 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/04 04:04:37 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/04 04:04:37 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/06/04 04:04:37 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:37 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:37 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:37 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/04 04:04:37 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/04 04:04:37 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/06/04 04:04:37 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:37 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:37 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:37 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/04 04:04:37 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/04 04:04:37 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/06/04 04:04:37 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:37 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:37 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:37 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/06/04 04:04:37 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/06/04 04:04:37 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/06/04 04:04:37 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:37 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/FiLeB" 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/FiLeB 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/FiLeB" 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-pukinol4yiwe/FiLeB 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:37 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/04 04:04:37 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:37 DEBUG : FilEb: Open: flags=O_RDONLY 2026/06/04 04:04:37 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/06/04 04:04:37 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/06/04 04:04:37 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:37 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/FilEb" 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/FilEb 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/FilEb" 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-pukinol4yiwe/FilEb 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:37 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/06/04 04:04:37 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:37 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/06/04 04:04:37 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/06/04 04:04:37 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:37 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/06/04 04:04:37 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/06/04 04:04:37 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:37 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/06/04 04:04:37 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/06/04 04:04:37 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/06/04 04:04:37 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:37 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:37 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:37 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:37 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:37 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:37 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:37 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:37 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:37 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/06/04 04:04:37 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/06/04 04:04:37 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/06/04 04:04:37 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:37 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:37 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:37 DEBUG : FilEb: Open: flags=O_RDONLY 2026/06/04 04:04:37 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/06/04 04:04:37 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/06/04 04:04:37 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:37 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:37 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:37 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:37 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:37 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:37 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:37 DEBUG : Looking for writers 2026/06/04 04:04:37 DEBUG : FiLeA: reading active writers 2026/06/04 04:04:37 DEBUG : FiLeB: reading active writers 2026/06/04 04:04:37 DEBUG : FilEb: reading active writers 2026/06/04 04:04:37 DEBUG : >WaitForWriters: 2026/06/04 04:04:37 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:37 DEBUG : Looking for writers 2026/06/04 04:04:37 DEBUG : FiLeA: reading active writers 2026/06/04 04:04:37 DEBUG : FiLeB: reading active writers 2026/06/04 04:04:37 DEBUG : FilEb: reading active writers 2026/06/04 04:04:37 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.55s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/normal name with no special characters.txt" 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/normal\ name\ with\ no\ special\ characters.txt 2026/06/04 04:04:37 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/normal\ name\ with\ no\ special\ characters.txt" 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-pukinol4yiwe/normal name with no special characters.txt 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:38 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/normal name with no special characters.txt" 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/normal\ name\ with\ no\ special\ characters.txt 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/normal\ name\ with\ no\ special\ characters.txt" 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-pukinol4yiwe/normal name with no special characters.txt 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:38 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/測試_Русский___ě_áñ" 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/測試_Русский___ě_áñ 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/測試_Русский___ě_áñ" 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-pukinol4yiwe/測試_Русский___ě_áñ 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:38 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/測試_Русский___ě_áñ" 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/測試_Русский___ě_áñ 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/測試_Русский___ě_áñ" 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-pukinol4yiwe/測試_Русский___ě_áñ 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:38 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/06/04 04:04:38 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:38 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:38 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/06/04 04:04:38 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/06/04 04:04:38 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/06/04 04:04:38 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:38 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/normal name with no special characters.txt" 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/normal\ name\ with\ no\ special\ characters.txt 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/normal\ name\ with\ no\ special\ characters.txt" 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-pukinol4yiwe/normal name with no special characters.txt 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:38 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/06/04 04:04:38 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:38 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/06/04 04:04:38 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/06/04 04:04:38 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/06/04 04:04:38 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:38 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/測試_Русский___ě_áñ" 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/測試_Русский___ě_áñ 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/測試_Русский___ě_áñ" 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-pukinol4yiwe/測試_Русский___ě_áñ 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:38 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/06/04 04:04:38 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:38 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/06/04 04:04:38 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/06/04 04:04:38 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/06/04 04:04:38 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:38 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:38 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:38 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:38 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:38 DEBUG : Looking for writers 2026/06/04 04:04:38 DEBUG : normal name with no special characters.txt: reading active writers 2026/06/04 04:04:38 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/06/04 04:04:38 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.55s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:38 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Reusing VFS from active cache 2026/06/04 04:04:38 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:38 DEBUG : Looking for writers 2026/06/04 04:04:38 DEBUG : >WaitForWriters: 2026/06/04 04:04:38 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:38 DEBUG : Looking for writers 2026/06/04 04:04:38 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:38 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:38 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:38 DEBUG : Looking for writers 2026/06/04 04:04:38 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:38 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:38 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:38 DEBUG : Looking for writers 2026/06/04 04:04:38 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:38 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:38 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:38 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file2" 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file2 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file2" 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-pukinol4yiwe/dir/file2 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:38 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file2" 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file2 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file2" 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-pukinol4yiwe/dir/file2 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:38 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/04 04:04:38 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:38 DEBUG : dir: Looking for writers 2026/06/04 04:04:38 DEBUG : file2: reading active writers 2026/06/04 04:04:38 DEBUG : Looking for writers 2026/06/04 04:04:38 DEBUG : dir: reading active writers 2026/06/04 04:04:38 DEBUG : file1: reading active writers 2026/06/04 04:04:38 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.40s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:38 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:38 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:38 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:39 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file2" 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file2 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file2" 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-pukinol4yiwe/dir/file2 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:39 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file2" 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file2 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file2" 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-pukinol4yiwe/dir/file2 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:39 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/04 04:04:39 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:39 DEBUG : dir: Looking for writers 2026/06/04 04:04:39 DEBUG : Looking for writers 2026/06/04 04:04:39 DEBUG : file1: reading active writers 2026/06/04 04:04:39 DEBUG : dir: reading active writers 2026/06/04 04:04:39 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.44s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:39 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:39 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:39 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file2" 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file2 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file2" 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-pukinol4yiwe/dir/file2 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:39 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file2" 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file2 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file2" 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-pukinol4yiwe/dir/file2 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:39 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/04 04:04:39 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:39 DEBUG : file1: Open: flags=O_RDONLY 2026/06/04 04:04:39 DEBUG : file1: >Open: fd=file1 (r), err= 2026/06/04 04:04:39 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/06/04 04:04:39 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:39 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/06/04 04:04:39 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/06/04 04:04:39 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:39 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:39 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:39 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/06/04 04:04:39 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/06/04 04:04:39 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/06/04 04:04:39 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: File to upload is small (0 bytes), uploading instead of streaming 2026/06/04 04:04:39 DEBUG : dir/new_file.txt: size = 0 OK 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/new_file.txt" 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/new_file.txt 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/new_file.txt" 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-pukinol4yiwe/dir/new_file.txt 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:39 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/04 04:04:39 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/04 04:04:39 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/06/04 04:04:39 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/06/04 04:04:39 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:39 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/06/04 04:04:39 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:39 DEBUG : dir: Looking for writers 2026/06/04 04:04:39 DEBUG : file2: reading active writers 2026/06/04 04:04:39 DEBUG : new_file.txt: reading active writers 2026/06/04 04:04:39 DEBUG : Looking for writers 2026/06/04 04:04:39 DEBUG : dir: reading active writers 2026/06/04 04:04:39 DEBUG : file1: reading active writers 2026/06/04 04:04:39 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.51s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:39 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file2" 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file2 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file2" 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-pukinol4yiwe/dir/file2 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:39 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file2" 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file2 2026/06/04 04:04:39 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file2" 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-pukinol4yiwe/dir/file2 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:40 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/04 04:04:40 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/06/04 04:04:40 DEBUG : dir/file1: Updating file with dir/file1 0xe91242cca90 2026/06/04 04:04:40 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/06/04 04:04:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:40 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/dir/file1" 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-pukinol4yiwe/dir/file1 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:40 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/04 04:04:40 INFO : dir/file1: Moved (server-side) to: file0 2026/06/04 04:04:40 DEBUG : file0: Updating file with file0 0xe91242cca90 2026/06/04 04:04:40 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/06/04 04:04:40 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file0" 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file0 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file0" 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-pukinol4yiwe/file0 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:40 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file0" 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/file0 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/file0" 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-pukinol4yiwe/file0 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:40 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/06/04 04:04:40 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:40 DEBUG : dir: Looking for writers 2026/06/04 04:04:40 DEBUG : Looking for writers 2026/06/04 04:04:40 DEBUG : dir: reading active writers 2026/06/04 04:04:40 DEBUG : file0: reading active writers 2026/06/04 04:04:40 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.58s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:40 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Server has VFS statistics extension 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: About path "/rclone-test-pukinol4yiwe" 2026/06/04 04:04:40 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:40 DEBUG : Looking for writers 2026/06/04 04:04:40 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.00s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:40 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:40 DEBUG : Added virtual directory entry vAddDir: "/" 2026/06/04 04:04:40 DEBUG : Added virtual directory entry vAddDir: "a" 2026/06/04 04:04:40 DEBUG : Added virtual directory entry vAddDir: "b" 2026/06/04 04:04:40 DEBUG : Added virtual directory entry vAddDir: "c" 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: 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/04 04:04:40 DEBUG : Added virtual directory entry vAddDir: "d" 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: 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/04 04:04:40 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:40 DEBUG : b: Looking for writers 2026/06/04 04:04:40 DEBUG : c: Looking for writers 2026/06/04 04:04:40 DEBUG : d: Looking for writers 2026/06/04 04:04:40 DEBUG : Looking for writers 2026/06/04 04:04:40 DEBUG : a: Looking for writers 2026/06/04 04:04:40 DEBUG : Looking for writers 2026/06/04 04:04:40 DEBUG : /: reading active writers 2026/06/04 04:04:40 DEBUG : a: reading active writers 2026/06/04 04:04:40 DEBUG : b: reading active writers 2026/06/04 04:04:40 DEBUG : c: reading active writers 2026/06/04 04:04:40 DEBUG : d: reading active writers 2026/06/04 04:04:40 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.22s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:40 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:40 DEBUG : Added virtual directory entry vAddDir: "a" 2026/06/04 04:04:40 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/06/04 04:04:40 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/06/04 04:04:40 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/06/04 04:04:40 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:40 DEBUG : a/b/c/d: Looking for writers 2026/06/04 04:04:40 DEBUG : a/b/c: Looking for writers 2026/06/04 04:04:40 DEBUG : d: reading active writers 2026/06/04 04:04:40 DEBUG : a/b: Looking for writers 2026/06/04 04:04:40 DEBUG : c: reading active writers 2026/06/04 04:04:40 DEBUG : a: Looking for writers 2026/06/04 04:04:40 DEBUG : b: reading active writers 2026/06/04 04:04:40 DEBUG : Looking for writers 2026/06/04 04:04:40 DEBUG : a: reading active writers 2026/06/04 04:04:40 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.03s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:40 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:40 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:40 DEBUG : Looking for writers 2026/06/04 04:04:40 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-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:40 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:40 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:40 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:40 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/04 04:04:40 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/04 04:04:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:40 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/06/04 04:04:40 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/06/04 04:04:40 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: File to upload is small (5 bytes), uploading instead of streaming 2026/06/04 04:04:40 DEBUG : file1: size = 5 OK 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:40 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/04 04:04:40 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/04 04:04:40 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/04 04:04:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:40 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:40 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/06/04 04:04:40 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:40 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:40 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/04 04:04:40 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/04 04:04:40 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:40 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:40 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/04 04:04:40 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/04 04:04:40 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/06/04 04:04:40 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/06/04 04:04:40 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/04 04:04:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:40 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/04 04:04:40 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/04 04:04:40 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: File to upload is small (0 bytes), uploading instead of streaming 2026/06/04 04:04:40 DEBUG : file1: size = 0 OK 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:40 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:41 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:41 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:41 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:41 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/04 04:04:41 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/04 04:04:41 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/04 04:04:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:41 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/06/04 04:04:41 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/06/04 04:04:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:41 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/04 04:04:41 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/04 04:04:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:41 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: File to upload is small (7 bytes), uploading instead of streaming 2026/06/04 04:04:41 DEBUG : file1: size = 7 OK 2026/06/04 04:04:41 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:41 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:41 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:41 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:41 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:41 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:41 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:41 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/06/04 04:04:41 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/06/04 04:04:41 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/04 04:04:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:41 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:41 DEBUG : Looking for writers 2026/06/04 04:04:41 DEBUG : file1: reading active writers 2026/06/04 04:04:41 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.51s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:41 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:41 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:41 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:41 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/04 04:04:41 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/04 04:04:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:41 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/06/04 04:04:42 DEBUG : file1: aborting in-sequence write wait, off=100 2026/06/04 04:04:42 DEBUG : file1: failed to wait for in-sequence write to 100 2026/06/04 04:04:42 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: File to upload is small (11 bytes), uploading instead of streaming 2026/06/04 04:04:42 DEBUG : file1: size = 11 OK 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:42 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/04 04:04:42 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/06/04 04:04:42 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/04 04:04:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:42 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:42 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:42 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/06/04 04:04:42 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:42 DEBUG : Looking for writers 2026/06/04 04:04:42 DEBUG : file1: reading active writers 2026/06/04 04:04:42 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.30s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:42 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:42 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:42 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:42 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/04 04:04:42 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/04 04:04:42 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/06/04 04:04:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: File to upload is small (5 bytes), uploading instead of streaming 2026/06/04 04:04:42 DEBUG : file1: size = 5 OK 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:42 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/06/04 04:04:42 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/06/04 04:04:42 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/04 04:04:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:42 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/06/04 04:04:42 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:42 DEBUG : Looking for writers 2026/06/04 04:04:42 DEBUG : file1: reading active writers 2026/06/04 04:04:42 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.10s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:42 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:42 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:42 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:42 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/04 04:04:42 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/04 04:04:42 DEBUG : file1: WriteFileHandle.Release closing 2026/06/04 04:04:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: File to upload is small (0 bytes), uploading instead of streaming 2026/06/04 04:04:42 DEBUG : file1: size = 0 OK 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:42 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/04 04:04:42 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/04 04:04:42 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/04 04:04:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:42 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/06/04 04:04:42 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:42 DEBUG : Looking for writers 2026/06/04 04:04:42 DEBUG : file1: reading active writers 2026/06/04 04:04:42 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.10s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:42 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:42 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:42 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:42 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/04 04:04:42 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/04 04:04:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: File to upload is small (2 bytes), uploading instead of streaming 2026/06/04 04:04:42 DEBUG : file1: size = 2 OK 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:42 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/06/04 04:04:42 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/06/04 04:04:42 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/04 04:04:42 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/06/04 04:04:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:42 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:42 DEBUG : Looking for writers 2026/06/04 04:04:42 DEBUG : file1: reading active writers 2026/06/04 04:04:42 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.10s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:42 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:42 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:42 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:42 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/04 04:04:42 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/04 04:04:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: File to upload is small (0 bytes), uploading instead of streaming 2026/06/04 04:04:42 DEBUG : file1: size = 0 OK 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:42 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/06/04 04:04:42 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/06/04 04:04:42 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/04 04:04:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:42 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:42 DEBUG : file1: Open: flags=O_RDONLY 2026/06/04 04:04:42 DEBUG : file1: >Open: fd=file1 (r), err= 2026/06/04 04:04:42 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/06/04 04:04:42 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:42 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:42 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:42 DEBUG : Looking for writers 2026/06/04 04:04:42 DEBUG : file1: reading active writers 2026/06/04 04:04:42 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.11s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:42 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:42 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/06/04 04:04:42 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/06/04 04:04:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:42 DEBUG : file1: >Open: fd=file1 (w), err= 2026/06/04 04:04:42 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/06/04 04:04:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: File to upload is small (100 bytes), uploading instead of streaming 2026/06/04 04:04:42 DEBUG : file1: size = 100 OK 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/file1" 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: c69e6623d647c4a29e3a3e0695a48cc4 /rclone-test-pukinol4yiwe/file1 2026/06/04 04:04:42 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:42 DEBUG : file1: Parsed hash: c69e6623d647c4a29e3a3e0695a48cc4 2026/06/04 04:04:42 DEBUG : file1: md5 = c69e6623d647c4a29e3a3e0695a48cc4 OK 2026/06/04 04:04:42 DEBUG : file1: Size and md5 of src and dst objects identical 2026/06/04 04:04:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/06/04 04:04:42 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/06/04 04:04:42 DEBUG : file1: Open: flags=O_RDONLY 2026/06/04 04:04:42 DEBUG : file1: >Open: fd=file1 (r), err= 2026/06/04 04:04:42 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/06/04 04:04:42 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:42 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:42 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:42 DEBUG : Looking for writers 2026/06/04 04:04:42 DEBUG : file1: reading active writers 2026/06/04 04:04:42 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.11s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:42 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/flat/f000.txt" 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/flat/f000.txt 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/flat/f000.txt" 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-pukinol4yiwe/flat/f000.txt 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:43 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/flat/f000.txt" 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/flat/f000.txt 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/flat/f000.txt" 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-pukinol4yiwe/flat/f000.txt 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:43 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/flat/f001.txt" 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/flat/f001.txt 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/flat/f001.txt" 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-pukinol4yiwe/flat/f001.txt 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:43 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/flat/f001.txt" 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/flat/f001.txt 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/flat/f001.txt" 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-pukinol4yiwe/flat/f001.txt 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:43 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/flat/f002.txt" 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/flat/f002.txt 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/flat/f002.txt" 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-pukinol4yiwe/flat/f002.txt 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:43 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/flat/f002.txt" 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/flat/f002.txt 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/flat/f002.txt" 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-pukinol4yiwe/flat/f002.txt 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:43 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/flat/f003.txt" 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/flat/f003.txt 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/flat/f003.txt" 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-pukinol4yiwe/flat/f003.txt 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:43 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/flat/f003.txt" 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/flat/f003.txt 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/flat/f003.txt" 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-pukinol4yiwe/flat/f003.txt 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:43 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/flat/f004.txt" 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/flat/f004.txt 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/flat/f004.txt" 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-pukinol4yiwe/flat/f004.txt 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:43 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/flat/f004.txt" 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: sha1sum /rclone-test-pukinol4yiwe/flat/f004.txt 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-pukinol4yiwe/flat/f004.txt" 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-pukinol4yiwe/flat/f004.txt 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:43 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/06/04 04:04:43 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/06/04 04:04:43 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/06/04 04:04:43 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:43 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/flat/f000.txt" 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/flat/f000.txt 2026/06/04 04:04:43 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/flat/f000.txt" 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-pukinol4yiwe/flat/f000.txt 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:44 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/06/04 04:04:44 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/06/04 04:04:44 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/06/04 04:04:44 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:44 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/flat/f001.txt" 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/flat/f001.txt 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/flat/f001.txt" 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-pukinol4yiwe/flat/f001.txt 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:44 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/06/04 04:04:44 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/06/04 04:04:44 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/06/04 04:04:44 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:44 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/flat/f002.txt" 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/flat/f002.txt 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/flat/f002.txt" 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-pukinol4yiwe/flat/f002.txt 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:44 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/06/04 04:04:44 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/06/04 04:04:44 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/06/04 04:04:44 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:44 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/flat/f003.txt" 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/flat/f003.txt 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/flat/f003.txt" 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-pukinol4yiwe/flat/f003.txt 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:44 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/06/04 04:04:44 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/06/04 04:04:44 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/06/04 04:04:44 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:44 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/flat/f004.txt" 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/flat/f004.txt 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/flat/f004.txt" 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-pukinol4yiwe/flat/f004.txt 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:44 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/06/04 04:04:44 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:44 DEBUG : flat: Looking for writers 2026/06/04 04:04:44 DEBUG : f000.txt: reading active writers 2026/06/04 04:04:44 DEBUG : f001.txt: reading active writers 2026/06/04 04:04:44 DEBUG : f002.txt: reading active writers 2026/06/04 04:04:44 DEBUG : f003.txt: reading active writers 2026/06/04 04:04:44 DEBUG : f004.txt: reading active writers 2026/06/04 04:04:44 DEBUG : Looking for writers 2026/06/04 04:04:44 DEBUG : flat: reading active writers 2026/06/04 04:04:44 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.47s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:44 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:44 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/06/04 04:04:44 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/06/04 04:04:44 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:44 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/a/b/c/deep.txt" 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/a/b/c/deep.txt 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/a/b/c/deep.txt" 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-pukinol4yiwe/a/b/c/deep.txt 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:44 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/06/04 04:04:44 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/06/04 04:04:44 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/06/04 04:04:44 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:44 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/a/b/mid.txt" 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/a/b/mid.txt 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/a/b/mid.txt" 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-pukinol4yiwe/a/b/mid.txt 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:44 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/06/04 04:04:44 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/06/04 04:04:44 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/06/04 04:04:44 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:44 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/a/top.txt" 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/a/top.txt 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/a/top.txt" 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-pukinol4yiwe/a/top.txt 2026/06/04 04:04:44 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:44 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/06/04 04:04:44 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:44 DEBUG : a/b/c: Looking for writers 2026/06/04 04:04:44 DEBUG : deep.txt: reading active writers 2026/06/04 04:04:44 DEBUG : a/b: Looking for writers 2026/06/04 04:04:44 DEBUG : c: reading active writers 2026/06/04 04:04:44 DEBUG : mid.txt: reading active writers 2026/06/04 04:04:44 DEBUG : a: Looking for writers 2026/06/04 04:04:44 DEBUG : b: reading active writers 2026/06/04 04:04:44 DEBUG : top.txt: reading active writers 2026/06/04 04:04:44 DEBUG : Looking for writers 2026/06/04 04:04:44 DEBUG : a: reading active writers 2026/06/04 04:04:44 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.32s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:44 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:45 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/06/04 04:04:45 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/06/04 04:04:45 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:45 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:45 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:45 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:45 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:45 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:45 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:45 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:45 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:45 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:45 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:45 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:45 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:45 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/bigdir/big.bin" 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/bigdir/big.bin 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/bigdir/big.bin" 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 4354ad5d04b440a9832f929789ae519c /rclone-test-pukinol4yiwe/bigdir/big.bin 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:45 DEBUG : bigdir/big.bin: Parsed hash: 4354ad5d04b440a9832f929789ae519c 2026/06/04 04:04:45 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:45 DEBUG : bigdir: Looking for writers 2026/06/04 04:04:45 DEBUG : big.bin: reading active writers 2026/06/04 04:04:45 DEBUG : Looking for writers 2026/06/04 04:04:45 DEBUG : bigdir: reading active writers 2026/06/04 04:04:45 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.75s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-pukinol4yiwe", Local "Local file system at /tmp/rclone4281996511", Modify Window "1s" 2026/06/04 04:04:45 INFO : sftp://rclone@:22/rclone-test-pukinol4yiwe: poll-interval is not supported by this remote 2026/06/04 04:04:45 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/06/04 04:04:45 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/06/04 04:04:45 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:45 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir1/a.txt" 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir1/a.txt 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir1/a.txt" 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-pukinol4yiwe/dir1/a.txt 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:45 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/06/04 04:04:45 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/06/04 04:04:45 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/06/04 04:04:45 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:45 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir2/b.txt" 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir2/b.txt 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir2/b.txt" 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: 415290769594460e2e485922904f345d /rclone-test-pukinol4yiwe/dir2/b.txt 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:45 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/06/04 04:04:45 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/06/04 04:04:45 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/06/04 04:04:45 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/06/04 04:04:45 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Shell path "/rclone-test-pukinol4yiwe/dir3/c.txt" 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: creating additional session 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Running remote command: md5sum /rclone-test-pukinol4yiwe/dir3/c.txt 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-pukinol4yiwe/dir3/c.txt" 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: command exited OK 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-pukinol4yiwe/dir3/c.txt 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: ssh external: close 2026/06/04 04:04:45 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/06/04 04:04:45 DEBUG : WaitForWriters: timeout=30s 2026/06/04 04:04:45 DEBUG : dir3: Looking for writers 2026/06/04 04:04:45 DEBUG : c.txt: reading active writers 2026/06/04 04:04:45 DEBUG : dir1: Looking for writers 2026/06/04 04:04:45 DEBUG : a.txt: reading active writers 2026/06/04 04:04:45 DEBUG : dir2: Looking for writers 2026/06/04 04:04:45 DEBUG : b.txt: reading active writers 2026/06/04 04:04:45 DEBUG : Looking for writers 2026/06/04 04:04:45 DEBUG : dir1: reading active writers 2026/06/04 04:04:45 DEBUG : dir2: reading active writers 2026/06/04 04:04:45 DEBUG : dir3: reading active writers 2026/06/04 04:04:45 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.28s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/06/04 04:04:45 DEBUG : sftp://rclone@:22/rclone-test-pukinol4yiwe: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 46.967113234s (try 1/5)